VirtualBox

Changeset 26831 in vbox


Ignore:
Timestamp:
Feb 26, 2010 11:49:37 AM (15 years ago)
Author:
vboxsync
Message:

BusLogic: Set initialization required bit in the status register after a inquire extended setup information command was issued

File:
1 edited

Legend:

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

    r26422 r26831  
    13371337            pReply->fHostUltraSCSI = true;
    13381338            pReply->u16ScatterGatherLimit = 8192;
     1339            pBusLogic->regStatus |= BUSLOGIC_REGISTER_STATUS_INITIALIZATION_REQUIRED;
    13391340
    13401341            break;
     
    15001501        {
    15011502            *pu32 = pBusLogic->regInterrupt;
    1502 #if 0
    1503             if (pBusLogic->uOperationCode == BUSLOGICCOMMAND_DISABLE_HOST_ADAPTER_INTERRUPT)
    1504                 rc = PDMDeviceDBGFStop(pBusLogic->CTX_SUFF(pDevIns), RT_SRC_POS, "Interrupt disable command\n");
    1505 #endif
    15061503            break;
    15071504        }
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