Changeset 536 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Apr 10, 2013, 6:27:15 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r532 r536 228 228 g_szNfoIdeSlave: db "Settings for Slave Drive.",NULL 229 229 g_szNfoIdeDevice: db "Select controller device type.",NULL 230 g_szNfoIdeCmdPort: db "IDE Controller Command Block (base port) address or segment address for JR-IDE/ISA .",NULL230 g_szNfoIdeCmdPort: db "IDE Controller Command Block (base port) address or segment address for JR-IDE/ISA and SVC ADP50L.",NULL 231 231 g_szNfoIdeCtrlPort: db "IDE Controller Control Block address. Usually Cmd Block + 8 for XTIDE, and Cmd Block + 200h for ATA.",NULL 232 232 g_szNfoIdeEnIRQ: db "Interrupt or polling mode.",NULL … … 241 241 db " By default the primary IDE controller uses port 1F0h and secondary controller uses port 170h." 242 242 db " XTIDE card uses port 300h by default." 243 db " JR-IDE/ISA do not use ports but you need to set ROM space segment address for JR-IDE/ISA.",NULL243 db " JR-IDE/ISA and SVC ADP50L do not use ports but needs the ROM segment address set here instead.",NULL 244 244 245 245 g_szHelpIdeCtrlPort: db "IDE controller Control Block address is normally Command Block address + 200h." … … 282 282 db "XT-CF v2 in memory mode",LF 283 283 db "JR-IDE/ISA",LF 284 db "SVC ADP50L",LF 284 285 db "Serial port virtual device",NULL 285 286 … … 293 294 g_szValueCfgDeviceMemXTCF: db "XTCF MEM",NULL 294 295 g_szValueCfgDeviceJrIdeIsa: db "JR-ISA",NULL 296 g_szValueCfgDeviceADP50L: db "ADP50L",NULL 295 297 g_szValueCfgDeviceSerial: db "Serial",NULL 296 298
Note:
See TracChangeset
for help on using the changeset viewer.