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