Ignore:
Timestamp:
Jun 10, 2011, 11:32:11 AM (14 years ago)
Author:
Markus Thielen
Message:

fix for #1

File:
1 edited

Legend:

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

    r87 r108  
    619619
    620620  /* found a supported AHCI device */
    621   cprintf("found AHCI device: %s %s (%04x:%04x)\n"
    622           " class:0x%06lx bus:%d devfunc:0x%02x\n",
    623           vendor_from_id(vendor), device_from_id(device),
    624           vendor, device,
    625           class, bus, dev_func);
     621  if (verbosity > 0) {
     622    cprintf("found AHCI device: %s %s (%04x:%04x)\n"
     623            " class:0x%06lx bus:%d devfunc:0x%02x\n",
     624            vendor_from_id(vendor), device_from_id(device),
     625            vendor, device,
     626            class, bus, dev_func);
     627  }
    626628
    627629  /* make sure we got room in the adapter information array */
Note: See TracChangeset for help on using the changeset viewer.