Changeset 277 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r276 r277 118 118 ENABLE_WRITE_CACHE EQU 2 119 119 120 121 122 ;123 ; COM Number to I/O Port Address Mapping124 ;125 ; COM Number: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12126 ; Corresponds to I/O port: 3f8, 2f8, 3e8, 2e8, 2f0, 3e0, 2e0, 260, 368, 268, 360, 270127 ; Corresponds to Packed I/O port (hex): 37, 17, 35, 15, 16, 34, 14, 4, 25, 5, 24, 6128 ;129 DEVICE_SERIAL_COM1 EQU 3f8h130 DEVICE_SERIAL_COM2 EQU 2f8h131 DEVICE_SERIAL_COM3 EQU 3e8h132 DEVICE_SERIAL_COM4 EQU 2e8h133 DEVICE_SERIAL_COM5 EQU 2f0h134 DEVICE_SERIAL_COM6 EQU 3e0h135 DEVICE_SERIAL_COM7 EQU 2e0h136 DEVICE_SERIAL_COM8 EQU 260h137 DEVICE_SERIAL_COM9 EQU 368h138 DEVICE_SERIAL_COMA EQU 268h139 DEVICE_SERIAL_COMB EQU 360h140 DEVICE_SERIAL_COMC EQU 270h141 142 143 120 %endif ; ROMVARS_INC
Note:
See TracChangeset
for help on using the changeset viewer.