Ignore:
Timestamp:
Jul 17, 2013, 8:31:34 PM (12 years ago)
Author:
David Azarewicz
Message:

Debug output updates

File:
1 edited

Legend:

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

    r153 r164  
    615615            class, bus, dev_func);
    616616
     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);
     621
    617622  /* make sure we got room in the adapter information array */
    618623  if (ad_info_cnt >= MAX_AD - 1) {
Note: See TracChangeset for help on using the changeset viewer.