Changeset 164 for trunk/src/os2ahci/pci.c
- Timestamp:
- Jul 17, 2013, 8:31:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r153 r164 615 615 class, bus, dev_func); 616 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); 621 617 622 /* make sure we got room in the adapter information array */ 618 623 if (ad_info_cnt >= MAX_AD - 1) {
Note:
See TracChangeset
for help on using the changeset viewer.