Changeset 601 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Feb 14, 2019, 7:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/IdeControllerMenu.asm
r592 r601 193 193 dw DEVICE_8BIT_XTIDE_REV1 194 194 dw DEVICE_8BIT_XTIDE_REV2 195 dw DEVICE_8BIT_XTIDE_REV2_OLIVETTI 195 196 dw DEVICE_8BIT_XTCF_PIO8 196 197 dw DEVICE_8BIT_XTCF_PIO8_WITH_BIU_OFFLOAD … … 206 207 dw g_szValueCfgDeviceRev1 207 208 dw g_szValueCfgDeviceRev2 209 dw g_szValueCfgDeviceRev2Olivetti 208 210 dw g_szValueCfgDeviceXTCFPio8 209 211 dw g_szValueCfgDeviceXTCFPio8WithBIUOffload … … 631 633 ; We know MODULE_8BIT_IDE is included 632 634 lahf ; Save the PF 633 cmp al, DEVICE_8BIT_XTIDE_REV2 635 cmp al, DEVICE_8BIT_XTIDE_REV2_OLIVETTI 634 636 jbe SHORT .ChangingToXTIDEorXTCF 635 637 sahf ; Restore the PF
Note:
See TracChangeset
for help on using the changeset viewer.