- Timestamp:
- Apr 19, 2007 11:34:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r2025 r2214 5783 5783 if (fR0Enabled) 5784 5784 { 5785 #if 15786 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i,5787 "ataIOPortWrite1", "ataIOPortRead1", NULL, NULL, "ATA I/O Base 1");5788 #else5789 5785 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i, 5790 5786 "ataIOPortWrite1", "ataIOPortRead1", "ataIOPortWriteStr1", "ataIOPortReadStr1", "ATA I/O Base 1"); 5791 #endif5792 5787 if (VBOX_FAILURE(rc)) 5793 5788 return PDMDEV_SET_ERROR(pDevIns, rc, "PIIX3 cannot register I/O handlers (R0).");
Note:
See TracChangeset
for help on using the changeset viewer.