VirtualBox

Changeset 2216 in vbox for trunk


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

Backed out 20564 & 20565. Require many more changes.

File:
1 edited

Legend:

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

    r2215 r2216  
    47894789}
    47904790
     4791#ifndef IN_RING0
    47914792/**
    47924793 * Port I/O Handler for primary port range IN string operations.
     
    49014902    return rc;
    49024903}
     4904#endif /* !IN_RING0 */
    49034905
    49044906/**
     
    57815783        if (fR0Enabled)
    57825784        {
     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
    57835789            rc = PDMDevHlpIOPortRegisterR0(pDevIns, pData->aCts[i].IOPortBase1, 8, (RTHCPTR)i,
    57845790                                           "ataIOPortWrite1", "ataIOPortRead1", "ataIOPortWriteStr1", "ataIOPortReadStr1", "ATA I/O Base 1");
     5791#endif
    57855792            if (VBOX_FAILURE(rc))
    57865793                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