- Timestamp:
- Jul 11, 2011, 9:31:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r116 r117 1247 1247 ADD_WORKSPACE _far *aws = add_workspace(iorb); 1248 1248 u16 no_ncq = aws->no_ncq; 1249 u16 unaligned = aws->unaligned; 1249 1250 1250 1251 aws_free(aws); 1251 1252 memset(aws, 0x00, sizeof(*aws)); 1252 1253 aws->no_ncq = no_ncq; 1254 aws->unaligned = unaligned; 1253 1255 } 1254 1256
Note:
See TracChangeset
for help on using the changeset viewer.