Changeset 82 for trunk/src/os2ahci/pci.c
- Timestamp:
- Mar 2, 2011, 11:48:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r81 r82 1008 1008 1009 1009 ddprintf("BAR #%d: type = %s, addr = 0x%08lx, size = %ld\n", i, 1010 (resource->ResourceType == RS_TYPE_IO) ? "I/O" : "M MIO",1010 (resource->ResourceType == RS_TYPE_IO) ? "I/O" : "MEM", 1011 1011 bar_addr, bar_size); 1012 1012
Note:
See TracChangeset
for help on using the changeset viewer.