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

minor changes to debug output

File:
1 edited

Legend:

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

    r166 r167  
    667667   * registers we'll reserve anything we can find.
    668668   */
     669
     670  ddprintf("Adapter %d PCI=%d:%d:%d ID=%04x:%04x\n", ad_info_cnt, bus, dev_func>>3, dev_func&7, vendor, device);
     671
    669672  for (i = 0; i < sizeof(ad_info->rm_bars) / sizeof(*ad_info->rm_bars); i++) {
    670673    long len = bar_resource(bus, dev_func, &resource, i);
Note: See TracChangeset for help on using the changeset viewer.