Changeset 362 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Mar 20, 2012, 7:02:07 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/IdeControllerMenu.asm
r286 r362 172 172 173 173 g_rgwChoiceToValueLookupForDevice: 174 dw DEVICE_ 8BIT_DUAL_PORT_XTIDE175 dw DEVICE_XTIDE_ WITH_REVERSED_A3_AND_A0176 dw DEVICE_ 8BIT_SINGLE_PORT174 dw DEVICE_XTIDE_REV1 175 dw DEVICE_XTIDE_REV2 176 dw DEVICE_FAST_XTIDE 177 177 dw DEVICE_16BIT_ATA 178 178 dw DEVICE_32BIT_ATA … … 180 180 dw DEVICE_JRIDE_ISA 181 181 g_rgszValueToStringLookupForDevice: 182 dw g_szValueCfgDevice Dual8b183 dw g_szValueCfgDevice Mod184 dw g_szValueCfgDevice Single8b182 dw g_szValueCfgDeviceRev1 183 dw g_szValueCfgDeviceRev2 184 dw g_szValueCfgDeviceFast 185 185 dw g_szValueCfgDevice16b 186 186 dw g_szValueCfgDevice32b
Note:
See TracChangeset
for help on using the changeset viewer.