Changeset 167 for trunk/src/os2ahci/pci.c
- Timestamp:
- Aug 1, 2013, 5:37:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r166 r167 667 667 * registers we'll reserve anything we can find. 668 668 */ 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 669 672 for (i = 0; i < sizeof(ad_info->rm_bars) / sizeof(*ad_info->rm_bars); i++) { 670 673 long len = bar_resource(bus, dev_func, &resource, i);
Note:
See TracChangeset
for help on using the changeset viewer.