VirtualBox

Changeset 17312 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 3, 2009 7:47:07 PM (16 years ago)
Author:
vboxsync
Message:

ATA: PIIX4 is default. A default is required for our VMM testcases.

File:
1 edited

Legend:

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

    r17077 r17312  
    60986098    char szType[20];
    60996099
    6100     int rc = CFGMR3QueryString(pCfgHandle, "Type", &szType[0], sizeof(szType));
     6100    int rc = CFGMR3QueryStringDef(pCfgHandle, "Type", &szType[0], sizeof(szType), "PIIX4");
    61016101    if (RT_FAILURE(rc))
    61026102        return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS,
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