Ignore:
Timestamp:
Mar 20, 2012, 7:02:07 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator:

  • Updated device names.
File:
1 edited

Legend:

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

    r286 r362  
    172172
    173173g_rgwChoiceToValueLookupForDevice:
    174     dw  DEVICE_8BIT_DUAL_PORT_XTIDE
    175     dw  DEVICE_XTIDE_WITH_REVERSED_A3_AND_A0
    176     dw  DEVICE_8BIT_SINGLE_PORT
     174    dw  DEVICE_XTIDE_REV1
     175    dw  DEVICE_XTIDE_REV2
     176    dw  DEVICE_FAST_XTIDE
    177177    dw  DEVICE_16BIT_ATA
    178178    dw  DEVICE_32BIT_ATA
     
    180180    dw  DEVICE_JRIDE_ISA
    181181g_rgszValueToStringLookupForDevice:
    182     dw  g_szValueCfgDeviceDual8b
    183     dw  g_szValueCfgDeviceMod
    184     dw  g_szValueCfgDeviceSingle8b
     182    dw  g_szValueCfgDeviceRev1
     183    dw  g_szValueCfgDeviceRev2
     184    dw  g_szValueCfgDeviceFast
    185185    dw  g_szValueCfgDevice16b
    186186    dw  g_szValueCfgDevice32b
Note: See TracChangeset for help on using the changeset viewer.