Changeset 73


Ignore:
Timestamp:
Feb 15, 2011, 1:41:21 PM (14 years ago)
Author:
chris
Message:
  • Actually, I tried to get CR/LF-formatted Rexx scripts checked in but SVN tries to be smarted than me and automatically strips them again. Oh my...
  • Other than that, more cosmetic changes ;)
File:
1 edited

Legend:

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

    r72 r73  
    14701470    } else {
    14711471      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);
    14731474    }
    14741475
Note: See TracChangeset for help on using the changeset viewer.