Ignore:
Timestamp:
Aug 1, 2013, 5:11:07 PM (12 years ago)
Author:
David Azarewicz
Message:

added ability to ignore individual ports

File:
1 edited

Legend:

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

    r164 r166  
    610610
    611611  /* found a supported AHCI device */
    612   ciiprintf("found AHCI device: %s %s (%04x:%04x) class:0x%06lx bus:%d devfunc:0x%02x\n",
     612  ciiprintf("Found AHCI device %s %s (%d:%d:%d %04x:%04x) class:0x%06lx\n",
    613613            vendor_from_id(vendor), device_from_id(device),
    614             vendor, device,
    615             class, bus, dev_func);
    616 
    617   dprintf("found AHCI device: %s %s (%04x:%04x) class:0x%06lx bus:%d devfunc:0x%02x\n",
    618             vendor_from_id(vendor), device_from_id(device),
    619             vendor, device,
    620             class, bus, dev_func);
     614            bus, dev_func>>3, dev_func&7, vendor, device, class);
    621615
    622616  /* make sure we got room in the adapter information array */
Note: See TracChangeset for help on using the changeset viewer.