VirtualBox

Ignore:
Timestamp:
Jan 13, 2019 9:48:37 PM (6 years ago)
Author:
vboxsync
Message:

PCnet: Forgot to allow some CFGM keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r76766 r76794  
    33893389    pThis->aBCR[BCR_LED2 ] = 0x0088;
    33903390    pThis->aBCR[BCR_LED3 ] = 0x0090;
     3391    /* For ISA PnP cards, BCR8 reports IRQ/DMA (e.g. 0x0035 means IRQ 3, DMA 5). */
    33913392    pThis->aBCR[BCR_FDC  ] = 0x0000;
    33923393    pThis->aBCR[BCR_BSBC ] = 0x9001;
     
    50255026     * Validate configuration.
    50265027     */
    5027     if (!CFGMR3AreValuesValid(pCfg, "MAC\0" "CableConnected\0" "Am79C973\0" "ChipType\0" "LineSpeed\0" "GCEnabled\0" "R0Enabled\0" "PrivIfEnabled\0" "LinkUpDelay\0"))
     5028    if (!CFGMR3AreValuesValid(pCfg, "MAC\0" "CableConnected\0" "Am79C973\0" "ChipType\0" "Port\0" "IRQ\0" "LineSpeed\0" "GCEnabled\0" "R0Enabled\0" "PrivIfEnabled\0" "LinkUpDelay\0"))
    50285029        return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
    50295030                                N_("Invalid configuration for pcnet device"));
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