Ignore:
Timestamp:
Mar 1, 2012, 8:52:08 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • JR-IDE/ISA can now be selected.
  • Maximum LBA for EBIOS can now be specified.
  • Drive internal write cache can now be enabled or disabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/IdeControllerMenu.asm

    r280 r286  
    178178    dw  DEVICE_32BIT_ATA
    179179    dw  DEVICE_SERIAL_PORT
     180    dw  DEVICE_JRIDE_ISA
    180181g_rgszValueToStringLookupForDevice:
    181182    dw  g_szValueCfgDeviceDual8b
     
    185186    dw  g_szValueCfgDevice32b
    186187    dw  g_szValueCfgDeviceSerial
     188    dw  g_szValueCfgDeviceJrIdeIsa
    187189
    188190g_rgbChoiceToValueLookupForCOM:
Note: See TracChangeset for help on using the changeset viewer.