- Timestamp:
- Apr 19, 2007 11:51:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r2215 r2216 4789 4789 } 4790 4790 4791 #ifndef IN_RING0 4791 4792 /** 4792 4793 * Port I/O Handler for primary port range IN string operations. … … 4901 4902 return rc; 4902 4903 } 4904 #endif /* !IN_RING0 */ 4903 4905 4904 4906 /** … … 5781 5783 if (fR0Enabled) 5782 5784 { 5785 #if 1 5786 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i, 5787 "ataIOPortWrite1", "ataIOPortRead1", NULL, NULL, "ATA I/O Base 1"); 5788 #else 5783 5789 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i, 5784 5790 "ataIOPortWrite1", "ataIOPortRead1", "ataIOPortWriteStr1", "ataIOPortReadStr1", "ATA I/O Base 1"); 5791 #endif 5785 5792 if (VBOX_FAILURE(rc)) 5786 5793 return PDMDEV_SET_ERROR(pDevIns, rc, "PIIX3 cannot register I/O handlers (R0).");
Note:
See TracChangeset
for help on using the changeset viewer.