Changeset 43750 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 26, 2012 7:25:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r43712 r43750 943 943 "HardDiskDevice\0" 944 944 "SataHardDiskDevice\0" 945 "Sata PrimaryMasterLUN\0"946 "Sata PrimarySlaveLUN\0"947 "Sata SecondaryMasterLUN\0"948 "Sata SecondarySlaveLUN\0"945 "SataLUN1\0" 946 "SataLUN2\0" 947 "SataLUN3\0" 948 "SataLUN4\0" 949 949 "FloppyDevice\0" 950 950 "DelayBoot\0" … … 1057 1057 { 1058 1058 static const char * const s_apszSataDisks[] = 1059 { "Sata PrimaryMasterLUN", "SataPrimarySlaveLUN", "SataSecondaryMasterLUN", "SataSecondarySlaveLUN" };1059 { "SataLUN1", "SataLUN2", "SataLUN3", "SataLUN4" }; 1060 1060 Assert(RT_ELEMENTS(s_apszSataDisks) == RT_ELEMENTS(pThis->iSataHDLUN)); 1061 1061 for (unsigned i = 0; i < RT_ELEMENTS(pThis->iSataHDLUN); i++)
Note:
See TracChangeset
for help on using the changeset viewer.