Changeset 121 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Aug 31, 2011, 11:23:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r117 r121 1248 1248 u16 no_ncq = aws->no_ncq; 1249 1249 u16 unaligned = aws->unaligned; 1250 u16 retries = aws->retries; 1250 1251 1251 1252 aws_free(aws); 1252 1253 memset(aws, 0x00, sizeof(*aws)); 1254 1253 1255 aws->no_ncq = no_ncq; 1254 1256 aws->unaligned = unaligned; 1257 aws->retries = retries; 1255 1258 } 1256 1259
Note:
See TracChangeset
for help on using the changeset viewer.