- Timestamp:
- Aug 1, 2013, 5:37:00 PM (12 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r166 r167 129 129 u32 version; 130 130 131 aprintf("AHCI global registers for adapter %d :%d:%d irq=%d addr=0x%lx\n",132 a i->bus, ai->dev_func>>3, ai->dev_func&7, ai->irq, ai->mmio_phys);131 aprintf("AHCI global registers for adapter %d %d:%d:%d irq=%d addr=0x%lx\n", 132 ad_no(ai), ai->bus, ai->dev_func>>3, ai->dev_func&7, ai->irq, ai->mmio_phys); 133 133 134 134 for (i = 0; i <= HOST_CAP2; i += sizeof(u32)) { -
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.