VirtualBox

Changeset 2214 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2007 11:34:39 AM (18 years ago)
Author:
vboxsync
Message:

Register string read & write handlers for ring 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r2025 r2214  
    57835783        if (fR0Enabled)
    57845784        {
    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
    57895785            rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i,
    57905786                                           "ataIOPortWrite1", "ataIOPortRead1", "ataIOPortWriteStr1", "ataIOPortReadStr1", "ATA I/O Base 1");
    5791 #endif
    57925787            if (VBOX_FAILURE(rc))
    57935788                return PDMDEV_SET_ERROR(pDevIns, rc, "PIIX3 cannot register I/O handlers (R0).");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette