- Timestamp:
- Feb 15, 2011, 1:26:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r71 r72 1469 1469 dprintf("NCQ off for a:%d p:%d\n", (int) ad_no(ai), p); 1470 1470 } else { 1471 ai->ports[p].devs[d].ncq_max = max( 1, id_buf[ATA_ID_QUEUE_DEPTH] & 0x001fU);1471 ai->ports[p].devs[d].ncq_max = max(id_buf[ATA_ID_QUEUE_DEPTH] & 0x001fU, 1); 1472 1472 dprintf("NCQ max=%d for a:%d p:%d\n", ai->ports[p].devs[d].ncq_max, (int) ad_no(ai), p); 1473 1473 }
Note:
See TracChangeset
for help on using the changeset viewer.