VirtualBox

Changeset 81853 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Nov 14, 2019 10:57:24 PM (5 years ago)
Author:
vboxsync
Message:

PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to PDMDevHlpIoPortCreateExAndMap. bugref:9218

Location:
trunk/src/VBox/Devices/Storage
Files:
2 edited

Legend:

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

    r81835 r81853  
    42084208    {
    42094209        /* Register I/O port space for BIOS access. */
    4210         rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, BUSLOGIC_BIOS_IO_PORT, 4 /*cPorts*/,
     4210        rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, BUSLOGIC_BIOS_IO_PORT, 4 /*cPorts*/, 0 /*fFlags*/,
    42114211                                           buslogicR3BiosIoPortWrite, buslogicR3BiosIoPortRead,
    42124212                                           buslogicR3BiosIoPortWriteStr, buslogicR3BiosIoPortReadStr, NULL /*pvUser*/,
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

    r81785 r81853  
    54945494    {
    54955495        if (pThis->enmCtrlType == LSILOGICCTRLTYPE_SCSI_SPI)
    5496             rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, LSILOGIC_BIOS_IO_PORT, 4,
     5496            rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, LSILOGIC_BIOS_IO_PORT, 4 /*cPorts*/, 0 /*fFlags*/,
    54975497                                               lsilogicR3IsaIOPortWrite, lsilogicR3IsaIOPortRead,
    54985498                                               lsilogicR3IsaIOPortWriteStr, lsilogicR3IsaIOPortReadStr, NULL /*pvUser*/,
    54995499                                               "LsiLogic BIOS", NULL /*paExtDesc*/, &pThis->hIoPortsBios);
    55005500        else if (pThis->enmCtrlType == LSILOGICCTRLTYPE_SCSI_SAS)
    5501             rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, LSILOGIC_SAS_BIOS_IO_PORT, 4,
     5501            rc = PDMDevHlpIoPortCreateExAndMap(pDevIns, LSILOGIC_SAS_BIOS_IO_PORT, 4 /*cPorts*/, 0 /*fFlags*/,
    55025502                                               lsilogicR3IsaIOPortWrite, lsilogicR3IsaIOPortRead,
    55035503                                               lsilogicR3IsaIOPortWriteStr, lsilogicR3IsaIOPortReadStr, NULL /*pvUser*/,
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