Changeset 72 for trunk


Ignore:
Timestamp:
Feb 15, 2011, 1:26:51 PM (14 years ago)
Author:
chris
Message:
  • cosmetic changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ahci.c

    r71 r72  
    14691469      dprintf("NCQ off for a:%d p:%d\n", (int) ad_no(ai), p);
    14701470    } 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);
    14721472      dprintf("NCQ max=%d for a:%d p:%d\n", ai->ports[p].devs[d].ncq_max, (int) ad_no(ai), p);
    14731473    }
Note: See TracChangeset for help on using the changeset viewer.