home *** CD-ROM | disk | FTP | other *** search
/ For Beginners & Professional Hackers / cd.iso / docum / inter42.doc / ports.lst < prev    next >
Encoding:
File List  |  1994-08-07  |  116.5 KB  |  3,185 lines

  1. [This file was provided by Wim Osterholt (2:512/56 or wim@djo.wtm.tudelft.nl).]
  2. Last Change: 8/7/94
  3.  
  4.  
  5.         XT, AT and PS/2     I/O port addresses
  6.  
  7.       Do NOT consider this information as complete and accurate.
  8.       If you want to do harware programming check ALWAYS the
  9.       appropriate data sheets. Be aware that erroneously programming
  10.       can put your hardware or your data at risk. 
  11.  
  12.       There is a memory mapped address in use for I/O functions of which I
  13.       think it should be mentioned here. See at the end of this list.
  14.  
  15. -------------------------------------------------------------------------------
  16. 0000-001F ----    DMA 1    (first Direct Memory Access controller 8237)
  17.  
  18. 0000    r/w    DMA channel 0  address    byte  0, then byte 1.
  19. 0001    r/w    DMA channel 0 word count byte 0, then byte 1.
  20. 0002    r/w    DMA channel 1  address    byte  0, then byte 1.
  21. 0003    r/w    DMA channel 1 word count byte 0, then byte 1.
  22. 0004    r/w    DMA channel 2  address    byte  0, then byte 1.
  23. 0005    r/w    DMA channel 2 word count byte 0, then byte 1.
  24. 0006    r/w    DMA channel 3  address    byte  0, then byte 1.
  25. 0007    r/w    DMA channel 3 word count byte 0, then byte 1.
  26.  
  27. 0008    r    DMA channel 0-3 status register
  28.          bit 7 = 1  channel 3 request
  29.          bit 6 = 1  channel 2 request
  30.          bit 5 = 1  channel 1 request
  31.          bit 4 = 1  channel 0 request
  32.          bit 3 = 1  channel terminal count on channel 3
  33.          bit 2 = 1  channel terminal count on channel 2
  34.          bit 1 = 1  channel terminal count on channel 1
  35.          bit 0 = 1  channel terminal count on channel 0
  36.  
  37. 0008    w    DMA channel 0-3 command register
  38.          bit 7 = 1  DACK sense active high
  39.                = 0  DACK sense active low
  40.          bit 6 = 1  DREQ sense active high
  41.                = 0  DREQ sense active low
  42.          bit 5 = 1  extended write selection
  43.                = 0  late write selection
  44.          bit 4 = 1  rotating priority
  45.                = 0  fixed priority
  46.          bit 3 = 1  compressed timing
  47.                = 0  normal timing
  48.          bit 2 = 1  enable controller
  49.                = 0  enable memory-to-memory
  50.  
  51. 0009    w    DMA write request register
  52.  
  53. 000A    r/w    DMA channel 0-3 mask register
  54.          bit 7-3 = 0   reserved
  55.          bit 2     = 0   clear mask bit
  56.              = 1   set mask bit
  57.          bit 1-0 = 00  channel 0 select
  58.              = 01  channel 1 select
  59.              = 10  channel 2 select
  60.              = 11  channel 3 select
  61.  
  62. 000B    w    DMA channel 0-3 mode register
  63.          bit 7-6 = 00  demand mode
  64.              = 01  single mode
  65.              = 10  block mode
  66.              = 11  cascade mode
  67.          bit 5     = 0   address increment select
  68.              = 1   address decrement select
  69.          bit 3-2 = 00  verify operation
  70.              = 01  write to memory
  71.              = 10  read from memory
  72.              = 11  reserved
  73.          bit 1-0 = 00  channel 0 select
  74.              = 01  channel 1 select
  75.              = 10  channel 2 select
  76.              = 11  channel 3 select
  77.  
  78. 000C    w    DMA clear byte pointer flip-flop
  79. 000D    r    DMA read temporary register
  80. 000D    w    DMA master clear
  81. 000E    w    DMA clear mask register
  82. 000F    w    DMA write mask register
  83.  
  84. -------------------------------------------------------------------------------
  85. 0010-001F ----    DMA controller (8237) on PS/2 model 60 & 80
  86.  
  87. -------------------------------------------------------------------------------
  88. 0018    w    PS/2 extended function register
  89.  
  90. -------------------------------------------------------------------------------
  91. 001A        PS/2 extended function execute
  92.  
  93. -------------------------------------------------------------------------------
  94. 0020-003F ----    PIC 1    (Programmable Interrupt Controller 8259)
  95.  
  96. 0020    w    PIC initialization command word ICW1
  97.          bit 7-5 = 0  only used in 80/85 mode
  98.          bit 4     = 1  ICW1 is being issued
  99.          bit 3     = 0  edge triggered mode
  100.              = 1  level triggered mode
  101.          bit 2     = 0  successive interrupt vectors use 8 bytes
  102.              = 1  successive interrupt vectors use 4 bytes
  103.          bit 1     = 0  cascade mode
  104.              = 1  single mode, no ICW3 needed
  105.          bit 0     = 0  no ICW4 needed
  106.              = 1  ICW4 needed
  107.  
  108. 0021    w    PIC  ICW2,ICW3,ICW4 after ICW1 to 0020
  109.         ICW2:
  110.          bit 7-3 = address lines A0-A3 of base vector address for PIC
  111.          bit 2-0 = reserved
  112.         ICW3:
  113.          bit 7-0 = 0  slave controller not attached to corresponding
  114.                   interrupt pin
  115.              = 1  slave controller attached to corresponding
  116.                   interrupt pin
  117.         ICW4:
  118.          bit 7-5 = 0  reserved
  119.          bit 4     = 0  no special fully-nested mode
  120.              = 1  special fully-nested mode
  121.          bit 3-2 = 0x nonbuffered mode
  122.              = 10 buffered mode/slave
  123.              = 11 buffered mode/master
  124.          bit 1     = 0  normal EOI
  125.              = 1  Auto EOI
  126.          bit 0     = 0  8085 mode
  127.              = 1  8086/8088 mode
  128.  
  129. 0021    r/w    PIC master interrupt mask register
  130.         OCW1:
  131.          bit 7 = 0  enable parallel printer interrupt
  132.          bit 6 = 0  enable diskette interrupt
  133.          bit 5 = 0  enable fixed disk interrupt
  134.          bit 4 = 0  enable serial port 1 interrupt
  135.          bit 3 = 0  enable serial port 2 interrupt
  136.          bit 2 = 0  enable video interrupt
  137.          bit 1 = 0  enable keyboard, mouse, RTC interrupt
  138.          bit 0 = 0  enable timer interrupt
  139.  
  140. 0020    r    PIC  interrupt request/in-service registers by OCW3
  141.         request register:
  142.          bit 7-0 = 0  no active request for the corresponding int. line
  143.              = 1  active request for corresponding interrupt line
  144.         in-service register:
  145.          bit 7-0 = 0  corresponding line not currently being serviced
  146.              = 1  corresponding int. line currently being serviced
  147.  
  148. 0020    w    OCW2:
  149.          bit 7-5 = 000    rotate in auto EOI mode (clear)
  150.              = 001    nonspecific EOI
  151.              = 010    no operation
  152.              = 011    specific EOI
  153.              = 100    rotate in auto EOI mode (set)
  154.              = 101    rotate on nonspecific EOI command
  155.              = 110    set priority command
  156.              = 111    rotate on specific EOI command
  157.          bit 4     = 0    reserved
  158.          bit 3     = 0    reserved
  159.          bit 2-0    interrupt request to which the command applies
  160.  
  161. 0020    w    PIC OCW3
  162.          bit 7     = 0   reserved
  163.          bit 6-5 = 0x  no operation
  164.              = 10  reset special mask
  165.              = 11  set special mask
  166.          bit 4     = 0   reserved
  167.          bit 3     = 1   reserved
  168.          bit 2     = 0   no poll command
  169.              = 1   poll command
  170.          bit 1-0 = 0x  no operation
  171.              = 10  read int.request register on next read at 0020
  172.              = 11  read int.in-service register on next read 0020
  173.  
  174. -------------------------------------------------------------------------------
  175. 0022-002B ----    Intel 82355, part of chipset for 386sx
  176.          initialisation in POST will disable these addresses,
  177.          only a hard reset will enable them again.
  178.  
  179. 0022    r/w    82335 MCR memory configuration register
  180. 0024        82335 RC1 roll compare register
  181. 0026        82335 RC2 roll compare register
  182. 0028        82335 CC0 compare register
  183. 002A        82335 CC1 compare register
  184.  
  185.           values for CC0 and CC1:
  186.           00F9,0000  enable range compare CC0 0-512K  CC1 disable
  187.           00F1,0000  enable range compare CC0 0-1024K CC1 disable
  188.           00F1,10F9  enable range compare CC0 0-1M    CC1 1M-1M5
  189.           00E1,0000  enable range compare CC0 0-2M    CC1 disable
  190.           00E1,0000  enable range compare CC0 0-2M    CC1 disable
  191.           00C1,0000  enable range compare CC0 0-4M    CC1 disable
  192.           00C1,40E1  enable range compare CC0 0-4M    CC1 4M-6M
  193.           0081,0000  enable range compare CC0 0-8M    CC1 disable
  194.  
  195. -------------------------------------------------------------------------------
  196. 0022-0023 ----    Chip Set Data
  197.  
  198. 0022    w    index for accesses to data port
  199. 0023    r/w    chip set data
  200.  
  201. -------------------------------------------------------------------------------
  202. 0022-0023 ----    Cyrix Cx486SLC/DLC processor Cache Configuration Registers
  203.  
  204. 0022    w    index for accesses to next port
  205.         C0h CR0
  206.         C1h CR1
  207.         C4h non-cacheable region 1, start address bits 31-24
  208.         C5h non-cacheable region 1, start address bits 23-16
  209.         C6h non-cacheable region 1, start addr 15-12, size (low nibble)
  210.         C7h non-cacheable region 2, start address bits 31-24
  211.         C8h non-cacheable region 2, start address bits 23-16
  212.         C9h non-cacheable region 2, start addr 15-12, size (low nibble)
  213.         CAh non-cacheable region 3, start address bits 31-24
  214.         CBh non-cacheable region 3, start address bits 23-16
  215.         CCh non-cacheable region 3, start addr 15-12, size (low nibble)
  216.         CDh non-cacheable region 4, start address bits 31-24
  217.         CEh non-cacheable region 4, start address bits 23-16
  218.         CFh non-cacheable region 4, start addr 15-12, size (low nibble)
  219. 0023    r/w    cache configuration register array (indexed by port 0022h)
  220.  
  221.         non-cacheable region sizes:
  222.          00h  disabled
  223.          01h  4K
  224.          02h  8K
  225.          03h  16K
  226.          04h  32K
  227.          05h  64K
  228.          06h  128K
  229.          07h  256K
  230.          08h  512K
  231.          09h  1M
  232.          0Ah  2M
  233.          0Bh  4M
  234.          0Ch  8M
  235.          0Dh  16M
  236.          0Eh  32M
  237.          0Fh  4G
  238.  
  239.         Configuration Register 0 format:
  240.          bit 0    "NC0" first 64K of each 1M noncacheable in real/V86
  241.          bit 1    "NC1" 640K-1M noncacheable
  242.          bit 2    "A20M" enables A20M# input pin
  243.          bit 3    "KEN"  enables KEN# input pin
  244.          bit 4    "FLUSH" enables KEN# input pin
  245.          bit 5    "BARB" enables internal cache flushing on bus holds
  246.          bit 6    "C0" cache direct-mapped instead of 2-way associative
  247.          bit 7    "SUSPEND" enables SUSP# input and SUSPA# output pins
  248.  
  249.         Configuration Register 1 format;
  250.          bit 0    "RPL" enables output pins RPLSET and RPLVAL#
  251.  
  252. -------------------------------------------------------------------------------
  253. 0026-0027 ----  Power Management
  254.  
  255. 0026    w    index for data port
  256. 0027    r/w    power management data
  257.  
  258. -------------------------------------------------------------------------------
  259. 0038-003F ----    PC radio by CoZet Info Systems
  260.         The I/O address range is dipswitch selectable from:
  261.            038-03F and 0B0-0BF
  262.            078-07F and 0F0-0FF
  263.            138-13F and 1B0-1BF
  264.            178-17F and 1F0-1FF
  265.            238-23F and 2B0-2BF
  266.            278-27F and 2F0-2FF
  267.            338-33F and 3B0-3BF
  268.            378-37F and 3F0-3FF
  269.         All of these addresses show a readout of FF in initial state.
  270.         Once started, all of the addresses show     FB, whatever might
  271.         happen.
  272.  
  273. -------------------------------------------------------------------------------
  274. 0040-005F ----    PIT  (Programmable Interrupt Timer  8253, 8254)
  275.          XT & AT uses 40-43    PS/2 uses 40, 42,43,44, 47
  276.  
  277. 0040    r/w    PIT  counter 0, counter divisor          (XT, AT, PS/2)
  278. 0041    r/w    PIT  counter 1, RAM refresh counter   (XT, AT)
  279. 0042    r/w    PIT  counter 2, cassette & speaker    (XT, AT, PS/2)
  280.  
  281. 0043    r/w    PIT  mode port, control word register for counters 0-2
  282.          bit 7-6 = 00  counter 0 select
  283.              = 01  counter 1 select      (not PS/2)
  284.              = 10  counter 2 select
  285.          bit 5-4 = 00  counter latch command
  286.              = 01  read/write counter bits 0-7 only
  287.              = 10  read/write counter bits 8-15 only
  288.              = 11  read/write counter bits 0-7 first, then 8-15
  289.          bit 3-1 = 000 mode 0 select
  290.              = 001 mode 1 select - programmable one shot
  291.              = x10 mode 2 select - rate generator
  292.              = x11 mode 3 select - square wave generator
  293.              = 100 mode 4 select - software triggered strobe
  294.              = 101 mode 5 select - hardware triggered strobe
  295.          bit 0     = 0   binary counter 16 bits
  296.              = 1   BCD counter
  297.  
  298. 0044    r/w    PIT  counter 3 (PS/2, EISA)
  299.         used as fail-safe timer. generates an NMI on time out.
  300.         for user generated NMI see at 0462.
  301.  
  302. 0047    w    PIT  control word register counter 3 (PS/2, EISA)
  303.          bit 7-6 = 00  counter 3 select
  304.              = 01  reserved
  305.              = 10  reserved
  306.              = 11  reserved
  307.          bit 5-4 = 00  counter latch command counter 3
  308.              = 01  read/write counter bits 0-7 only
  309.              = 1x  reserved
  310.          bit 3-0 = 00
  311.  
  312. 0048        EISA
  313. 0049        8254 timer 2, not used (counter 1)
  314. 004A        EISA programmable interval timer 2
  315. 004B        EISA programmable interval timer 2
  316.  
  317. -------------------------------------------------------------------------------
  318. 0060-006F ----    Keyboard controller 804x (8041, 8042)  (or PPI (8255) on PC,XT)
  319.          XT uses 60-63,     AT uses 60-64
  320.  
  321.          AT keyboard controller input port bit definitions
  322.           bit 7      = 0  keyboard inhibited
  323.           bit 6      = 0  CGA, else MDA
  324.           bit 5      = 0  manufacturing jumper installed
  325.           bit 4      = 0  system RAM 512K, else 640K
  326.           bit 3-0      reserved
  327.  
  328.          AT keyboard controller input port bit definitions by Compaq
  329.           bit 7      = 0  security lock is locked
  330.           bit 6      = 0  Compaq dual-scan display, 1=non-Compaq display
  331.           bit 5      = 0  system board dip switch 5 is ON
  332.           bit 4      = 0  auto speed selected, 1=high speed selected
  333.           bit 3      = 0  slow (4MHz), 1 = fast (8MHz)
  334.           bit 2      = 0  80287 installed, 1= no NDP installed
  335.           bit 1-0      reserved
  336.  
  337.          AT keyboard controller output port bit definitions
  338.           bit 7 =    keyboard data output
  339.           bit 6 =    keyboard clock output
  340.           bit 5 = 0  input buffer full
  341.           bit 4 = 0  output buffer empty
  342.           bit 3 =    reserved (see note)
  343.           bit 2 =    reserved (see note)
  344.           bit 1 =    gate A20
  345.           bit 0 =    system reset
  346.         Note:    bits 2 and 3 are the turbo speed switch or password
  347.               lock on Award/AMI/Phoenix BIOSes.  These bits make
  348.               use of nonstandard keyboard controller BIOS
  349.               functionality to manipulate
  350.                 pin 23 (8041 port 22) as turbo switch for AWARD
  351.                 pin 35 (8041 port 15) as turbo switch/pw lock for
  352.                 Phoenix
  353.  
  354. 0060    r/w    KB controller data port or keyboard input buffer (ISA, EISA)
  355.         should only be read from after status port bit0 = 1
  356.         should only be written to if status port bit1 = 0
  357.         keyboard commands (data also goes to port 0060):
  358.          E6    sngl  set mouse scaling to 1:1
  359.          E7    sngl  set mouse scaling to 2:1
  360.          E8    dbl   set mouse resolution
  361.                 (00h = 1/mm,01h = 2/mm,02h = 4/mm,03h = 8/mm)
  362.          E9    sngl  get mouse information
  363.                 read two status bytes:
  364.                   byte 0
  365.                     bit 7 unused
  366.                     bit 6 remote rather than stream mode
  367.                     bit 5 mouse enabled
  368.                     bit 4 scaling set to 2:1
  369.                     bit 3 unused
  370.                     bit 2 left button pressed
  371.                     bit 1 unused
  372.                     bit 0 right button pressed
  373.                   byte 1: resolution
  374.          ED    dbl   set/reset mode indicators Caps Num Scrl
  375.                 bit 2 = CapsLk, bit 1 = NumLk, bit 0 = ScrlLk
  376.          EE    sngl  diagnostic echo. returns EE.
  377.          EF    sngl  NOP (No OPeration). reserved for future use
  378.          F0    dbl   get/set scan code set
  379.                 00h get current set
  380.                 01h scancode set 1 (except Type 2 ctrlr)
  381.                 02h scancode set 2 (default)
  382.                 03h scancode set 3
  383.          F2    sngl  read keyboard ID (read two ID bytes)
  384.          F2    sngl  read mouse ID (read two ID bytes)
  385.          F3    dbl   set typematic rate/delay
  386.          F3    dbl   set mouse sample rate in reports per second
  387.          F4    sngl  enable keyboard
  388.          F4    sngl  enable mouse
  389.          F5    sngl  disable keyboard. set default parameters
  390.          F5    sngl  disable mouse, set default parameters
  391.          F6    sngl  set default parameters
  392.          F7    sngl  [MCA] set all keys to typematic (scancode set 3)
  393.          F8    sngl  [MCA] set all keys to make/release
  394.          F9    sngl  [MCA] set all keys to make only
  395.          FA    sngl  [MCA] set all keys to typematic/make/release
  396.          FB    sngl  [MCA] set al keys to typematic
  397.          FC    dbl   [MCA] set specific key to make/release
  398.          FD    dbl   [MCA] set specific key to make only
  399.          FE    sngl  resend last scancode
  400.          FF    sngl  perform internal power-on reset function
  401.          FF    sngl  reset mouse
  402.         Note:    must issue command D4h to port 64h first to access
  403.               mouse functions
  404.  
  405.  
  406. 0060    r    KeyBoard or KB controller data output buffer (via PPI on XT)
  407.  
  408. 0061    w    KB controller port B (ISA, EISA)   (PS/2 port A is at 0092)
  409.         system control port for compatibility with 8255
  410.          bit 7    (1= IRQ 0 reset )
  411.          bit 6-4    reserved
  412.          bit 3 = 1  channel check enable
  413.          bit 2 = 1  parity check enable
  414.          bit 1 = 1  speaker data enable
  415.          bit 0 = 1  timer 2 gate to speaker enable
  416.  
  417. 0061    r    KB controller port B control register (ISA, EISA)
  418.         system control port for compatibility with 8255
  419.          bit 7     parity check occurred
  420.          bit 6     channel check occurred
  421.          bit 5     mirrors timer 2 output condition
  422.          bit 4     toggles with each refresh request
  423.          bit 3     channel check status
  424.          bit 2     parity check status
  425.          bit 1     speaker data status
  426.          bit 0     timer 2 gate to speaker status
  427.  
  428. 0061    w    PPI  Programmable Peripheral Interface 8255 (XT only)
  429.         system control port
  430.          bit 7 = 1  clear keyboard
  431.          bit 6 = 0  hold keyboard clock low
  432.          bit 5 = 0  I/O check enable
  433.          bit 4 = 0  RAM parity check enable
  434.          bit 3 = 0  read low switches
  435.          bit 2        reserved, often used as turbo switch
  436.          bit 1 = 1  speaker data enable
  437.          bit 0 = 1  timer 2 gate to speaker enable
  438.  
  439. 0062    r/w    PPI (XT only)
  440.          bit 7 = 1  RAM parity check
  441.          bit 6 = 1  I/O channel check
  442.          bit 5 = 1  timer 2 channel out
  443.          bit 4        reserved 
  444.          bit 3 = 1  system board RAM size type 1
  445.          bit 2 = 1  system board RAM size type 2
  446.          bit 1 = 1  coprocessor installed
  447.          bit 0 = 1  loop in POST
  448.  
  449. 0063    r/w    PPI (XT only) command mode register  (read dipswitches)
  450.          bit 7-6 = 00  1 diskette drive
  451.              = 01  2 diskette drives
  452.              = 10  3 diskette drives
  453.              = 11  4 diskette drives
  454.          bit 5-4 = 00  reserved
  455.              = 01  40*25 color (mono mode)
  456.              = 10  80*25 color (mono mode)
  457.              = 11  MDA 80*25
  458.          bit 3-2 = 00  256K (using 256K chips)
  459.              = 01  512K (using 256K chips)
  460.              = 10  576K (using 256K chips)
  461.              = 11  640K (using 256K chips)
  462.          bit 3-2 = 00  64K  (using 64K chips)
  463.              = 01  128K (using 64K chips)
  464.              = 10  192K (using 64K chips)
  465.              = 11  256K (using 64K chips)
  466.          bit 1-0       reserved
  467.  
  468. 0064    r    KB controller read status (ISA, EISA)
  469.          bit 7 = 1 parity error on transmission from keyboard
  470.          bit 6 = 1 receive timeout
  471.          bit 5 = 1 transmit timeout
  472.          bit 4 = 0 keyboard inhibit
  473.          bit 3 = 1 data in input register is command
  474.              0 data in input register is data
  475.          bit 2   system flag status: 0=power up or reset  1=selftest OK
  476.          bit 1 = 1 input buffer full (input 60/64 has data for 8042)
  477.          bit 0 = 1 output buffer full (output 60 has data for system)
  478.  
  479. 0064    r    KB controller read status (MCA)
  480.          bit 7 = 1 parity error on transmission from keyboard
  481.          bit 6 = 1 general timeout
  482.          bit 5 = 1 mouse output buffer full
  483.          bit 4 = 0 keyboard inhibit
  484.          bit 3 = 1 data in input register is command
  485.              0 data in input register is data
  486.          bit 2   system flag status: 0=power up or reset  1=selftest OK
  487.          bit 1 = 1 input buffer full (input 60/64 has data for 804x)
  488.          bit 0 = 1 output buffer full (output 60 has data for system)
  489.  
  490. 0064    r    KB controller read status by Compaq
  491.          bit 7 = 1 parity error detected (11-bit format only). If an
  492.                error is detected, a Resend command is sent to the
  493.                keyboard once only, as an attempt to recover.
  494.          bit 6 = 1 receive timeout. transmission didn't finish in 2mS.
  495.          bit 5 = 1 transmission timeout error
  496.                 bit 5,6,7  cause
  497.                 1 0 0  No clock
  498.                 1 1 0  Clock OK, no response
  499.                 1 0 1  Clock OK, parity error
  500.          bit 4 = 0 security lock engaged
  501.          bit 3 = 1 data in OUTPUT register is command
  502.              0 data in OUTPUT register is data
  503.          bit 2   system flag status: 0=power up or reset  1=soft reset
  504.          bit 1 = 1 input buffer full (output 60/64 has data)
  505.          bit 0 = 0 no new data in buffer (input 60 has data)
  506.  
  507. 0064    w    KB controller input buffer (ISA, EISA)
  508.         KB controller commands (data goes to port 0060):
  509.          20    read  read byte zero of internal RAM, this is the
  510.                   last KB command send to 804x
  511.               Compaq  Put current command byte on port 0060
  512.                 command structure:
  513.                 bit 7    reserved
  514.                 bit 6 = 1 convert KB codes to 8086 scan codes
  515.                 bit 5 = 0 use 11-bit codes, 1=use 8086 codes
  516.                 bit 4 = 0 enable keyboard, 1=disable keyboard
  517.                 bit 3 = 1 ignore security lock state
  518.                 bit 2      this bit goes into bit2 status reg.
  519.                 bit 1 = 0 reserved
  520.                 bit 0 = 1 generate int. when output buffer full
  521.          21-3F    read  reads the byte specified in the lower 5 bits of
  522.                   the command in the 804x's internal RAM
  523.          60-7F    dbl   writes the data byte to the address specified in
  524.                   the 5 lower bits of the command.
  525.  
  526.                   Alternate description KB IO command 60 summary:
  527.                    bit7 = 0 reserved
  528.                    bit6 =    IBM PC compatibility mode
  529.                    bit5 =    IBM PC mode
  530.                    bit4 =    disable kb
  531.                    bit3 =    inhibit override
  532.                    bit2 =    system flag
  533.                    bit1 = 0 reserved
  534.                    bit0 =    enableoutput buffer full interrupt
  535.  
  536.          60   Compaq  Load new command (60 to [64], command to [60])
  537.          A1   Compaq  unknown speedfunction ??
  538.          A2   Compaq  unknown speedfunction ??
  539.          A3   Compaq  Enable system speed control
  540.          A4    MCA   check if password installed
  541.          A4   Compaq  Toggle speed
  542.          A5    MCA   load password
  543.          A5   Compaq  Special reed. the 8042 places the real values
  544.                   of port 2 except for bits 4 and 5 wich are given
  545.                   a new definition in the output buffer. No output
  546.                   buffer full is generated.
  547.                 if bit 5 = 0, a 9-bit keyboard is in use
  548.                 if bit 5 = 1, an 11-bit keyboard is in use
  549.                 if bit 4 = 0, outp-buff-full interrupt disabled
  550.                 if bit 4 = 1, output-buffer-full int. enabled
  551.          A6    MCA   check password
  552.          A6   Compaq  unknown speedfunction ??
  553.          A7    MCA   disable mouse port
  554.          A8    MCA   enable mouse port
  555.          A9    MCA   test mouse port
  556.          AA    sngl  initiate self-test. will return 55 to data port
  557.               Compaq  Initializes ports 1 and 2, disables the keyboard
  558.                   and clears the buffer pointers. It then places
  559.                   55 in the output buffer.
  560.          AB    sngl  initiate interface test. result values:
  561.                    0 = no error
  562.                    1 = keyboard clock line stuck low
  563.                    2 = keyboard clock line stuck high
  564.                    3 = keyboard data line is stuck low
  565.                    4 = keyboard data line stuck high
  566.               Compaq   5 = Compaq diagnostic feature
  567.          AC    read  diagnostic dump. the contents of the 804x RAM,
  568.                   output port, input port, status word are send.
  569.          AD    sngl  disable keyboard (sets bit 4 of commmand byte)
  570.          AE    sngl  enable keyboard  (resets bit 4 of commmand byte)
  571.          AF    AWARD Enhanced Command: read keyboard version
  572.          C0    read  read input port
  573.               Compaq  Places status of input port in output buffer. use
  574.                   this command only when the output buffer is empty
  575.          C1    MCA   Enhanced Command: poll input port Low nibble
  576.          C2    MCA   Enhanced Command: poll input port High nibble
  577.          D0    read  read output port
  578.               Compaq  Places byte in output port in output buffer. use
  579.                   this command only when the output buffer is empty
  580.          D1    dbl   write output port. next byte written  to 0060
  581.                   will be written to the 804x output port; the
  582.                   original IBM AT and many compatibles use bit 1 of
  583.                   the output port to control the A20 gate.
  584.               Compaq  The system speed bits are not set by this command
  585.                   use commands A1-A6 (!) for speed functions.
  586.          D2    MCA   Enhanced Command: write keyboard output buffer
  587.          D3    MCA   Enhanced Command: write pointing device out.buf.
  588.          D4    MCA   write to mouse
  589.          D4    AWARD Enhanced Command: write to auxiliary device
  590.          DD    sngl  disable address line A20 (HP Vectra only???)
  591.                   default in Real Mode
  592.          DF    sngl  enable address line A20 (HP Vectra only???)
  593.          E0    read  read test inputs.
  594.                 bit0 = kbd clock, bit1 = kbd data
  595.          Exxx    AWARD Enhanced Command: active output port
  596.          ED   Compaq  This is a two part command to control the state
  597.                   of the NumLock CpasLock and ScrollLock LEDs
  598.                   The second byte contains the state to set LEDs.
  599.                 bit 7-3       reserved. should be set to 0.
  600.                 bit 2 = 0  Caps Lock LED off
  601.                 bit 1 = 0  Num Lock LED off
  602.                 bit 0 = 0  Scroll Lock LED off
  603.          F0-FF    sngl  pulse output port low for 6 microseconds.
  604.                   bits 0-3 contain the mask for the bits to be
  605.                   pulsed. a bit is pulsed if its mask bit is zero.
  606.                   bit0=system reset. Don't set to zero. Pulse only!
  607.  
  608. general note:     Keyboard controllers are widely different from each other.
  609.          You cannot generally exchange them between different machines.
  610. note on Award:     Derived from Award's Enhanced KB controller advertising sheet.
  611. note on Compaq:     Derived from the Compaq Deskpro 386 Tech. Ref. Guide.
  612.  
  613. 0065    r    communications port (Olivetti M24)
  614.  
  615. 0068    w    HP-Vectra  control buffer (HP commands)
  616. 0069    r    HP-Vectra  SVC (keyboard request SerViCe port)
  617. 006A    w    HP-Vectra  clear processing, done
  618.  
  619. 006C-006F    HP-HIL    (Human Interface Link = async. serial inputs 0-7)
  620.  
  621. -------------------------------------------------------------------------------
  622. 0065      ----  AT&T 6300+ high/low chip select
  623.  
  624. -------------------------------------------------------------------------------
  625. 0065      ----    ???
  626.  
  627. 0065    r/w    ???
  628.         bit 2: A20 gate control (set = A20 enabled, clear = disabled)
  629.  
  630. -------------------------------------------------------------------------------
  631. 0066-0067 ----  AT&T 6300+ system configuration switches
  632.  
  633. -------------------------------------------------------------------------------
  634. 0068      ----  C&T chipsets, turbo mode control
  635.  
  636. -------------------------------------------------------------------------------
  637. 006B-006F ----  SSGA control registers
  638.  
  639. 006B    ?    RAM enable/remap
  640. 006C-006F    undocumented
  641.  
  642. -------------------------------------------------------------------------------
  643. 0070-007F ----    CMOS RAM/RTC (Real Time Clock  MC146818)
  644.  
  645. 0070    w    CMOS RAM index register port (ISA, EISA)
  646.          bit 7     = 1  NMI disabled
  647.              = 0  NMI enabled
  648.          bit 6-0      CMOS RAM index (64 bytes, sometimes 128 bytes)
  649.  
  650.         any write to 0070 should be followed by an action to 0071
  651.         or the RTC wil be left in an unknown state.
  652.  
  653. 0071    r/w    CMOS RAM data port (ISA, EISA)
  654.         RTC registers:
  655.         00    current second in BCD
  656.         01    alarm second   in BCD
  657.         02    current minute in BCD
  658.         03    alarm minute   in BCD
  659.         04    current hour in BCD
  660.         05    alarm hour   in BCD
  661.         06    day of week  in BCD
  662.         07    day of month in BCD
  663.         08    month in BCD
  664.         09    year  in BCD (00-99)
  665.         0A    status register A
  666.                bit 7 = 1  update in progress
  667.                bit 6-4 divider that identifies the time-based
  668.                 frequency
  669.                bit 3-0 rate selection output  frequency and int. rate
  670.         0B    status register B
  671.                bit 7 = 0  run
  672.                  = 1  halt
  673.                bit 6 = 1  enable periodic interrupt
  674.                bit 5 = 1  enable alarm interrupt
  675.                bit 4 = 1  enable update-ended interrupt
  676.                bit 3 = 1  enable square wave interrupt
  677.                bit 2 = 1  calendar is in binary format
  678.                  = 0  calendar is in BCD format
  679.                bit 1 = 1  24-hour mode
  680.                  = 0  12-hour mode
  681.                bit 0 = 1  enable daylight savings time. only in USA.
  682.                   useless in Europe. Some DOS versions clear
  683.                   this bit when you use the DAT/TIME command.
  684.         0C    status register C
  685.                bit 7 =      interrupt request flag
  686.                bit 6 =      peridoc interrupt flag
  687.                bit 5 =      alarm interrupt flag
  688.                bit 4 =      update interrupt flag
  689.                bit 3-0      reserved
  690.         0D    status register D
  691.                bit 7 = 1  Real-Time Clock has power
  692.                bit 6-0      reserved
  693.         0E    diagnostics status byte
  694.                bit 7 = 0  RTC lost power
  695.                bit 6 = 1  CMOS RAM checksum bad
  696.                bit 5 = 1  invalid configuration information at POST
  697.                bit 4 = 1  memory size error at POST
  698.                bit 3 = 1  fixed disk/adapter failed initialization
  699.                bit 2 = 1  CMOS RAM time found invalid
  700.                bit 1 = 1  adapters do not match configuration (EISA)
  701.                bit 0 = 1  time out reading an adapter ID (EISA)
  702.         0F    shutdown status byte
  703.                00 = normal execution of POST
  704.                01 = chip set initialization for real mode reentry
  705.                04 = jump to bootstrap code
  706.                05 = issue an EOI an JMP to Dword ptr at 40:67
  707.                06 = JMP to Dword ptrv at 40:67 without EOI
  708.                07 = return to INT15/87 (block move)
  709.                08 = return to POST memory test
  710.                09 = return to INT15/87 (block move)
  711.                0A = JMP to Dword ptr at 40:67 without EOI
  712.                0B = return IRETS through 40:67
  713.         10    diskette drive type for A: and B:
  714.                bit 7-4    drive type of drive 0
  715.                bit 3-0    drive type of drive 1
  716.                    = 0000       no drive
  717.                    = 0001       360K
  718.                    = 0010       1M2
  719.                    = 0011       720K
  720.                    = 0100       1M44
  721.                    = 0101-1111 reserved
  722.         11    reserved / AMI Extended CMOS setup (AMI Hi-Flex BIOS)
  723.                bit 7   = 1     Typematic Rate Programming
  724.                bit 6-5 = 00    Typematic Rate Delay 250 mSec
  725.                bit 4-0 = 00011 Typematic Rate 21.8 Chars/Sec
  726.         12    fixed disk drive type for drive 0 and drive 1
  727.                bit 7-4    drive type of drive 0
  728.                bit 3-0    drive type of drive 1
  729.                 if either of the nibbles equals 0F, then bytes
  730.                 19 an 1A are valid
  731.         13    reserved / AMI Extended CMOS setup (AMI Hi-Flex BIOS)
  732.                bit 7 = 1  Mouse Support Option
  733.                bit 6 = 1  Above 1 MB Memory Test disable
  734.                bit 5 = 1  Memory Test Tick Sound disable
  735.                bit 4 = 1  Memory Parity Error Check enable
  736.                bit 3 = 1  Hit <ESC> Message Display disabled
  737.                bit 2 = 1  Hard Disk Type 47 Data Area at address 0:300
  738.                bit 1 = 1  Wait For <F1> If Any Error enabled
  739.                bit 0 = 1  System Boot Up Num Lock is On
  740.         14    equipment byte
  741.                bit 7-6     diskette drives installed
  742.                    = 00  1 drive installed
  743.                    = 01  2 drives installed
  744.                    = 10  reserved
  745.                    = 11  reserved
  746.                bit 5-4     primary display
  747.                    = 00  adapter card with option ROM 
  748.                    = 01  40*25 color
  749.                    = 10  80*25 color
  750.                    = 11  monochrome
  751.                bit 3-2     reserved
  752.                bit 1   = 1  coprocessor installed (non-Weitek)
  753.                bit 0        diskette drive avaliable for boot
  754.         15    LSB of systemn base memory in Kb
  755.         16    MSB of systemn base memory in Kb
  756.         17    LSB of total extended memory in Kb
  757.         18    MSB of total extended memory in Kb
  758.         19    drive C extension byte
  759.         1A    drive D extension byte
  760.         1B-27 reserved
  761.         1B/1C word to 82335 RC1 roll compare register at [24]
  762.             (Phoenix)
  763.         1D/1E word to 82335 RC2 roll compare register at [26]
  764.             (Phoenix)
  765.         28    HP-Vectra checksum over 29-2D
  766.         29-2D reserved
  767.         29/2A word to Intel 82335 CC0 compare register at
  768.             [28](Phoenix)
  769.         2B/2C word send to 82335 CC1 compare register at [2A]
  770.             (Phoenix)
  771.         2D    AMI Extended CMOS setup (AMI Hi-Flex BIOS)
  772.               (Phoenix BIOS checks for the values AA or CC)
  773.                bit 7 = 1  Weitek Processor Absent
  774.                bit 6 = 1  Floppy Drive Seek At Boot disabled
  775.                bit 5 = 1  System Boot Up Sequence  C:, A:
  776.                bit 4 = 1  System Boot Up Speed is high
  777.                bit 3 = 1  Cache Memory enabled
  778.                bit 2 = 1  Internal Cache Memory     <1>
  779.                bit 1-0      reserved
  780.         2E    CMOS MSB checksum over 10-2D
  781.         2F    CMOS LSB checksum over 10-2D
  782.         30    LSB of extended memory found above 1Mb at POST
  783.         31    MSB of extended memory found above 1Mb at POST
  784.         32    date century in BCD
  785.         33    information flags
  786.                bit4 = bit4 from CPU register CR0   (Phoenix)
  787.                   this bit is only known as INTEL RESERVED
  788.         34-3F reserved    
  789.         34     bit4 bit5 (Phoenix BIOS)
  790.         3D/3E word to 82335 MCR memory config register at
  791.             [22](Phoenix)
  792.         3D     bit3     base memsize 512/640  (Phoenix)
  793.         3E     bit7 = 1     relocate enable       (Phoenix)
  794.                bit1 = 1     shadow video enable   (Phoenix)
  795.                bit0 = 1     shadow BIOS enable    (Phoenix)
  796.  
  797.  
  798.         User Definable Drive Parameters are also stored in CMOS RAM:
  799.  
  800.         AMI (386sx BIOS 1989) first user definable drive (type 47)
  801.          1B  L cylinders
  802.          1C  H cylinders
  803.          1D  heads
  804.          1E  L Write Precompensation Cylinder
  805.          1F  H Write Precompensation Cylinder
  806.          20  ??
  807.          21  L cylinders parking zone
  808.          22  H cylinders parking zone
  809.          23  sectors
  810.  
  811.         AMI (386sx BIOS 1989) second user definable drive (type 48)
  812.          24  L cylinders
  813.          25  H cylinders
  814.          26  heads
  815.          27  L Write Precompensation Cylinder
  816.          28  H Write Precompensation Cylinder
  817.          29  ??
  818.          2A  L cylinders parking zone
  819.          2B  H cylinders parking zone
  820.          2C  sectors
  821.  
  822.         Phoenix (386BIOS v1.10.03 1988) 1st user definable drv (type48)
  823.          20  L cylinders
  824.          21  H cylinders
  825.          22  heads
  826.          23  L Write Precompensation Cylinder
  827.          24  H Write Precompensation Cylinder
  828.          25  L cylinders parking zone
  829.          26  H cylinders parking zone
  830.          27  sectors
  831.  
  832.         Phoenix (386BIOS v1.10.03 1988) 2nd user definable drv (type49)
  833.         (when PS/2-style password option is not used)
  834.          35  L cylinders
  835.          36  H cylinders
  836.          37  heads
  837.          38  L Write Precompensation Cylinder
  838.          39  H Write Precompensation Cylinder
  839.          3A  L cylinders parking zone
  840.          3B  H cylinders parking zone
  841.          3C  sectors
  842.  
  843. -------------------------------------------------------------------------------
  844. 0073      ----  Intel Pentium motherboard ("Neptune" chipset)
  845.  
  846. 0073    r/w    bit 7: ???
  847.  
  848. -------------------------------------------------------------------------------
  849. 0074-0076    secondary CMOS (Compaq)
  850.  
  851. 0074    w    secondary CMOS RAM index (Compaq)
  852.  
  853. 0076    r/w    secondary CMOS RAM (Compaq)
  854.  
  855. -------------------------------------------------------------------------------
  856. 0078        HP-Vectra  Hard Reset: NMI enable/disable
  857.          bit 7 = 0  disable & clear hard reset from HP-HIL controller
  858.                = 1  enable hard reset from HP-HIL controller chip
  859.          bit 6-0    reserved
  860.  
  861. -------------------------------------------------------------------------------
  862. 0078-007F ----    PC radio by CoZet Info Systems
  863.         The I/O address range is dipswitch selectable from:
  864.            038-03F and 0B0-0BF
  865.            078-07F and 0F0-0FF
  866.            138-13F and 1B0-1BF
  867.            178-17F and 1F0-1FF
  868.            238-23F and 2B0-2BF
  869.            278-27F and 2F0-2FF
  870.            338-33F and 3B0-3BF
  871.            378-37F and 3F0-3FF
  872.         All of these addresses show a readout of FF in initial state.
  873.         Once started, all of the addresses show     FB, whatever might
  874.         happen.
  875.  
  876. -------------------------------------------------------------------------------
  877. 007C-007D ----    HP-Vectra  PIC 3   (Programmable Interrupt Controller 8259)
  878.         cascaded to first controller.
  879.         used for keyboard and input device interface.
  880. 007C    r/w    HP-Vectra  PIC 3  see at 0020  PIC 1
  881. 007D    r/w    HP-Vectra  PIC 3  see at 0021  PIC 1
  882.  
  883. -------------------------------------------------------------------------------
  884. 0080    w    Manufacturing Diagnostics port
  885.  
  886. -------------------------------------------------------------------------------
  887. 0080-008F ----    DMA page registers   (74612)
  888.  
  889. 0080    r/w    extra page register (temporary storage)
  890. 0081    r/w    DMA channel 2 address byte 2
  891. 0082    r/w    DMA channel 3 address byte 2
  892. 0083    r/w    DMA channel 1 address byte 2
  893. 0084    r/w    extra page register
  894. 0085    r/w    extra page register
  895. 0086    r/w    extra page register
  896. 0087    r/w    DMA channel 0 address byte 2
  897. 0088    r/w    extra page register
  898. 0089    r/w    DMA channel 6 address byte 2
  899. 0089    r/w    DMA channel 7 address byte 2
  900. 0089    r/w    DMA channel 5 address byte 2
  901. 008C    r/w    extra page register
  902. 008D    r/w    extra page register
  903. 008E    r/w    extra page register
  904. 008F    r/w    DMA refresh page register
  905.  
  906. -------------------------------------------------------------------------------
  907. 0084      ----  Compaq POST Diagnostic
  908.  
  909. -------------------------------------------------------------------------------
  910. 0084      ----  EISA Synchronize Bus Cycle
  911.  
  912. -------------------------------------------------------------------------------
  913. 0090-009F ----    PS/2 POS (Programmable Option Select)
  914.  
  915. 0090        Central arbitration control port
  916. 0091    r    Card selection feedback
  917.  
  918. 0092    r/w    PS/2 system control port A  (port B is at 0061)
  919.          bit 7-6   any bit set to 1 turns activity light on
  920.          bit 5       reserved
  921.          bit 4 = 1 watchdog timout occurred 
  922.          bit 3 = 0 RTC/CMOS security lock (on password area) unlocked
  923.                = 1 CMOS locked (done by POST)
  924.          bit 2       reserved
  925.          bit 1 = 1 indicates A20 active
  926.          bit 0 = 0 system reset or write
  927.              1 pulse alternate reset pin (alternate CPU reset)
  928.  
  929. 0094    w    system board enable/setup register
  930.          bit 7 = 1  enable functions
  931.                = 0  setup functions
  932.          bit 5 = 1  enables VGA
  933.                = 0  setup VGA
  934.  
  935. 0095        reserved
  936.  
  937. 0096    w    adapter enable /setup register
  938.          bit 3 = 1  setup adapters
  939.                = 0  enable registers
  940.  
  941. 0097        reserved
  942.  
  943. -------------------------------------------------------------------------------
  944. 00A0-00AF ----    PIC 2    (Programmable Interrupt Controller 8259)
  945.  
  946. 00A0    r/w    NMI mask register (XT)
  947.  
  948. 00A0    r/w    PIC 2  same as 0020 for PIC 1
  949. 00A1    r/w    PIC 2  same as 0021 for PIC 1 except for OCW1:
  950.          bit 7 = 0  reserved
  951.          bit 6 = 0  enable fixed disk interrupt
  952.          bit 5 = 0  enable coprocessor exception interrupt
  953.          bit 4 = 0  enable mouse interrupt
  954.          bit 3 = 0  reserved
  955.          bit 2 = 0  reserved
  956.          bit 1 = 0  enable redirect cascade
  957.          bit 0 = 0  enable real-time clock interrupt
  958.  
  959. -------------------------------------------------------------------------------
  960. 00B0-00BF ----    PC radio by CoZet Info Systems
  961.         The I/O address range is dipswitch selectable from:
  962.            038-03F and 0B0-0BF
  963.            078-07F and 0F0-0FF
  964.            138-13F and 1B0-1BF
  965.            178-17F and 1F0-1FF
  966.            238-23F and 2B0-2BF
  967.            278-27F and 2F0-2FF
  968.            338-33F and 3B0-3BF
  969.            378-37F and 3F0-3FF
  970.         All of these addresses show a readout of FF in initial state.
  971.         Once started, all of the addresses show     FB, whatever might
  972.         happen.
  973.  
  974. -------------------------------------------------------------------------------
  975. 00C0      ----    TI  SN746496 programmable tone/noise generator    PCjr
  976.  
  977. -------------------------------------------------------------------------------
  978. 00C0-00DF ----    DMA 2    (second Direct Memory Access controller 8237)
  979.  
  980. 00C0    r/w    DMA channel 4 memory address bytes 1 and 0 (low) (ISA, EISA)
  981. 00C2    r/w    DMA channel 4 transfer count bytes 1 and 0 (low) (ISA, EISA)
  982. 00C4    r/w    DMA channel 5 memory address bytes 1 and 0 (low) (ISA, EISA)
  983. 00C6    r/w    DMA channel 5 transfer count bytes 1 and 0 (low) (ISA, EISA)
  984. 00C8    r/w    DMA channel 6 memory address bytes 1 and 0 (low) (ISA, EISA)
  985. 00CA    r/w    DMA channel 6 transfer count bytes 1 and 0 (low) (ISA, EISA)
  986. 00CC    r/w    DMA channel 7 memory address byte 0 (low), then 1 (ISA, EISA)
  987. 00CE    r/w    DMA channel 7 transfer count byte 0 (low), then 1 (ISA, EISA)
  988.  
  989. 00D0    r    DMA channel 4-7 status register (ISA, EISA)
  990.          bit 7 = 1  channel 7 request
  991.          bit 6 = 1  channel 6 request
  992.          bit 5 = 1  channel 5 request
  993.          bit 4 = 1  channel 4 request
  994.          bit 3 = 1  terminal count on channel 7
  995.          bit 2 = 1  terminal count on channel 6
  996.          bit 1 = 1  terminal count on channel 5
  997.          bit 0 = 1  terminal count on channel 4
  998.  
  999. 00D0    w    DMA channel 4-7 command register (ISA, EISA)
  1000.          bit 7 = 1  DACK sense active high
  1001.                = 0  DACK sense active low
  1002.          bit 6 = 1  DREQ sense active high
  1003.                = 0  DREQ sense active low
  1004.          bit 5 = 1  extended write selection
  1005.                = 0  late write selection
  1006.          bit 4 = 1  rotating priority
  1007.                = 0  fixed priority
  1008.          bit 3 = 1  compressed timing
  1009.                = 0  normal timing
  1010.          bit 2 = 0  enable controller
  1011.          bit 1 = 1  enable memory-to-memory transfer
  1012.          bit 0        .....
  1013.  
  1014. 00D2    w    DMA channel 4-7 write request register (ISA, EISA)
  1015.  
  1016. 00D4    w    DMA channel 4-7 write single mask register (ISA, EISA)
  1017.          bit 7-3      reserved
  1018.          bit 2     = 0  clear mask bit
  1019.              = 1  set mask bit
  1020.          bit 1-0 = 00 channel 4 select
  1021.              = 01 channel 5 select
  1022.              = 10 channel 6 select
  1023.              = 11 channel 7 select
  1024.  
  1025. 00D6    w    DMA channel 4-7 mode register (ISA, EISA)
  1026.          bit 7-6 = 00  demand mode
  1027.              = 01  single mode
  1028.              = 10  block mode
  1029.              = 11  cascade mode
  1030.          bit 5     = 0   address increment select
  1031.              = 1   address decrement select
  1032.          bit 4     = 0   autoinitialisation disable
  1033.              = 1   autoinitialisation enable
  1034.          bit 3-2 = 00  verify operation
  1035.              = 01  write to memory
  1036.              = 10  read from memory
  1037.              = 11  reserved
  1038.          bit 1-0 = 00  channel 4 select
  1039.              = 01  channel 5 select
  1040.              = 10  channel 6 select
  1041.              = 11  channel 7 select
  1042.  
  1043. 00D8    w    DMA channel 4-7 clear byte pointer flip-flop (ISA, EISA)
  1044. 00DA    r    DMA channel 4-7 read temporary register (ISA, EISA)
  1045. 00DA    w    DMA channel 4-7 master clear (ISA, EISA)
  1046. 00DC    w    DMA channel 4-7 clear mask register (ISA, EISA)
  1047. 00DE    w    DMA channel 4-7 write mask register (ISA, EISA)
  1048.  
  1049. -------------------------------------------------------------------------------
  1050. 00E0-00E7 ----  Microchannel
  1051.  
  1052. 00E0    r/w    split address register, memory encoding registers PS/2m80 only
  1053. 00E1    r/w    memory register
  1054. 00E3    r/w    error trace
  1055. 00E4    r/w    error trace
  1056. 00E5    r/w    error trace
  1057. 00E7    r/w    error trace
  1058.  
  1059. -------------------------------------------------------------------------------
  1060. 00F0-00F5 ----    PCjr Disk Controller
  1061.  
  1062. 00F0        disk controller
  1063. 00F2        disk controller control port
  1064. 00F4        disk controller status register
  1065. 00F5        disk controller data port
  1066.  
  1067. -------------------------------------------------------------------------------
  1068. 00F0-00FF ----    coprocessor (8087..80387)
  1069.  
  1070. 00F0    w    math coprocessor clear busy latch
  1071. 00F1    w    math coprocessor reset
  1072. 00F8    r/w    opcode transfer
  1073. 00FA    r/w    opcode transfer
  1074. 00FC    r/w    opcode transfer
  1075.  
  1076. -------------------------------------------------------------------------------
  1077. 00F9-00FF ----    PC radio by CoZet Info Systems
  1078.         The I/O address range is dipswitch selectable from:
  1079.            038-03F and 0B0-0BF
  1080.            078-07F and 0F0-0FF
  1081.            138-13F and 1B0-1BF
  1082.            178-17F and 1F0-1FF
  1083.            238-23F and 2B0-2BF
  1084.            278-27F and 2F0-2FF
  1085.            338-33F and 3B0-3BF
  1086.            378-37F and 3F0-3FF
  1087.         All of these addresses show a readout of FF in initial state.
  1088.         Once started, all of the addresses show     FB, whatever might
  1089.         happen.
  1090.  
  1091. -------------------------------------------------------------------------------
  1092. 0100-010F ----    CompaQ Tape drive adapter. alternate address at 0300
  1093.  
  1094. -------------------------------------------------------------------------------
  1095. 0100-0107 ----    PS/2 POS (Programmable Option Select)
  1096.  
  1097. 0100    r    POS register 0    Low adapter ID byte
  1098. 0101    r    POS register 1    High adapter ID byte
  1099.  
  1100. 0102    r/w    POS register 2    option select data byte 1
  1101.          bit 0 is card enable (CDEN)
  1102.  
  1103. 0103    r/w    POS register 3    option select data byte 2
  1104. 0104    r/w    POS register 4    option select data byte 3
  1105. 0105    r/w    POS register 5    option select data byte 4
  1106.          bit 7    channel active (-CHCK)
  1107.          bit 6    channel status
  1108.  
  1109. 0106    r/w    POS register 6    Low subaddress extension
  1110. 0107    r/w    POS register 7    High subaddress extension
  1111.  
  1112. -------------------------------------------------------------------------------
  1113. 0108-010F ----    8 digit LED info panel on IBM PS/2
  1114.  
  1115. 010F    w    leftmost character on display
  1116. 010E    w    second character
  1117. ....    w
  1118. 0108    w    eighth character
  1119.  
  1120. -------------------------------------------------------------------------------
  1121. 0130-013F ----    CompaQ SCSI adapter. alternate address at 0330
  1122.  
  1123. -------------------------------------------------------------------------------
  1124. 0130-0133 ----    Adaptec 154xB/154xC SCSI adapter.
  1125.         alternate address at 0134, 0230, 0234, 0330 and 0334
  1126.  
  1127. -------------------------------------------------------------------------------
  1128. 0134-0137 ----    Adaptec 154xB/154xC SCSI adapter.
  1129.         alternate address at 0130, 0230, 0234, 0330 and 0334
  1130.  
  1131. -------------------------------------------------------------------------------
  1132. 0138-013F ----    PC radio by CoZet Info Systems
  1133.         The I/O address range is dipswitch selectable from:
  1134.            038-03F and 0B0-0BF
  1135.            078-07F and 0F0-0FF
  1136.            138-13F and 1B0-1BF
  1137.            178-17F and 1F0-1FF
  1138.            238-23F and 2B0-2BF
  1139.            278-27F and 2F0-2FF
  1140.            338-33F and 3B0-3BF
  1141.            378-37F and 3F0-3FF
  1142.         All of these addresses show a readout of FF in initial state.
  1143.         Once started, all of the addresses show     FB, whatever might
  1144.         happen.
  1145.  
  1146. -------------------------------------------------------------------------------
  1147. 0140-014F ----    SCSI (alternate Small Computer System Interface) adapter
  1148.         (1st at 0340-034F)
  1149.  
  1150. -------------------------------------------------------------------------------
  1151. 0140-0157 ----    RTC (alternate Real Time Clock for XT)     (1st at 0340-0357)
  1152.  
  1153. -------------------------------------------------------------------------------
  1154. 015F      ----    ARTEC Handyscanner A400Z.  alternate address at 35F.
  1155.  
  1156. -------------------------------------------------------------------------------
  1157. 0170-0177 ----    HDC 2    (2nd Fixed Disk Controller)   same as 01Fx (ISA, EISA)
  1158.  
  1159. -------------------------------------------------------------------------------
  1160. 0178-0179 ----  Power Management
  1161.  
  1162. 0178    w    index selection for data port
  1163. 0179    r/w    power management data
  1164.  
  1165. -------------------------------------------------------------------------------
  1166. 0178-017F ----    PC radio by CoZet Info Systems
  1167.         The I/O address range is dipswitch selectable from:
  1168.            038-03F and 0B0-0BF
  1169.            078-07F and 0F0-0FF
  1170.            138-13F and 1B0-1BF
  1171.            178-17F and 1F0-1FF
  1172.            238-23F and 2B0-2BF
  1173.            278-27F and 2F0-2FF
  1174.            338-33F and 3B0-3BF
  1175.            378-37F and 3F0-3FF
  1176.         All of these addresses show a readout of FF in initial state.
  1177.         Once started, all of the addresses show     FB, whatever might
  1178.         happen.
  1179.  
  1180. -------------------------------------------------------------------------------
  1181. 01E8-01EF ----    System Control. Laptop chipset: Headland HL21 & Acer M5105
  1182.  
  1183. 01ED    r/w    select internal register. Data to/from 01EF
  1184. 01EE    r
  1185. 01EF    r/w    reg.
  1186.         5  = 1000xxxx  for low CPU clock speed (4MHz on Morse/Mitac)
  1187.            = 0xxxxxxx  for high CPU clock speed (16MHz on Morse/Mitac)
  1188.  
  1189. -------------------------------------------------------------------------------
  1190. 01F0-01F7 ----    HDC 1    (1st Fixed Disk Controller)   same as 017x (ISA, EISA)
  1191.  
  1192. 01F0    r/w    data register
  1193.  
  1194. 01F1    r    error register
  1195.         diagnostic mode errors:
  1196.          bit 7-3    reserved
  1197.          bit 2-1 = 001    no error detected
  1198.              = 010    formatter device error
  1199.              = 011    sector buffer error
  1200.              = 100    ECC circuitry error
  1201.              = 101    controlling microprocessor error
  1202.          operation mode:
  1203.           bit 7     = 1  bad block detected
  1204.              = 0  block OK
  1205.           bit 6     = 1  uncorrectable ECC error
  1206.              = 0  no error
  1207.           bit 5          reserved
  1208.           bit 4     = 1  ID found
  1209.              = 0  ID not found
  1210.           bit 3          reserved
  1211.           bit 2     = 1  command completed
  1212.              = 0  command aborted
  1213.           bit 1     = 1  track 000 not found
  1214.              = 0  track 000 found
  1215.           bit 0     = 1  DAM not found
  1216.              = 0  DAM found (CP-3022 always 0)
  1217.  
  1218. 01F1    w    WPC/4  (Write Precompensation Cylinder divided by 4)
  1219.  
  1220. 01F2    r/w    sector count
  1221. 01F3    r/w    sector number
  1222. 01F4    r/w    cylinder low
  1223. 01F5    r/w    cylinder high
  1224.  
  1225. 01F6    r/w    drive/head
  1226.          bit 7     = 1
  1227.          bit 6     = 0
  1228.          bit 5     = 1
  1229.          bit 4     = 0  drive 0 select
  1230.              = 1  drive 1 select
  1231.          bit 3-0      head select bits
  1232.  
  1233. 01F7    r    status register
  1234.          bit 7 = 1  controller is executing a command
  1235.          bit 6 = 1  drive is ready
  1236.          bit 5 = 1  write fault
  1237.          bit 4 = 1  seek complete
  1238.          bit 3 = 1  sector buffer requires servicing
  1239.          bit 2 = 1  disk data read successfully corrected
  1240.          bit 1 = 1  index - set to 1 each disk revolution
  1241.          bit 0 = 1  previous command ended in an error
  1242.  
  1243. 01F7    w    command register
  1244.         commands:
  1245.          98 E5     check power mode    (IDE)
  1246.          90     execute drive diagnostics
  1247.          50     format track
  1248.          EC     identify drive        (IDE)
  1249.          97 E3     idle            (IDE)
  1250.          95 E1     idle immediate        (IDE)
  1251.          91     initialize drive parameters
  1252.          1x     recalibrate
  1253.          E4     read buffer        (IDE)
  1254.          C8     read DMA with retry    (IDE)
  1255.          C9     read DMA without retry (IDE)
  1256.          C4     read multiplec        (IDE)
  1257.          20     read sectors with retry
  1258.          21     read sectors without retry
  1259.          22     read long with retry
  1260.          23     read long without retry
  1261.          40     read verify sectors with retry
  1262.          41     read verify sectors without retry
  1263.          7x     seek
  1264.          EF     set features        (IDE)
  1265.          C6     set multiple mode    (IDE)
  1266.          99 E6     set sleep mode        (IDE)
  1267.          96 E2     standby        (IDE)
  1268.          94 E0     standby immediate    (IDE)
  1269.          E8     write buffer        (IDE)
  1270.          CA     write DMA with retry    (IDE)
  1271.          CB     write DMA with retry    (IDE)
  1272.          C5     write multiple        (IDE)
  1273.          E9     write same        (IDE)
  1274.          30     write sectors with retry
  1275.          31     write sectors without retry
  1276.          32     write long with retry
  1277.          33     write long without retry
  1278.          3C     write verify        (IDE)
  1279.          9A     vendor unique        (IDE)
  1280.          C0-C3     vendor unique        (IDE)
  1281.          8x     vendor unique        (IDE)
  1282.          F0-F4     EATA standard        (IDE)
  1283.          F5-FF     vendor unique        (IDE)
  1284.  
  1285. -------------------------------------------------------------------------------
  1286. 01F8      ----    ???
  1287.  
  1288. 01F8    r/w    ???
  1289.         bit 0: A20 gate control (set = A20 enabled, clear = disabled)
  1290.  
  1291. -------------------------------------------------------------------------------
  1292. 01F9-01FF ----    PC radio by CoZet Info Systems
  1293.         The I/O address range is dipswitch selectable from:
  1294.            038-03F and 0B0-0BF
  1295.            078-07F and 0F0-0FF
  1296.            138-13F and 1B0-1BF
  1297.            178-17F and 1F0-1FF
  1298.            238-23F and 2B0-2BF
  1299.            278-27F and 2F0-2FF
  1300.            338-33F and 3B0-3BF
  1301.            378-37F and 3F0-3FF
  1302.         All of these addresses show a readout of FF in initial state.
  1303.         Once started, all of the addresses show     FB, whatever might
  1304.         happen.
  1305.  
  1306. -------------------------------------------------------------------------------
  1307. 0200-020F ----    Game port reserved I/O address space  
  1308. 0200-0207 ----    Game port, eight identical addresses on some boards
  1309.  
  1310. 0201    r    read joystick position and status
  1311.          bit 7    status B joystick button 2 / D paddle button
  1312.          bit 6    status B joystick button 1 / C paddle button
  1313.          bit 5    status A joystick button 2 / B paddle button
  1314.          bit 4    status A joystick button 1 / A paddle button
  1315.          bit 3    B joystick Y coordinate       / D paddle coordinate
  1316.          bit 2    B joystick X coordinate       / C paddle coordinate
  1317.          bit 1    A joystick Y coordinate       / B paddle coordinate
  1318.          bit 0    A joystick X coordinate       / A paddle coordinate
  1319.  
  1320.     w    fire joysticks four one-shots
  1321.  
  1322. -------------------------------------------------------------------------------
  1323. 0200-02FF ----    Sunshine uPW48, programmer for EPROM version CPU's 8748/8749
  1324.         (4 bit DIP switch installable in the range 20x-2Fx)
  1325. 0200-0203    adresses of the 8255 on the uPW48
  1326. 0208-020B    adresses of ??? on the uPW48 (all showing zeros)
  1327.  
  1328.  
  1329. -------------------------------------------------------------------------------
  1330. 0210-0217 ----    Expansion unit (XT)
  1331.  
  1332. 0210    w    latch expansion bus data
  1333.     r    verify expansion bus data
  1334. 0211    w    clear wait, test latch
  1335.     r    High byte data address
  1336. 0212    r    Low byte data address
  1337. 0213    w    0=enable,  1=disable expansion unit
  1338. 0214    w    latch data  (receiver card port)
  1339.     r    read data   (receiver card port)
  1340. 0215    r    High byte of address, then Low byte   (receiver card port)
  1341.  
  1342. ------------------------------------------------------------------------------
  1343. 0220-0223 ---- Sound Blaster / Adlib port
  1344.  
  1345. 0220    r/w    Left speaker -- Status / Address port
  1346. 0221    w    Left speaker -- Data port
  1347. 0222    r/w    Right speaker -- Status / Address port
  1348.         Address:
  1349.             01 -- Enable waveform control
  1350.             02 -- Timer #1 data
  1351.             03 -- Timer #2 data
  1352.             04 -- Timer control flags
  1353.             08 -- Speech synthesis mode
  1354.          20-35 -- Amplitude Modulation / Vibrato
  1355.          40-55 -- Level key scaling / Total level
  1356.          60-75 -- Attack / Decay rate
  1357.          80-95 -- Sustain / Release rate
  1358.          A0-B8 -- Octave / Frequency Number
  1359.          C0-C8 -- Feedback / Algorithm
  1360.          E0-F5 -- Waveform Selection
  1361. 0223    w    Right speaker -- Data port
  1362.  
  1363. SeeAlso: 0388-0389
  1364.  
  1365. -------------------------------------------------------------------------------
  1366. 0220-0227 ----    Soundblaster PRO and SSB 16 ASP
  1367.  
  1368. -------------------------------------------------------------------------------
  1369. 0220-022F ----    Soundblaster PRO 2.0
  1370.  
  1371. -------------------------------------------------------------------------------
  1372. 0220-022F ----    Soundblaster PRO 4.0
  1373. 0220    r    left FM status port
  1374. 0220    w    left FM music register address port (index)
  1375. 0221    r/w    left FM music data port
  1376. 0222    r    right FM status port
  1377. 0222    w    right FM music register address port (index)
  1378. 0223    r/w    right FM music data port
  1379. 0224    w    mixer register address port (index)
  1380. 0225    r/w    mixer data port
  1381. 0226    w    DSP reset
  1382. 0228    r    FM music status port
  1383. 0228    w    FM music register address port (index)
  1384. 0229    w    FM music data port
  1385. 022A    r    DSP read data (voice I/O and Midi)
  1386. 022C    w    DSP write data / write command
  1387. 022C    r    DSP write buffer status (bit 7)
  1388. 022E    r    DSP data available status (bit 7)
  1389.  
  1390.         The FM music is accessible on 0388/0389 for compatibility.
  1391.  
  1392. -------------------------------------------------------------------------------
  1393. 0230-0233 ----    Adaptec 154xB/154xC SCSI adapter.
  1394.         alternate address at 0130, 0134, 0230, 0330 and 0334
  1395.  
  1396. -------------------------------------------------------------------------------
  1397. 0234-0237 ----    Adaptec 154xB/154xC SCSI adapter.
  1398.         alternate address at 0130, 0134, 0230, 0330 and 0334
  1399.  
  1400. -------------------------------------------------------------------------------
  1401. 0240-0257 ----    RTC (alternate Real Time Clock for XT)     (1st at 0340-0357)
  1402.         (used by TIMER.COM v1.2 which is the 'standard' timer program)
  1403.  
  1404. -------------------------------------------------------------------------------
  1405. 0258-025F ----    Intel Above Board
  1406.  
  1407. -------------------------------------------------------------------------------
  1408. 0278-027E ----    parallel printer port, same as 0378 and 03BC
  1409.  
  1410. 0278    w    data port
  1411. 0279    r/w    status port
  1412. 027A    r/w    control port
  1413.  
  1414. -------------------------------------------------------------------------------
  1415. 02A0-02A7 ----    Sunshine EW-901BN, EW-904BN
  1416.         EPROM writer card (release 1986) for EPROMs up to 27512
  1417. 02A0-02A3    adresses of the 8255 on the EW-90xBN
  1418.  
  1419.  
  1420. -------------------------------------------------------------------------------
  1421. 02A2-02A3 ----    MSM58321RS clock
  1422.  
  1423. -------------------------------------------------------------------------------
  1424. 02B0-02BF ----    Trantor SCSI adapter
  1425.  
  1426. -------------------------------------------------------------------------------
  1427. 02B0-02DF ----    alternate EGA,    primary EGA at 03C0
  1428.  
  1429. -------------------------------------------------------------------------------
  1430. 02C0-02Cx ----    AST-clock
  1431.  
  1432. -------------------------------------------------------------------------------
  1433. 02E0-02EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  1434.         (GAB 0 on XT)
  1435. 02E1        GPIB (adapter 0)
  1436. 02E2
  1437. 02E3
  1438.  
  1439. -------------------------------------------------------------------------------
  1440. 02E0-02EF ----    data aquisition     (AT)
  1441.  
  1442. 02E2        data aquisition (adapter 0)
  1443. 02E3        data aquisition (adapter 0)
  1444.  
  1445. -------------------------------------------------------------------------------
  1446. 02E8      ----    S3 86C928 video controller (ELSA Winner 1000)
  1447.  
  1448. -------------------------------------------------------------------------------
  1449. 02E8-02EF ----    serial port, same as 02F8, 03E8 and 03F8
  1450.  
  1451. -------------------------------------------------------------------------------
  1452. 02E8-02EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  1453.  
  1454. 02E8    r    display status
  1455. 02E8    w    horizontal total
  1456. 02EA    w    DAC mask
  1457. 02EB    w    DAC read index
  1458. 02EC    w    DAC write index
  1459. 02ED    w    DAC data
  1460.  
  1461. -------------------------------------------------------------------------------
  1462. 02EA      ----    S3 86C928 video controller (ELSA Winner 1000)
  1463.  
  1464. -------------------------------------------------------------------------------
  1465. 02F8-02FF ----    serial port, same as 02E8, 03E8 and 03F8
  1466.  
  1467. 02F8    w    transmitter holding register
  1468. 02F8    r    receiver buffer register
  1469.     r/w    divisor latch, low byte      when DLAB=1
  1470. 02F9    r/w    divisor latch, high byte  when DLAB=1
  1471.     r/w    interrupt enable register when DLAB=0
  1472. 02FA    r    interrupt identification register
  1473. 02FB    r/w    line control register
  1474. 02FC    r/w    modem control register
  1475. 02FD    r    line status register
  1476. 02FF    r/w    scratch register
  1477.  
  1478. -------------------------------------------------------------------------------
  1479. 0300      ---- Award POST Diagnostic
  1480.  
  1481. -------------------------------------------------------------------------------
  1482. 0300-0301 ---- Soundblaster 16 ASP MPU-Midi
  1483.  
  1484. -------------------------------------------------------------------------------
  1485. 0300-0303 ----    Panasonic 52x CD-ROM SCSI Miniport
  1486.         Alternate addresses at 0320, 0340, 0360, and 0380
  1487.  
  1488. -------------------------------------------------------------------------------
  1489. 0300-030F ----    Philips CD-ROM player CM50
  1490.  
  1491. -------------------------------------------------------------------------------
  1492. 0300-030F ----    CompaQ Tape drive adapter. alternate address at 0100
  1493.  
  1494. -------------------------------------------------------------------------------
  1495. 0300-031F ----    prototype cards
  1496.         Periscope hardware debugger
  1497.  
  1498. -------------------------------------------------------------------------------
  1499. 0310-031F ----    Philips CD-ROM player CM50
  1500.  
  1501. -------------------------------------------------------------------------------
  1502. 0320-0323 ----    XT HDC 1   (Hard Disk Controller)
  1503.  
  1504. 0320    r/w    data register
  1505.  
  1506. 0321    w    reset controller
  1507.     r    read controller hardware status
  1508.          bit 7-6 = 0
  1509.          bit 5          logical unit number
  1510.          bit 4-2 = 0
  1511.          bit 1     = 0  no error
  1512.          bit 0     = 0 
  1513.  
  1514. 0322    r    read DIPswitch setting on XT controller card
  1515.     w    generate controller-select pulse
  1516. 0323    w    write pattern to DMA and INT mask register
  1517.  
  1518. 0324-0327 ----    XT HDC 2   (Hard Disk Controller)
  1519. 0328-032B ----    XT HDC 3   (Hard Disk Controller)
  1520. 032C-032F ----    XT HDC 4   (Hard Disk Controller)
  1521.  
  1522. -------------------------------------------------------------------------------
  1523. 0330-0331 ----    MIDI interface
  1524.  
  1525. -------------------------------------------------------------------------------
  1526. 0330-0333 ----    Adaptec 154xB/154xC SCSI adapter. default address.
  1527.         alternate address at 0130, 0134, 0230, 0234 and 0334
  1528.  
  1529. -------------------------------------------------------------------------------
  1530. 0330-033F ----    CompaQ SCSI adapter. alternate address at 0130
  1531.  
  1532. -------------------------------------------------------------------------------
  1533. 0330-033F ----    Philips CD-ROM player CM50
  1534.  
  1535. -------------------------------------------------------------------------------
  1536. 0334-0337 ----    Adaptec 154xB/154xC SCSI adapter.
  1537.         alternate address at 0130, 0134, 0230, 0234 and 0330
  1538.  
  1539. -------------------------------------------------------------------------------
  1540. 0338      ----    AdLib soundblaster card
  1541.  
  1542. -------------------------------------------------------------------------------
  1543. 0340-034F ----    Philips CD-ROM player CM50
  1544.  
  1545. -------------------------------------------------------------------------------
  1546. 0340-034F ----    SCSI (1st Small Computer System Interface) adapter
  1547.         (alternate at 0140-014F)
  1548.  
  1549. -------------------------------------------------------------------------------
  1550. 0340-0357 ----    RTC (1st Real Time Clock for XT), (alternate at 0240-0257)
  1551.         (used by TIMER.COM v1.2 which is the 'standard' timer program)
  1552.  
  1553. 0340    r/w    0.01 seconds  0-99
  1554. 0341    r/w    0.1 seconds   0-99
  1555. 0342    r/w    seconds          0-59
  1556. 0343    r/w    minutes          0-59
  1557. 0343    r/w    hours          0-23
  1558. 0345    r/w    day of week   1-7
  1559. 0346    r/w    day of month  1-31
  1560. 0347    r/w    month          1-12
  1561. 0348
  1562. 0349    r/w    year          0-99
  1563. 034A
  1564. 034B
  1565. 034C
  1566. 034D
  1567. 034E
  1568. 034F
  1569. 0350    r    status?
  1570. 0351    
  1571. 0352
  1572. 0353
  1573. 0354    r    status?
  1574. 0355
  1575. 0356
  1576. 0357
  1577.  
  1578. -------------------------------------------------------------------------------
  1579. 0348-0357 ----    DCA 3278
  1580.  
  1581. -------------------------------------------------------------------------------
  1582. 035F      ----    ARTEC Handyscanner A400Z.  alternate address at 15F.
  1583.  
  1584. -------------------------------------------------------------------------------
  1585. 0360-036F ----    PC network (AT)
  1586. 0360-0367 ----    PC network (XT only)
  1587.  
  1588. -------------------------------------------------------------------------------
  1589. 0360-036F ----  National Semiconductor DP8390(1)C/NS3249C network chipset
  1590. Note:    cards based on this IEEE 802.3 networking chipset can use any range
  1591.     of 16 consecutive addresses, and provide a total of four pages of
  1592.     sixteen register
  1593.  
  1594. Page 0    r                    w
  1595.  
  1596. 00    Command    reg.             CR    Command reg.        CR
  1597. 01    current local DMA address 0    CLDA0    page start reg.     PSTART
  1598. 02    current local DMA address 1    CLDA1    page stop reg.        PSTOP
  1599. 03    boundary pointer        BNRY    boundary pointer    BNRY
  1600. 04    transmit status reg.        TSR    Tx page start address    TPSR
  1601. 05    number of collisions reg.    NCR    Tx byte count reg.0     TBCR0 
  1602. 06    FIFO                    Tx byte count reg.1    TBCR1
  1603. 07    interrupt status reg.        ISR    interrupt status reg.    ISR
  1604. 08    current remote DMA address 0    CRDA0    remote start addr.reg.0    RSAR0
  1605. 09    current remote DMA address 1    CRDA1    remote start addr.reg.1    RSAR1
  1606. 0A    reserved                remote byte count reg.0    RBCR0
  1607. 0B    reserved                remote byte count reg.1    RBCR1
  1608. 0C    receive status reg.        RSR    Rx configuration reg.    RCR
  1609. 0D    tally counter 0 (frame errors)    CNTR0    Tx configuration reg.    TCR
  1610. 0E    tally counter 1 (CRC errors)    CNTR1    data configuration reg.    DCR
  1611. 0F    tally counter 2 (missed pkt)    CNTR2    interrupt mask reg.    IMR
  1612.  
  1613. Page 1    r/w
  1614.  
  1615. 00    Command            CR
  1616. 01    physical address reg.0    PAR0
  1617. 02    physical address reg.1    PAR1        
  1618. 03    physical address reg.2    PAR2        
  1619. 04    physical address reg.3    PAR3        
  1620. 05    physical address reg.4    PAR4        
  1621. 06    physical address reg.5    PAR5        
  1622. 07    current page reg.    CURR            
  1623. 08    multicast address reg.0    MAR0        
  1624. 09    multicast address reg.1    MAR1        
  1625. 0A    multicast address reg.2    MAR2        
  1626. 0B    multicast address reg.3    MAR3        
  1627. 0C    multicast address reg.4    MAR4        
  1628. 0D    multicast address reg.5    MAR5        
  1629. 0E    multicast address reg.6    MAR6        
  1630. 0F    multicast address reg.7    MAR7        
  1631.  
  1632. Page 2    r                    w
  1633.     diagnostics page - should never be modfied under normal operation.
  1634.  
  1635. 00    Command                CR    Command             CR
  1636. 01    page start reg.            PSTART    current local DMA addr.0 CLDA0
  1637. 02    page stop reg.            BPSTOP    current local DMA addr.1 CLDA1
  1638. 03    remote next packet pointer        remote next packet pointer
  1639. 04    Tx page start address        TPSR    reserved
  1640. 05    local next packet pointer        local next packet pointer
  1641. 06    address counter (upper)            address counter (upper)
  1642. 07    address counter (lower)            address counter (lower)
  1643. 08    reserved                reserved
  1644. 09    reserved                reserved
  1645. 0A    reserved                reserved
  1646. 0B    reserved                reserved
  1647. 0C    Rx configuration reg.        RCR    reserved
  1648. 0D    Tx configuration reg.        TCR    reserved
  1649. 0E    data configuration reg.        DCR    reserved
  1650. 0F    interrupt mask reg.        IMR    reserved
  1651.  
  1652. Page 3    r                    w
  1653.     Test Page - should never be modified !
  1654.  
  1655. 00    Command CR                Command CR
  1656.  
  1657.     bit0=1  software reset command. 1=offline  0=online
  1658.     bit1=0  activate NIC after reset command
  1659.     bit2=1  start transmision of a packet
  1660.     bit3-5  remote DMA command
  1661.          000 not allowed
  1662.          001 remote read
  1663.          010 remote write
  1664.          011 send packet
  1665.          1xx abort/complete rmote DMA
  1666.     bit 6,7 page select
  1667.          00 register page 0
  1668.          01 register page 1
  1669.          10 register page 2
  1670.          11 register page 3
  1671.  
  1672. -------------------------------------------------------------------------------
  1673. 0370-0377 ----    FDC 2  (2nd Floppy Disk Controller)    first FDC at 03F0
  1674.         (8272, 8272A, NEC765)
  1675.         (82072, 82077AA for perpendicular recording at 2.8Mb)
  1676.  
  1677. 0370    r    diskette Extra High Density controller board jumpers (AT)
  1678. 0370    r    diskette controller status A (PS/2, PS/2 model 30)
  1679. 0371    r    diskette controller status B (PS/2, PS/2 model 30)
  1680. 0372    w    diskette controller DOR (Digital Output Register)
  1681. 0374    r    diskette controller main status register
  1682. 0374    w    diskette controller datarate select register
  1683. 0375    r/w    diskette controller command/data register
  1684. 0376    r/w    (2nd FIXED disk controller data register)
  1685. 0377    r    diskette controller DIR (Digital Input Register)
  1686. 0377    w    select register for diskette data transfer rate
  1687.  
  1688. -------------------------------------------------------------------------------
  1689. 0378-037A ----    parallel printer port, same as 0278 and 03BC
  1690.  
  1691. 0378    w    data port
  1692. 0379    r/w    status port
  1693. 037A    r/w    control port
  1694.  
  1695. -------------------------------------------------------------------------------
  1696. 0380-038F ----    2nd Binary Synchronous Data Link Control adapter (see 03A0)
  1697.  
  1698. 0380    r/w     on board 8255 port A, internal/external sense
  1699. 0381    r/w     on board 8255 port B, external modem interface
  1700. 0382    r/w     on board 8255 port C, internal control and gating
  1701. 0383    r/w     on board 8255 mode register
  1702. 0384    r/w     on board 8253 channel square wave generator
  1703. 0385    r/w     on board 8253 channel 1 inactivity time-out
  1704. 0386    r/w     on board 8253 channel 2 inactivity time-out
  1705. 0387    r/w     on board 8253 mode register
  1706. 0388    r/w     on board 8273 read: status  write: command
  1707. 0389    r/w     on board 8273 read: response  write: parameter
  1708. 038A    r/w     on board 8273 transmit interrupt status
  1709. 038B    r/w     on board 8273 receiver interrupt status
  1710. 038C    r/w     on board 8273 data
  1711.  
  1712. ------------------------------------------------------------------------------
  1713. 0388-0389 ---- Sound Blaster / Adlib port
  1714.  
  1715. 0388    r/w    Both Speakers -- Status / Address port
  1716.         Address:
  1717.              01 -- Enable waveform control
  1718.              02 -- Timer #1 data
  1719.              03 -- Timer #2 data
  1720.              04 -- Timer control flags
  1721.              08 -- Speech synthesis mode
  1722.           20-35 -- Amplitude Modulation / Vibrato
  1723.           40-55 -- Level key scaling / Total level
  1724.           60-75 -- Attack / Decay rate
  1725.           80-95 -- Sustain / Release rate
  1726.           A0-B8 -- Octave / Frequency Number
  1727.           C0-C8 -- Feedback / Algorithm
  1728.           E0-F5 -- Waveform Selection
  1729. 0389    w    Data port
  1730.  
  1731. SeeAlso: 0220-0223
  1732.  
  1733. -------------------------------------------------------------------------------
  1734. 0388-0389 ---- Soundblaster PRO FM-Chip
  1735. 0388-038B ---- Soundblaster 16 ASP FM-Chip
  1736.  
  1737. -------------------------------------------------------------------------------
  1738. 0390-0397 ----    Sunshine EW-901B, EW-904B
  1739.         EPROM writer card for EPROMs up to 27512
  1740. 0390-0393    adresses of the 8255 on the EW-90xB
  1741.  
  1742. -------------------------------------------------------------------------------
  1743. 0390-039F ----    Cluster adapter (AT)
  1744.  
  1745. 0390-0393    (adapter 0)    (XT)
  1746.  
  1747. -------------------------------------------------------------------------------
  1748. 03A0-03AF ----    1st SDLC (Binary Synchronous Data Link Control adapter)
  1749.  
  1750. 03A0    r/w     on board 8255 port A, internal/external sense
  1751. 03A1    r/w     on board 8255 port B, external modem interface
  1752. 03A2    r/w     on board 8255 port C, internal control and gating
  1753. 03A3    r/w     on board 8255 mode register
  1754. 03A4    r/w     on board 8253 counter 0 unused
  1755. 03A5    r/w     on board 8253 channel 1 inactivity time-out
  1756. 03A6    r/w     on board 8253 channel 2 inactivity time-out
  1757. 03A7    r/w     on board 8253 mode register
  1758. 03A8    r/w     on board 8251 data
  1759. 03A9    r/w     on board 8251 command/mode/status register
  1760.  
  1761. -------------------------------------------------------------------------------
  1762. 03B0-03BF ----    MDA  (Monochrome Display Adapter based on 6845)
  1763.  
  1764. 03B0        same as 03B4
  1765. 03B1        same as 03B5
  1766. 03B2        same as 03B4
  1767. 03B3        same as 03B5
  1768. 03B4    w    MDA CRT index register     (EGA/VGA)
  1769.         selects which register (0-11h) is to be accessed through 3B5
  1770. 03B5    r/w    MDA CRT data register     (EGA/VGA)
  1771.         selected by port 3B4. registers C-F may be read
  1772.          00  horizontal total
  1773.          01  horizontal displayed
  1774.          02  horizontal sync position
  1775.          03  horizontal sync pulse width
  1776.          04  vertical total
  1777.          05  vertical displayed
  1778.          06  vertical sync position
  1779.          07  vertical sunc pulse width
  1780.          08  interlace mode
  1781.          09  maximum scan lines
  1782.          0A  cursor start
  1783.          0B  cursor end
  1784.          0C  start address high
  1785.          0D  start address low
  1786.          0E  cursor location high
  1787.          0F  cursor location low
  1788.          10  light pen high
  1789.          11  light pen low
  1790. 03B6        same as 03B4
  1791. 03B7        same as 03B5
  1792. 03B8    r/w    MDA mode control register
  1793.          bit 7 not used
  1794.          bit 6 not used
  1795.          bit 5 enable blink
  1796.          bit 4 not used
  1797.          bit 3 video enable
  1798.          bit 2 not used
  1799.          bit 1 not used
  1800.          bit 0 high resolution mode
  1801.  
  1802. 03B9        reserved for color select register on color adapter
  1803.  
  1804. 03BA    r    CRT status register     EGA/VGA: input status 1 register
  1805.          bit 7     (MSD says) if this bit changes within 8000h reads then
  1806.           bit 6-4 = 000 = adapter is Hercules or compatible
  1807.                 001 = adapter is Hercules+
  1808.                 101 = adapter is Hercules InColor
  1809.                   else: adapter is unknown
  1810.          bit 3     black/white video
  1811.          bit 2-1 reserved
  1812.          bit 0     horizontal drive
  1813.  
  1814. 03BA    w    EGA/VGA feature control register
  1815.  
  1816. 03BB        reserved for light pen strobe reset
  1817.  
  1818. -------------------------------------------------------------------------------
  1819. 03BC-03BF ----    parallel printer port, same as 0278 and 0378
  1820.  
  1821. 03BC    w    data port
  1822. 03BD    r/w    status port
  1823.          bit 7 = 0  busy
  1824.          bit 6 = 0  acknowledge
  1825.          bit 5 = 1  out of paper
  1826.          bit 4 = 1  printer is selected
  1827.          bit 3 = 0  error
  1828.          bit 2 = 0  IRQ has occurred
  1829.          bit 1-0    reserved
  1830.  
  1831. 03BE    r/w    control port
  1832.          bit 7-5    reserved
  1833.          bit 4 = 1  enable IRQ
  1834.          bit 3 = 1  select printer
  1835.          bit 2 = 0  initialize printer
  1836.          bit 1 = 1  automatic line feed
  1837.          bit 0 = 1  strobe
  1838.  
  1839. -------------------------------------------------------------------------------
  1840. 03BF    r/w    Hercules configuration switch register
  1841.          bit 7-2
  1842.          bit 1 = 0  disables upper 32K of graphics mode buffer
  1843.              1  enables upper 32K of graphics mode buffer
  1844.          bit 0 = 0  prevents graphics mode
  1845.              1  allows graphics mode
  1846.  
  1847. -------------------------------------------------------------------------------
  1848. 03C0-03C7 ----    Sunshine EW-901, EW-901A, EW-904, EW-904A
  1849.         EPROM writer card for EPROMs up to 27512
  1850. 03C0-03C3    adresses of the 8255 on the EW-90x
  1851.  
  1852. -------------------------------------------------------------------------------
  1853. 03C0-03CF ----    EGA  (1st Enhanced Graphics Adapter)    alternate at 02C0
  1854.  
  1855. 03C0    (r)/w    EGA VGA ATC index/data register
  1856. 03C1    r    VGA    other attribute register
  1857. 03C2    r    EGA VGA input status 0 register
  1858.     w    VGA    miscellaneous output register
  1859. 03C3    r/w    VGA    video subsystem enable (see also port 46E8h)
  1860.             for IBM, motherboard VGA only
  1861. 03C4    w    EGA    TS index register
  1862.     r/w    VGA    sequencer index register
  1863. 03C5    w    EGA    TS data register
  1864.     r/w    VGA    other sequencer register
  1865. 03C6    r/w    VGA    PEL mask register
  1866. 03C7    r/w    VGA    PEL address read mode
  1867.     r    VGA    DAC state register
  1868. 03C8    r/w    VGA    PEL address write mode
  1869. 03C9    r/w    VGA    PEL data register
  1870. 03CA    w    EGA    graphics 2 position register
  1871.     r    VGA    feature control register
  1872. 03CC    w    EGA    graphics 1 position register
  1873.     r    VGA    miscellaneous output register
  1874. 03CE    w    EGA    GDC index register
  1875.     r/w    VGA    graphics address register
  1876. 03CF    w    EGA    GDC data register
  1877.     r/w    VGA    other graphics register
  1878.  
  1879. -------------------------------------------------------------------------------
  1880. 03CE-03CF ----  Compaq Qvision - Functionality Level
  1881.  
  1882. 03CE    w    graphics address register (index for next port)
  1883. 03CF    r/w    other graphics register
  1884.         Index
  1885.          0Ch    r    controller version
  1886.                 2Fh Advanced VGA
  1887.                 37h early QVision 1024
  1888.                 71h QVision 1280 or later QVision 1024
  1889.          0Dh        extended controller version
  1890.          0Eh        extended controller capabilities
  1891.          0Fh        environment info
  1892.          54h        available memory
  1893.          55h        phase-locked-loop clock
  1894.          56h-57h    controller capabilities
  1895.  
  1896. -------------------------------------------------------------------------------
  1897. 03D0-03DF ----    CGA   (Color Graphics Adapter)
  1898.  
  1899. 03D0        same as 03D4
  1900. 03D1        same as 03D5
  1901. 03D2        same as 03D4
  1902. 03D3        same as 03D5
  1903. 03D4    w    CRT (6845) index register   (EGA/VGA)
  1904.         selects which register (0-11h) is to be accessed through 3B5
  1905. 03D5    w    CRT (6845) data register    (EGA/VGA)
  1906.         selected by port 3B4. registers C-F may be read
  1907.          (for registers see at 3B5)
  1908. 03D6        same as 03D4
  1909. 03D7        same as 03D5
  1910. 03D8    r/w    CGA mode control register  (except PCjr)
  1911.          bit 7-6      not used
  1912.          bit 5     = 1  blink enabled
  1913.          bit 4     = 1  640*200 graphics mode
  1914.          bit 3     = 1  video enabled
  1915.          bit 2     = 1  monochrome signal
  1916.          bit 1     = 0  text mode
  1917.              = 1  320*200 graphics mode
  1918.          bit 0     = 0  40*25 text mode
  1919.              = 1  80*25 text mode
  1920.  
  1921. 03D9    r/w    CGA palette register
  1922.          bit 7-6      not used
  1923.          bit 5     = 0 active color set: red, green brown
  1924.              = 1 active color set: cyan, magenta, white
  1925.          bit 4         intense colors in graphics, background colors text
  1926.          bit 3         intense border in 40*25, intense background in
  1927.                  320*200, intense foreground in 640*200
  1928.          bit 2         red border in 40*25, red background in 320*200,
  1929.                  red foreground in 640*200
  1930.          bit 1         green border in 40*25, green background in
  1931.                  320*200, green foreground in 640*200
  1932.          bit 0         blue border in 40*25, blue background in 320*200,
  1933.                  blue foreground in 640*200
  1934.  
  1935. 03DA    r    CGA status register    EGA/VGA: input status 1 register
  1936.          bit 7-4     not used
  1937.          bit 3 = 1   in vertical retrace
  1938.          bit 2 = 1   light pen switch is off
  1939.          bit 1 = 1   positive edge from light pen has set trigger
  1940.          bit 0 = 0   do not use memory
  1941.                = 1   memory access without interfering with display
  1942.  
  1943. 03DA    w    EGA/VGA feature control register
  1944.  
  1945. 03DB    w    clear light pen latch
  1946. 03DC    r/w    preset light pen latch
  1947.  
  1948. 03DF        CRT/CPU page register  (PCjr only)
  1949.  
  1950. -------------------------------------------------------------------------------
  1951. 03E8-03EF ----    serial port, same as 02E8, 02F8 and 03F8
  1952.  
  1953. -------------------------------------------------------------------------------
  1954. 03F0-03F7 ----    FDC 1  (1st Floppy Disk Controller)    second FDC at 0370
  1955.         (8272, 8272A, NEC765)
  1956.         (82072, 82077AA for perpendicular recording at 2.8Mb)
  1957.  
  1958. 03F0    r    diskette EHD controller board jumper settings (82072AA)
  1959.          bit 7-6      drive 3
  1960.          bit 5-4      drive 2
  1961.          bit 3-2      drive 1
  1962.          bit 1-0      drive 0
  1963.              = 00  1.2Mb
  1964.              = 01  720Kb
  1965.              = 10  2.8Mb
  1966.              = 11  1.4Mb
  1967.  
  1968. 03F0    r    diskette controller status A (PS/2)
  1969.          bit 7     interrupt pending
  1970.          bit 6     -DRV2    second drive installed
  1971.          bit 5     step
  1972.          bit 4     -track 0
  1973.          bit 3     head 1 select
  1974.          bit 2     -index
  1975.          bit 1     -write protect
  1976.          bit 0     +direction
  1977.  
  1978. 03F0    r    diskette controller status A (PS/2 model 30)
  1979.          bit 7     interrupt pending
  1980.          bit 6     DRQ
  1981.          bit 5     step F/F
  1982.          bit 4     -track 0
  1983.          bit 3     head 1 select
  1984.          bit 2     +index
  1985.          bit 1     +write protect
  1986.          bit 0     -direction
  1987.  
  1988. 03F1    r    diskette controller status B (PS/2)
  1989.          bit 7-6  =1 reserved
  1990.          bit 5      drive select (0=A:, 1=B:)
  1991.          bit 4      write data
  1992.          bit 3      read data
  1993.          bit 2      write enable
  1994.          bit 1      motor enable 1
  1995.          bit 0      motor enable 0
  1996.  
  1997. 03F1    r    diskette controller status B (PS/2 model 30)
  1998.          bit 7      -DRV2    second drive installed
  1999.          bit 6      -DS1
  2000.          bit 5      -DS0
  2001.          bit 4      write data F/F
  2002.          bit 3      read data F/F
  2003.          bit 2      write enable F/F
  2004.          bit 1      -DS3
  2005.          bit 0      -DS2
  2006.  
  2007. 03F2    w    diskette controller DOR (Digital Output Register)
  2008.          bit 7-6    reserved on PS/2
  2009.          bit 7 = 1  drive 3 motor enable
  2010.          bit 6 = 1  drive 2 motor enable
  2011.          bit 5 = 1  drive 1 motor enable
  2012.          bit 4 = 1  drive 0 motor enable
  2013.          bit 3 = 1  diskette DMA enable (reserved PS/2)
  2014.          bit 2 = 1  FDC enable    (controller reset)
  2015.                = 0  hold FDC at reset
  2016.          bit 1-0    drive select (0=A 1=B ..)
  2017.  
  2018. 03F3        tape drive register (on the 82077AA)
  2019.          bit 7-2      reserved, tri-state
  2020.          bit 1-0      tape select
  2021.              = 00  none, drive 0 cannot be a tape drive.
  2022.              = 01  drive1
  2023.              = 10  drive2
  2024.              = 11  drive3
  2025.  
  2026. 03F4    r    diskette controller main status register
  2027.          bit 7 = 1  RQM  data register is ready
  2028.              0  no access is permitted
  2029.          bit 6 = 1  transfer is from controller to system
  2030.              0  transfer is from system to controller
  2031.          bit 5 = 1  non-DMA mode
  2032.          bit 4 = 1  diskette controller is busy
  2033.          bit 3 = 1  drive 3 busy (reserved on PS/2)
  2034.          bit 2 = 1  drive 2 busy (reserved on PS/2)
  2035.          bit 1 = 1  drive 1 busy (= drive is in seek mode)
  2036.          bit 0 = 1  drive 0 busy (= drive is in seek mode)
  2037.         Note:    in non-DMA mode, all data transfers occur through
  2038.               port 03F5h and the status registers (bit 5 here
  2039.               indicates data read/write rather than than
  2040.               command/status read/write)
  2041.  
  2042. 03F4    w    diskette controller data rate select register
  2043.          bit 7   = 1  S/W reset
  2044.          bit 6   = 1  power down
  2045.          bit 5   = 0  reserved
  2046.          bit 4-2      write precompensation, 000 default
  2047.          bit 1-0      data rate select
  2048.              = 00  500 Kb/s (MFM)
  2049.              = 01  300 Kb/s (MFM)
  2050.              = 10  250 Kb/s (MFM)
  2051.              = 11  1   Mb/s (MFM)
  2052.  
  2053. 03F5    r    diskette command/data register 0 (ST0)
  2054.          bit 7-6      last command status
  2055.              = 00  command terminated successfully
  2056.              = 01  command terminated abnormally
  2057.              = 10  invalid command
  2058.              = 11  terminated abnormally by change in ready signal
  2059.          bit 5     = 1  seek completed
  2060.          bit 4     = 1  equipment check occurred after error
  2061.          bit 3     = 1  not ready
  2062.          bit 2     = 1  head number at interrupt
  2063.          bit 1-0 = 1  unit select (0=A 1=B .. )
  2064.                   (on PS/2    01=A  10=B)
  2065.  
  2066.         status register 1 (ST1)
  2067.          bit 7        end of cylinder; sector# greater then sectors/track
  2068.          bit 6 = 0
  2069.          bit 5 = 1  CRC error in ID or data field
  2070.          bit 4 = 1  overrun
  2071.          bit 3 = 0
  2072.          bit 2 = 1  sector ID not found
  2073.          bit 1 = 1  write protect detected during write
  2074.          bit 0 = 1  ID address mark not found
  2075.  
  2076.         status register 2 (ST2)
  2077.          bit 7 = 0
  2078.          bit 6 = 1  deleted Data Address Mark detected
  2079.          bit 5 = 1  CRC error in data
  2080.          bit 4 = 1  wrong cylinder detected
  2081.          bit 3 = 1  scan command equal condition satisfied
  2082.          bit 2 = 1  scan command failed, sector not found
  2083.          bit 1 = 1  bad cylinder, ID not found
  2084.          bit 0 = 1  missing Data Address Mark 
  2085.  
  2086.         status register 3 (ST3)
  2087.          bit 7        fault status signal
  2088.          bit 6        write protect status
  2089.          bit 5        ready status
  2090.          bit 4        track zero status
  2091.          bit 3        two sided status signal
  2092.          bit 2        side select (head select)
  2093.          bit 1-0    unit select (0=A 1=B .. )
  2094.  
  2095. 03F5    w    diskette command register.  The commands summarized here are
  2096.         mostly multibyte commands. This is for brief recognition only.
  2097.  
  2098.             MFM = MFM mode selected, opposite to MF mode.
  2099.             HDS = head select
  2100.             DS  = drive select
  2101.             MT  = multi track operation
  2102.             SK  = skip deleted data address mark
  2103.  
  2104.            Command         # bytes    D7  6   5   4   3   2   1   0
  2105.          read track        9    0  MFM  0   0   0   0   1   0
  2106.                         0   0   0   0   0 HDS DS1 DS0
  2107.          specify        3    0   0   0   O   O   O   1   1
  2108.          sense drive status    2    0   0   0   0   0   1   0   0
  2109.                         0   0   0   0   0 HDS DS1 DS0
  2110.          write data        9    MT MFM  0   0   0   1   0   1
  2111.                         0   0   0   0   0 HDS DS1 DS0
  2112.          read data        9    MT MFM SK   0   0   1   1   0
  2113.                         0   0   0   0   0 HDS DS1 DS0
  2114.          recalibrate        2    0   0   0   0   0   1   1   1
  2115.                         0   0   0   0   0   0 DS1 DS0
  2116.          sense interrupt status    1    0   0   0   0   1   0   0   0
  2117.          write deleted data    9    MT MFM  0   0   1   0   0   1
  2118.                         0   0   0   0   0 HDS DS1 DS0
  2119.          read ID        2    0  MFM  0   0   1   0   1   0
  2120.                         0   0   0   0   0 HDS DS1 DS0
  2121.          read deleted data    9    MT MFM SK   0   1   1   0   0
  2122.                         0   0   0   0   0 HDS DS1 DS0
  2123.          format track        10    0  MFM  0   0   1   1   0   1
  2124.                         0   0   0   0   0 HDS DS1 DS0
  2125.          dumpreg **        1    0   0   0   0   1   1   1   0
  2126.          seek            3    0   0   0   0   1   1   1   1
  2127.                         0   0   0   0   0 HDS DS1 DS0
  2128.          version **        1    0   0   0   1   0   0   0   0
  2129.          scan equal *        9    MT MFM SK   1   0   0   0   1
  2130.                         0   0   0   0   0 HDS DS1 DS0
  2131.          perpendicular mode **    2    0   0   0   1   0   0   1   0
  2132.                         0   0   0   0   0   0 WGATE GAP
  2133.          configure **        4    0   0   0   1   0   0   1   1
  2134.                         0   0   0   0   0   0   0   0
  2135.          verify            9    MT MFM SK   1   0   1   1   0
  2136.                         EC  0   0   0   0 HDS DS1 DS0
  2137.          scan low or equal *    9    MT MFM MK   1   1   0   0   1
  2138.                         0   0   0   0   0 HDS DS1 DS0
  2139.          scan high or equal *    9    MT MFM MK   1   1   1   0   1
  2140.                         0   0   0   0   0 HDS DS1 DS0
  2141.          relative seek **    3    1  DIR  0   0   1   1   1   1
  2142.                         0   0   0   0   0 HDS DS1 DS0
  2143.  
  2144.          BEWARE: not every invalid command is treated as invalid!
  2145.          *  Note: the scan commands aren't mentioned for the 82077AA.
  2146.          ** Note: EHD controller commands.
  2147.  
  2148. 03F6        reserved on FDC
  2149.  
  2150. 03F6    r/w    FIXED disk controller data register
  2151.          bit 7-4    reserved
  2152.          bit 3 = 0  reduce write current
  2153.              1  head select 3 enable
  2154.          bit 2 = 1  disk reset enable
  2155.              0  disk reset disable
  2156.          bit 1 = 0  disk initialization enable
  2157.              1  disk initialization disable
  2158.          bit 0        reserved
  2159.  
  2160. 03F7    r    diskette controller DIR (Digital Input Register, PC/AT mode)
  2161.          bit 7 = 1 diskette change
  2162.          bit 6-0   tri-state on FDC
  2163.  
  2164.          bit 6       FIXED DISK write gate
  2165.          bit 5       FIXED DISK head select 3 / reduced write current
  2166.          bit 4       FIXED DISK head select 2
  2167.          bit 3       FIXED DISK head select 1
  2168.          bit 2       FIXED DISK head select 0
  2169.          bit 1       FIXED DISK drive 1 select
  2170.          bit 0       FIXED DISK drive 0 select
  2171.  
  2172. 03F7    r    diskette controller DIR (Digital Input Register, PS/2 mode)
  2173.          bit 7   = 1 diskette change
  2174.          bit 6-3 = 1
  2175.          bit 2         datarate select1
  2176.          bit 1         datarate select0
  2177.          bit 0   = 0 high density select (500Kb/s, 1Mb/s)
  2178.  
  2179.  conflicts with  bit 0       FIXED DISK drive 0 select
  2180.  
  2181. 03F7    r    diskette controller DIR (Digital Input Register, PS/2 model 30)
  2182.          bit 7   = 0 diskette change
  2183.          bit 6-4 = 0
  2184.          bit 3         -DMA gate from DOR register
  2185.          bit 2         NOPREC from CCR register
  2186.          bit 1         datarate select1
  2187.          bit 0         datarate select0
  2188.  
  2189. 03F7    w    configuration control register (PC/AT, PS/2)
  2190.          bit 7-2       reserved, tri-state
  2191.          bit 1-0 = 00  500 Kb/S mode
  2192.              = 01  300 Kb/S mode
  2193.              = 10  250 Kb/S mode
  2194.              = 11  reserved
  2195.  
  2196. 03F7    w    configuration control register (PS/2 model 30)
  2197.          bit 7-3       reserved, tri-state
  2198.          bit 2           NOPREC (has no function. set to 0 by hardreset)
  2199.          bit 1-0 = 00  500 Kb/S mode
  2200.              = 01  300 Kb/S mode
  2201.              = 10  250 Kb/S mode
  2202.              = 11  reserved
  2203.  
  2204. -------------------------------------------------------------------------------
  2205. 03F8-03FF ----    serial port (8250,8251,16450,16550), same as 02E8,02F8 and 03E8
  2206.  
  2207. 03F8    w    serial port, transmitter holding register, which contains the
  2208.         character to be sent. Bit 0 is sent first.
  2209.          bit 7-0   data bits when DLAB=0 (Divisor Latch Access Bit)
  2210.     r    receiver buffer register, which contains the received character
  2211.         Bit 0 is received first
  2212.          bit 7-0   data bits when DLAB=0 (Divisor Latch Access Bit)
  2213.     r/w    divisor latch low byte when DLAB=1
  2214.  
  2215. 03F9    r/w    divisor latch high byte when DLAB=1
  2216.     r/w    interrupt enable register when DLAB=0
  2217.          bits 7-4   reserved
  2218.          bit 3 = 1  modem-status interrupt enable
  2219.          bit 2 = 1  receiver-line-status interrupt enable
  2220.          bit 1 = 1  transmitter-holding-register empty interrupt enable
  2221.          bit 0 = 1  received-data-avail.int. enable (and 16550 timeout)
  2222.  
  2223.           - 16550 will interrupt if data exists in the FIFO and isn't read
  2224.         within the time it takes to receive four bytes or if no data is
  2225.         received within the time it takes to receive four bytes
  2226.  
  2227. 03FA    r    interrupt identification register. Information about a pending
  2228.         interrupt is stored here. When the ID register is addressed,
  2229.         the highest priority interrupt is held, and no other interrupts
  2230.         are acknowledged until the CPU services that interrupt.
  2231.          bit 7-6 = 00  reserved on 8250, 8251, 16450
  2232.              = 11  if FIFO queues are enabled (16550 only)
  2233.          bit 5-4 = 0 reserved
  2234.          bit 3     = 0 reserved  8250, 16450
  2235.              = 1 16550  timeout int. pending
  2236.          bit 2-1 identify pending interrupt with the highest priority
  2237.           = 11    receiver line status interrupt. priority=highest
  2238.           = 10    received data available register interrupt. pr.=second
  2239.           = 01    transmitter holding register empty interrupt. pr.=third
  2240.           = 00    modem status interrupt. priority=fourth
  2241.          bit 0 = 0  interrupt pending. contents of register can be used
  2242.                 as a pointer to the appropriate int.service routine
  2243.              1  no interrupt pending
  2244.  
  2245.           - interrupt pending flag uses reverse logic, 0=pending, 1=none
  2246.           - interrupt will occur if any of the line status bits are set
  2247.           - THRE bit is set when THRE register is emptied into the TSR
  2248.  
  2249.  
  2250. 03FA    w    16650 FCR  (FIFO Control Register)
  2251.          bit 7-6 = 00  1 byte
  2252.              = 01  4 bytes
  2253.              = 10  8 bytes
  2254.              = 11 14 bytes
  2255.          bit 5-4 = 00 reserved
  2256.          bit 3     = 1  change RXRDY  TXRDY pins from mode 0 to mode 1
  2257.          bit 2     = 1  clear XMIT FIFO
  2258.          bit 1     = 1  clear RCVR FIFO
  2259.          bit 0     = 1  enable clear XMIT and RCVR FIFO queues
  2260.  
  2261.           - bit 0 must be set in order to write to other FCR bits
  2262.           - bit 1 when set    the RCVR FIFO is cleared and this bit is reset
  2263.          the receiver shift register is not cleared
  2264.           - bit 2 when set    the XMIT FIFO is cleared and this bit is reset
  2265.          the transmit shift register is not cleared
  2266.  
  2267. 03FB    r/w    line control register
  2268.          bit 7 = 1  divisor latch access bit (DLAB)
  2269.              0  receiver buffer, transmitter holding, or interrupt
  2270.                 enable register access
  2271.          bit 6 = 1  set break enable. serial ouput is forced to spacing
  2272.                 state and remains there.
  2273.          bit 5 =    stick parity
  2274.          bit 4 = 1  even parity select
  2275.          bit 3 =    parity enable
  2276.              1  even number of ones are sent and checked in the 
  2277.                 data word bits and parity bit
  2278.              0  odd number of ones are sent and checked
  2279.          bit 2 = 0  one stop bit
  2280.              1  zero stop bit
  2281.          bit 1-0 00 word length is 5 bits
  2282.              01 word length is 6 bits
  2283.              10 word length is 7 bits
  2284.              11 word length is 8 bits
  2285.  
  2286. 03FC    r/w    modem control register
  2287.          bit 7-5 = 0  reserved
  2288.          bit 4 = 1  loopback mode for diagnostic testing of serial port
  2289.                 output of transmitter shift register is looped back
  2290.                 to receiver shift register input. In this mode
  2291.                 transmitted data is received immediately so that
  2292.                 the CPU can verify the transmit data/receive data
  2293.                 serial port paths.
  2294.          bit 3 = 1  auxiliary user-designated output 2
  2295.          bit 2 = 1  auxiliary user-designated output 1
  2296.          bit 1 = 1  force request-to-send active
  2297.          bit 0 = 1  force data-terminal-ready active
  2298.  
  2299. 03FD    r    line status register
  2300.          bit 7 = 0  reserved
  2301.          bit 6 = 1  transmitter shift and holding registers empty
  2302.          bit 5 = 1  transmitter holding register empty. Controller is
  2303.                 ready toaccept a new character to send.
  2304.          bit 4 = 1  break interrupt. the received data input is held in
  2305.                 in the zero bit state longer than the time of start
  2306.                 bit + data bits + parity bit + stop bits.
  2307.          bit 3 = 1  framing error. the stop bit that follows the last
  2308.                 parity or data bit is a zero bit.
  2309.          bit 2 = 1  parity error. Character has wrong parity
  2310.          bit 1 = 1  overrun error. a character was sent to the receiver
  2311.                 buffer before the previous character in the buffer
  2312.                 could be read. This destroys the previous
  2313.                 character.
  2314.          bit 0 = 1  data ready. a complete incoming character has been
  2315.                 received and sent to the receiver buffer register.
  2316.  
  2317. 03FE    r    modem status register
  2318.          bit 7 = 1  data carrier detect
  2319.          bit 6 = 1  ring indicator
  2320.          bit 5 = 1  data set ready
  2321.          bit 4 = 1  clear to send
  2322.          bit 3 = 1  delta data carrier detect
  2323.          bit 2 = 1  trailing edge ring indicator
  2324.          bit 1 = 1  delta data set ready
  2325.          bit 0 = 1  delta clear to send
  2326.  
  2327.           - bits 0-3 are reset when the CPU reads the MSR
  2328.           - bit 4 is the Modem Control Register RTS during loopback test
  2329.           - bit 5 is the Modem Control Register DTR during loopback test
  2330.           - bit 6 is the Modem Control Register OUT1 during loopback test
  2331.           - bit 7 is the Modem Control Register OUT2 during loopback test
  2332.  
  2333. 03FF    r/w    scratch register
  2334.  
  2335. -------------------------------------------------------------------------------
  2336.  
  2337.         Adresses above 03FF apply to EISA machines only !
  2338.  
  2339.              1000-1FFF    slot 1 EISA
  2340.              2000-2FFF    slot 2 EISA
  2341.              3000-3FFF    slot 3 EISA
  2342.              4000-4FFF    slot 4 EISA
  2343.              5000-5FFF    slot 5 EISA
  2344.              6000-6FFF    slot 6 EISA
  2345.              7000-7FFF    slot 7 EISA
  2346.  
  2347. -------------------------------------------------------------------------------
  2348. 0401-04D6 ----    used by EISA systems only
  2349.  
  2350. 0401    r/w    DMA channel 0 word count byte 2 (high)
  2351. 0403    r/w    DMA channel 1 word count byte 2 (high)
  2352. 0405    r/w    DMA channel 2 word count byte 2 (high)
  2353. 0407    r/w    DMA channel 3 word count byte 2 (high)
  2354.  
  2355. 040A    w    extended DMA chaining mode register, channels 0-3
  2356.          bit 7-5      reserved
  2357.          bit 4     = 0  generates IRQ13
  2358.              = 1  generates terminal count
  2359.          bit 3     = 0  do not start chaining
  2360.              = 1  programming complete
  2361.          bit 2     = 0  disable buffer chaining mode (default)
  2362.              = 1  enable buffer chaining mode
  2363.          bit 1-0      DMA channel select
  2364.  
  2365. 040A    r    channel interrupt (IRQ13) status register
  2366.          bit 7-5  interrupt on channels 7-5
  2367.          bit 4      reserved
  2368.          bit 3-0  interrupt on channels 3-0
  2369.  
  2370. 040B    w    DMA extended mode register for channels 3-0.
  2371.         bit settings same as 04D6
  2372.          bit 7     = 0  enable stop register
  2373.          bit 6     = 0  terminal count is an output for this channel
  2374.                 (default)
  2375.          bit 5-4      DMA cycle timing
  2376.              = 00 ISA-compatible (default)
  2377.              = 01 type A timing mode
  2378.              = 10 type B timing mode
  2379.              = 11 burst DMA mode
  2380.          bit 3-2      Address mode
  2381.              = 00 8-bit I/O, count by bytes (default)
  2382.              = 01 16-bit I/O, count by words, address shifted
  2383.              = 10 32-bit I/O, count by bytes
  2384.              = 11 16-bit I/O, count by bytes
  2385.          bit 1-0      DMA channel select
  2386.  
  2387. -------------------------------------------------------------------------------
  2388. 0461    r/w    Extended NMI status/control register
  2389.          bit 7 = 1  NMI pending from fail-safe timer (read only)
  2390.          bit 6 = 1  NMI pending from bus timeout NMI status (read
  2391. only)
  2392.          bit 5 = 1  NMI pending (read only)
  2393.          bit 4        reserved
  2394.          bit 3 = 1  bus timeout NMI enable (read/write)
  2395.          bit 2 = 1  fail-safe NMI enable (read/write)
  2396.          bit 1 = 1  NMI I/O port enable (read/write)
  2397.          bit 0        RSTDRV. bus reset (read/write)
  2398.                = 0  normal bus reset operation
  2399.                = 1  reset bus asserted
  2400.  
  2401. 0462    w    Software NMI register. writing to this register causes an NMI
  2402.         if NMI's are enabled
  2403.          bit 7 = 1  generates an NMI
  2404.  
  2405. 0464    r    bus master status latch register (slots 1-8). identifies the
  2406.         last bus master that had control of the bus
  2407.          bit 7 = 0  slot 8 had control last
  2408.          bit 6 = 0  slot 7 had control last
  2409.          bit 5 = 0  slot 6 had control last
  2410.          bit 4 = 0  slot 5 had control last
  2411.          bit 3 = 0  slot 4 had control last
  2412.          bit 2 = 0  slot 3 had control last
  2413.          bit 1 = 0  slot 2 had control last
  2414.          bit 0 = 0  slot 1 had control last
  2415.  
  2416. 0465    r    bus master status latch register (slots 9-16)
  2417.          bit 7 = 0  slot 16 had control last
  2418.          bit 6 = 0  slot 15 had control last
  2419.          bit 5 = 0  slot 14 had control last
  2420.          bit 4 = 0  slot 13 had control last
  2421.          bit 3 = 0  slot 12 had control last
  2422.          bit 2 = 0  slot 11 had control last
  2423.          bit 1 = 0  slot 10 had control last
  2424.          bit 0 = 0  slot 9  had control last
  2425.  
  2426. -------------------------------------------------------------------------------
  2427. 0481-048B ---- EISA DMA page registers
  2428.  
  2429. 0481    r/w    DMA channel 2 address byte 3 (high)
  2430. 0482    r/w    DMA channel 3 address byte 3 (high)
  2431. 0483    r/w    DMA channel 1 address byte 3 (high)
  2432. 0487    r/w    DMA channel 0 address byte 3 (high)
  2433. 0489    r/w    DMA channel 6 address byte 3 (high)
  2434. 048A    r/w    DMA channel 7 address byte 3 (high)
  2435. 048B    r/w    DMA channel 5 address byte 3 (high)
  2436.  
  2437. -------------------------------------------------------------------------------
  2438. 04C6-04CF ---- EISA DMA count registers
  2439.  
  2440. 04C6    r/w    DMA channel 5 word count byte 2 (high)
  2441. 04CA    r/w    DMA channel 6 word count byte 2 (high)
  2442. 04CE    r/w    DMA channel 7 word count byte 2 (high)
  2443.  
  2444. -------------------------------------------------------------------------------
  2445. 04D0-04D1 ---- EISA IRQ control
  2446.  
  2447. 04D0    w    IRQ 0-7 interrupt edge/level registers
  2448.          bit 7 = 1  IRQ 7 is level sensitive
  2449.          bit 6 = 1  IRQ 6 is level sensitive
  2450.          bit 5 = 1  IRQ 5 is level sensitive
  2451.          bit 4 = 1  IRQ 4 is level sensitive
  2452.          bit 3 = 1  IRQ 3 is level sensitive
  2453.          bit 2-0    reserved
  2454.  
  2455. 04D1    w    IRQ 8-15 interrupt edge/level registers
  2456.          bit 7 = 1  IRQ 15 is level sensitive
  2457.          bit 6 = 1  IRQ 14 is level sensitive
  2458.          bit 5 = 1  reserved
  2459.          bit 4 = 1  IRQ 12 is level sensitive
  2460.          bit 3 = 1  IRQ 11 is level sensitive
  2461.          bit 2 = 1  IRQ 10 is level sensitive
  2462.          bit 1 = 1  IRQ 9  is level sensitive
  2463.          bit 0        reserved
  2464.  
  2465. -------------------------------------------------------------------------------
  2466. 04D4-04D6 ---- EISA DMA control
  2467.  
  2468. 04D4    r    DMA chaining status
  2469.  
  2470. 04D4    w    extended DMA chaining mode register, channels 4-7
  2471.          bit 7-5 = 0  reserved
  2472.          bit 4     = 0  generates IRQ 13
  2473.              = 1  generates terminal count
  2474.          bit 3     = 0  do not start chaining
  2475.              = 1  programming complete
  2476.          bit 2     = 0  disable buffer chaining mode (default)
  2477.              = 1  enable buffer chaining mode
  2478.          bit 1-0      DMA channel select
  2479.  
  2480. 04D6    w    DMA extended mode register for channels 4-7
  2481.         bit settings same as 04B
  2482.          bit 7     = 0  enable stop register
  2483.          bit 6     = 0  terminal count is an output for this channel
  2484.                 (default)
  2485.          bit 5-4      DMA cycle timing
  2486.              = 00 ISA-compatible (default)
  2487.              = 01 type A timing mode
  2488.              = 10 type B timing mode
  2489.              = 11 burst DMA mode
  2490.          bit 3-2      Address mode
  2491.              = 00 8-bit I/O, count by bytes (default)
  2492.              = 01 16-bit I/O, count by words, address shifted
  2493.              = 10 32-bit I/O, count by bytes
  2494.              = 11 16-bit I/O, count by bytes
  2495.          bit 1-0      DMA channel select
  2496.  
  2497. -------------------------------------------------------------------------------
  2498. 04E0-04FF ---- EISA DMA stop registers
  2499.  
  2500. 04E0-04E2 r/w    channel 0
  2501. 04E4-04E6 r/w    channel 1
  2502. 04E8-04EA r/w    channel 2
  2503. 04EC-04EE r/w    channel 3
  2504. 04F4-04F6 r/w    channel 5
  2505. 04F8-04FA r/w    channel 6
  2506. 04FC-04FE r/w    channel 7
  2507.  
  2508. -------------------------------------------------------------------------------
  2509. 0601    w    System control. Laptop chipset: Headland HL21 & Acer M5105
  2510.          bit 7 = 1  power led on
  2511.          bit 6 = 1  LCD backlight off
  2512.          bit 5
  2513.          bit 4
  2514.          bit 3
  2515.          bit 2 = 1  video chips disabled, screen blanked.
  2516.          bit 1
  2517.          bit 0 = 1  will lock up your machine!
  2518.  
  2519.     r     bit 7 = 0  if screen enabled always these values
  2520.          bit 6 = 0
  2521.          bit 5 = 0
  2522.          bit 4 = 0
  2523.          bit 3 = 0
  2524.          bit 2 = 1
  2525.          bit 1 = 0
  2526.          bit 0 = 0
  2527.  
  2528. -------------------------------------------------------------------------------
  2529. 0620-0627 ----    PC network (adapter 1)
  2530. 0628-062F ----    PC network (adapter 2)
  2531.  
  2532. -------------------------------------------------------------------------------
  2533. 0680      ----  Microchannel POST Diagnostic (write only)
  2534.  
  2535. -------------------------------------------------------------------------------
  2536. 06E2-06E3 ----    data aquisition (adapter 1)
  2537.  
  2538. -------------------------------------------------------------------------------
  2539. 06E8      ----    S3 86C928 video controller (ELSA Winner 1000)
  2540.  
  2541. -------------------------------------------------------------------------------
  2542. 06E8-06EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2543.  
  2544. 06E8    w    horizontal displayed
  2545.  
  2546.     See also 02E8-02EF, 0AE8, 96E8, 9AE8
  2547.  
  2548. -------------------------------------------------------------------------------
  2549. 0790-0793 ----    cluster (adapter 1)
  2550.  
  2551. -------------------------------------------------------------------------------
  2552. 0800-08FF ----    I/O port access registers for extended CMOS RAM or SRAM
  2553.         (256 bytes at a time)
  2554.         Sometimes plain text can be seen here.
  2555.  
  2556. -------------------------------------------------------------------------------
  2557. 0800-08FF ----  reserved for EISA system motherboard
  2558.  
  2559. -------------------------------------------------------------------------------
  2560. 0A20-0A23 ----    Token Ring (adapter 1)
  2561. 0A24-0A27 ----    Token Ring (adapter 2)
  2562.  
  2563. -------------------------------------------------------------------------------
  2564. 0AE2-0AE3 ----    cluster (adapter 2)
  2565.  
  2566. -------------------------------------------------------------------------------
  2567. 0AE8      ----    S3 86C928 video controller (ELSA Winner 1000)
  2568.  
  2569. -------------------------------------------------------------------------------
  2570. 0AE8-0AEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2571.  
  2572. 0AE8    w    horizontal sync start
  2573.  
  2574. -------------------------------------------------------------------------------
  2575. 0B90-0B93 ----    cluster (adapter 2)
  2576.  
  2577. -------------------------------------------------------------------------------
  2578. 0C00    r/w    page register to write to SRAM or I/O
  2579.  
  2580. -------------------------------------------------------------------------------
  2581. 0C00-0CFF ----  reserved for EISA system motherboard
  2582.  
  2583. -------------------------------------------------------------------------------
  2584. 0C7C        bit 7-4 (Compaq)
  2585.  
  2586. -------------------------------------------------------------------------------
  2587. 0C80-0C83 ----    EISA system board ID registers
  2588.  
  2589. -------------------------------------------------------------------------------
  2590. 0CF8      ----  Intel Pentium motherboard ("Neptune" chipset)
  2591.  
  2592. -------------------------------------------------------------------------------
  2593. 0CFA      ----  Intel Pentium motherboard ("Neptune" chipset)
  2594.  
  2595. -------------------------------------------------------------------------------
  2596. 0EE8      ----    S3 86C928 video controller (ELSA Winner 1000)
  2597.  
  2598. -------------------------------------------------------------------------------
  2599. 0EE8-0EEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2600.  
  2601. 0EE8    w    horizontal sync width
  2602.  
  2603. -------------------------------------------------------------------------------
  2604. 1000-10FF ----  available for EISA slot 1
  2605.  
  2606. -------------------------------------------------------------------------------
  2607. 12E8-12EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2608.  
  2609. 12E8    w    vertical total
  2610.  
  2611. -------------------------------------------------------------------------------
  2612. 1390-1393 ----    cluster (adapter 3)
  2613.  
  2614. -------------------------------------------------------------------------------
  2615. 1400-14FF ----  available for EISA slot 1
  2616.  
  2617. -------------------------------------------------------------------------------
  2618. 16E8-16EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2619.  
  2620. 16E8    w    vertical displayed
  2621.  
  2622. -------------------------------------------------------------------------------
  2623. 1800-18FF ----  available for EISA slot 1
  2624.  
  2625. -------------------------------------------------------------------------------
  2626. 1AE8-1AEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2627.  
  2628. 1AE8    w    vertical sync start
  2629.  
  2630. -------------------------------------------------------------------------------
  2631. 1C00-1CFF ----  available for EISA slot 1
  2632.  
  2633. -------------------------------------------------------------------------------
  2634. 1C80-1C8F ----  VESA XGA Video in EISA slot 1
  2635.  
  2636. 1C80-1C83 r/w    EISA Video ID
  2637. 1C84    r/w    EISA Video expansion board control    
  2638. 1C85    r/w    EISA Setup control
  2639. 1C88    r/w    EISA Video Programmable Option Select 0
  2640. 1C89-1C8F r/w    EISA Video Programmable Option Select 1-7
  2641.  
  2642. -------------------------------------------------------------------------------
  2643. 1C80-1C83    EISA board product ID (board in slot 1)
  2644.  
  2645. -------------------------------------------------------------------------------
  2646. 1C85        Compaq Qvision EISA - Virtual Controller ID
  2647.  
  2648. -------------------------------------------------------------------------------
  2649. 1EE8-1EEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2650.  
  2651. 1EE8    w    vertical sync width
  2652.  
  2653. -------------------------------------------------------------------------------
  2654. 2000-20FF ----  available for EISA slot 2
  2655.  
  2656. -------------------------------------------------------------------------------
  2657. 2100-210F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (first installed)
  2658. 2110-211F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (second installed)
  2659. 2120-212F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (third installed)
  2660. 2130-213F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (fourth installed)
  2661. 2140-214F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (fifth installed)
  2662. 2150-215F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (sixth installed)
  2663. 2160-216F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (seventh installed)
  2664. 2170-217F ----    IBM XGA (eXtended Graphics Adapter  8514/A) (eighth installed)
  2665.  
  2666. -------------------------------------------------------------------------------
  2667. 2100      ----  XGA Video Operating Mode Register
  2668.  
  2669. Note:    this port is for the first XGA in the system; 2110-2170 are used for
  2670.       the second through eighth XGAs
  2671.  
  2672. -------------------------------------------------------------------------------
  2673. 2101      ----  XGA VIdeo Aperture Control
  2674.  
  2675. Note:    this port is for the first XGA in the system; 2111-2171 are used for
  2676.       the second through eighth XGAs
  2677.  
  2678. -------------------------------------------------------------------------------
  2679. 2102-2103 ----  XGA ???
  2680.  
  2681. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2682.       the second through eighth XGAs
  2683.  
  2684. -------------------------------------------------------------------------------
  2685. 2104      ----  XGA Video Interrupt Enable
  2686.  
  2687. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2688.       the second through eighth XGAs
  2689.  
  2690. -------------------------------------------------------------------------------
  2691. 2105      ----  XGA Video Interrupt Status
  2692.  
  2693. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2694.       the second through eighth XGAs
  2695.  
  2696. -------------------------------------------------------------------------------
  2697. 2106      ----  XGA Video Virtual Memory Control
  2698.  
  2699. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2700.       the second through eighth XGAs
  2701.  
  2702. -------------------------------------------------------------------------------
  2703. 2107      ----  XGA Video Virtual Memory Interrupt Status
  2704.  
  2705. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2706.       the second through eighth XGAs
  2707.  
  2708. -------------------------------------------------------------------------------
  2709. 2108      ----  XGA Video Aperture Index
  2710.  
  2711. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2712.       the second through eighth XGAs
  2713.  
  2714. -------------------------------------------------------------------------------
  2715. 2109      ----    XGA Video Memory Access Mode
  2716.  
  2717. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2718.       the second through eighth XGAs
  2719.  
  2720. -------------------------------------------------------------------------------
  2721. 210A      ----  XGA Video Index for Data
  2722.  
  2723. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2724.       the second through eighth XGAs
  2725.  
  2726. -------------------------------------------------------------------------------
  2727. 210B      ----  XGA Video Data (byte)
  2728.  
  2729. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2730.       the second through eighth XGAs
  2731.  
  2732. -------------------------------------------------------------------------------
  2733. 210C-210F ----    XGA Video Data (word/dword)
  2734.  
  2735. Note:    this port is for the first XGA in the system; 211x-217x are used for
  2736.       the second through eighth XGAs
  2737.  
  2738. -------------------------------------------------------------------------------
  2739. 2110-217F ----  secondary XGA adapters (see individual entries above)
  2740.  
  2741. -------------------------------------------------------------------------------
  2742. 22E8-22EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2743.  
  2744. 22E8    w    display control
  2745.  
  2746. -------------------------------------------------------------------------------
  2747. 2390-2393 ----    cluster (adapter 4)
  2748.  
  2749. -------------------------------------------------------------------------------
  2750. 23C0-23CF ----  Compaq QVision - BitBLT engine
  2751.  
  2752. -------------------------------------------------------------------------------
  2753. 2400-24FF ----  available for EISA slot 2
  2754.  
  2755. -------------------------------------------------------------------------------
  2756. 27C6    r/w    LCD timeout in minutes (Compaq LTE Lite)
  2757.  
  2758. -------------------------------------------------------------------------------
  2759. 2800-28FF ----  available for EISA slot 2
  2760.  
  2761. -------------------------------------------------------------------------------
  2762. 2C80-2C83    EISA board product ID (board in slot 2)
  2763.  
  2764. -------------------------------------------------------------------------------
  2765. 28E9      ----  8514/A - WD Escape Functions
  2766.  
  2767. -------------------------------------------------------------------------------
  2768. 2C80-2C8F ----  VESA XGA Video in EISA slot 2 (see 1C80-1C8F)
  2769.  
  2770. -------------------------------------------------------------------------------
  2771. 3000-30FF ----  available for EISA slot 3
  2772.  
  2773. -------------------------------------------------------------------------------
  2774. 3220-3227 ----    serial port 3, description same as 03F8
  2775. 3228-322F ----    serial port 4, description same as 03F8
  2776.  
  2777. -------------------------------------------------------------------------------
  2778. 33C0-33CF ----  Compaq QVision - BitBLT engine
  2779.  
  2780. -------------------------------------------------------------------------------
  2781. 3400-34FF ----  available for EISA slot 3
  2782.  
  2783. -------------------------------------------------------------------------------
  2784. 3540-354F ----    IBM SCSI (Small Computer System Interface) adapter
  2785. 3550-355F ----    IBM SCSI (Small Computer System Interface) adapter
  2786. 3560-356F ----    IBM SCSI (Small Computer System Interface) adapter
  2787. 3570-357F ----    IBM SCSI (Small Computer System Interface) adapter
  2788.  
  2789. -------------------------------------------------------------------------------
  2790. 3800-38FF ----  available for EISA slot 3
  2791.  
  2792. -------------------------------------------------------------------------------
  2793. 3C00-3CFF ----  available for EISA slot 3
  2794.  
  2795. -------------------------------------------------------------------------------
  2796. 3C80-3C8F ----  VESA XGA Video in EISA slot 3
  2797.  
  2798. 3C80-3C83 r/w    EISA Video ID
  2799. 3C84    r/w    EISA Video expansion board control    
  2800. 3C85    r/w    EISA Setup control
  2801. 3C88    r/w    EISA Video Programmable Option Select 0
  2802. 3C89-3C8F r/w    EISA Video Programmable Option Select 1-7
  2803.  
  2804. SeeAlso: 1C80-1C8F,2C80-2C8F,7C80-7C8F
  2805.  
  2806. -------------------------------------------------------------------------------
  2807. 3C80-3C83    EISA board product ID (board in slot 3)
  2808.  
  2809. -------------------------------------------------------------------------------
  2810. 4000-40FF ----  available for EISA slot 4
  2811.  
  2812. -------------------------------------------------------------------------------
  2813. 4220-4227 ----    serial port, description same as 03F8
  2814. 4228-422F ----    serial port, description same as 03F8
  2815.  
  2816. -------------------------------------------------------------------------------
  2817. 42E0-42EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  2818.  
  2819. 42E1    r/w    GPIB (adapter 2)
  2820.  
  2821. -------------------------------------------------------------------------------
  2822. 42E8      ----  8514/A and hardware-compatible video cards
  2823.  
  2824. 42E8    r    Subsystem Status
  2825. 42E8    w    Subsystem Control
  2826.  
  2827. -------------------------------------------------------------------------------
  2828. 4400-44FF ----  available for EISA slot 4
  2829.  
  2830. -------------------------------------------------------------------------------
  2831. 46E8      ----  VGA video adapter enable
  2832.  
  2833. 46E8    r/w    enable flags
  2834.         bits 7-5 unused or vendor-specific
  2835.         bit 4: setup for POS registers (MCA)
  2836.         bit 3: enable video I/O ports and video buffer
  2837.         bits 2-0 unused or vendor-specific
  2838.  
  2839. Note:    IBM uses this port for adapter-card VGAs only, and port 03C3 for
  2840.       motherboard VGA only
  2841.  
  2842. SeeAlso: 03C3
  2843.  
  2844. -------------------------------------------------------------------------------
  2845. 46E8      ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2846.  
  2847. 46E8    w    ROM page select
  2848.  
  2849. -------------------------------------------------------------------------------
  2850. 4800-48FF ----  available for EISA slot 4
  2851.  
  2852. -------------------------------------------------------------------------------
  2853. 4AE8-4AEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2854.  
  2855. 4AE8    w    Advanced function control
  2856.         (02h = VGA mode, 03h = 480-line mode, 07h = 768-line mode)
  2857.  
  2858. -------------------------------------------------------------------------------
  2859. 4C00-4CFF ----  available for EISA slot 4
  2860.  
  2861. -------------------------------------------------------------------------------
  2862. 4C80-4C83    EISA board product ID (board in slot 4)
  2863.  
  2864. -------------------------------------------------------------------------------
  2865. 4C80-4C8F ----  VESA XGA Video in EISA slot 4 (see 3C80-3C8F)
  2866.  
  2867. SeeAlso: 1C80-1C8F,6C80-6C8F
  2868.  
  2869. -------------------------------------------------------------------------------
  2870. 5000-50FF ----  available for EISA slot 5
  2871.  
  2872. -------------------------------------------------------------------------------
  2873. 5220-5227 ----    serial port, description same as 03F8
  2874. 5228-522F ----    serial port, description same as 03F8
  2875.  
  2876. -------------------------------------------------------------------------------
  2877. 5400-54FF ----  available for EISA slot 5
  2878.  
  2879. -------------------------------------------------------------------------------
  2880. 5800-58FF ----  available for EISA slot 5
  2881.  
  2882. -------------------------------------------------------------------------------
  2883. 5C00-5CFF ----  available for EISA slot 5
  2884.  
  2885. -------------------------------------------------------------------------------
  2886. 5C80-5C8F ----  VESA XGA Video in EISA slot 5
  2887.  
  2888. 5C80-5C83 r/w    EISA Video ID
  2889. 5C84    r/w    EISA Video expansion board control    
  2890. 5C85    r/w    EISA Setup control
  2891. 5C88    r/w    EISA Video Programmable Option Select 0
  2892. 5C89-5C8F r/w    EISA Video Programmable Option Select 1-7
  2893.  
  2894. SeeAlso: 2C80-2C8F,4C80-4C8F,6C80-6C8F
  2895.  
  2896. -------------------------------------------------------------------------------
  2897. 5C80-5C83    EISA board product ID (board in slot 5)
  2898.  
  2899. -------------------------------------------------------------------------------
  2900. 6000-60FF ----  available for EISA slot 6
  2901.  
  2902. -------------------------------------------------------------------------------
  2903. 62E0-62EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  2904.  
  2905. 62E1    r/w    GPIB (adapter 3)
  2906.  
  2907. -------------------------------------------------------------------------------
  2908. 63C0-63CF ----  Compaq QVision - BitBLT engine
  2909.  
  2910. -------------------------------------------------------------------------------
  2911. 6400-64FF ----  available for EISA slot 6
  2912.  
  2913. -------------------------------------------------------------------------------
  2914. 6800-68FF ----  available for EISA slot 6
  2915.  
  2916. -------------------------------------------------------------------------------
  2917. 6C00-6CFF ----  available for EISA slot 6
  2918.  
  2919. -------------------------------------------------------------------------------
  2920. 6C80-6C83    EISA board product ID (board in slot 6)
  2921.  
  2922. -------------------------------------------------------------------------------
  2923. 6C80-6C8F ----  VESA XGA Video in EISA slot 1
  2924.  
  2925. 6C80-6C83 r/w    EISA Video ID
  2926. 6C84    r/w    EISA Video expansion board control    
  2927. 6C85    r/w    EISA Setup control
  2928. 6C88    r/w    EISA Video Programmable Option Select 0
  2929. 6C89-1C8F r/w    EISA Video Programmable Option Select 1-7
  2930.  
  2931. SeeAlso: 1C80-1C8F,2C80-2C8F,5C80-5C8F
  2932.  
  2933. -------------------------------------------------------------------------------
  2934. 7000-70FF ----  available for EISA slot 7
  2935.  
  2936. -------------------------------------------------------------------------------
  2937. 7400-74FF ----  available for EISA slot 7
  2938.  
  2939. -------------------------------------------------------------------------------
  2940. 7800-78FF ----  available for EISA slot 7
  2941.  
  2942. -------------------------------------------------------------------------------
  2943. 7C00-7CFF ----  available for EISA slot 7
  2944.  
  2945. -------------------------------------------------------------------------------
  2946. 7C80-7C83    EISA board product ID (board in slot 7)
  2947.  
  2948. -------------------------------------------------------------------------------
  2949. 7C80-7C8F ----  VESA XGA Video in EISA slot 7
  2950.  
  2951. 7C80-7C83 r/w    EISA Video ID
  2952. 7C84    r/w    EISA Video expansion board control    
  2953. 7C85    r/w    EISA Setup control
  2954. 7C88    r/w    EISA Video Programmable Option Select 0
  2955. 7C89-7C8F r/w    EISA Video Programmable Option Select 1-7
  2956.  
  2957. SeeAlso: 1C80-1C8F, 6C80-6C8F
  2958.  
  2959. -------------------------------------------------------------------------------
  2960. 8000-80FF ----  available for EISA slot 8
  2961.  
  2962. -------------------------------------------------------------------------------
  2963. 82E0-82EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  2964.  
  2965. 82E1    r/w    GPIB (adapter 4)
  2966.  
  2967. -------------------------------------------------------------------------------
  2968. 82E8-82EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2969.  
  2970. 82E8    w    current Y position
  2971.  
  2972. -------------------------------------------------------------------------------
  2973. 82F8-82FF ----    serial port, description same as 03F8
  2974. 83F8-83FF ----    serial port, description same as 03F8
  2975.  
  2976. -------------------------------------------------------------------------------
  2977. 83C0-83CF ----  Compaq QVision - Line Draw Engine
  2978.  
  2979. -------------------------------------------------------------------------------
  2980. 83C4      ----  Compaq Qvision EISA - Virtual Controller Select
  2981.  
  2982. -------------------------------------------------------------------------------
  2983. 83C6-83C9 ----  Compaq Qvision EISA - DAC color registers
  2984.  
  2985. -------------------------------------------------------------------------------
  2986. 8400-84FF ----  available for EISA slot 8
  2987.  
  2988. -------------------------------------------------------------------------------
  2989. 86E8-86EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2990.  
  2991. 86E8    w    current X position
  2992.  
  2993. -------------------------------------------------------------------------------
  2994. 8800-88FF ----  available for EISA slot 8
  2995.  
  2996. -------------------------------------------------------------------------------
  2997. 8AE8-8AEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  2998.  
  2999. 8AE8    w    destination Y position / axial step constant
  3000.  
  3001. -------------------------------------------------------------------------------
  3002. 8C00-8CFF ----  available for EISA slot 8
  3003.  
  3004. -------------------------------------------------------------------------------
  3005. 8C80-8C83    EISA board product ID (board in slot 8)
  3006.  
  3007. -------------------------------------------------------------------------------
  3008. 8EE8-8EEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3009.  
  3010. 8EE8    w    destination X position / axial step constant
  3011.  
  3012. -------------------------------------------------------------------------------
  3013. 9000-90FF ----  available for EISA slot 9
  3014.  
  3015. -------------------------------------------------------------------------------
  3016. 92E8-92EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3017.  
  3018. 92E8    w    error term
  3019.  
  3020. -------------------------------------------------------------------------------
  3021. 9400-94FF ----  available for EISA slot 9
  3022.  
  3023. -------------------------------------------------------------------------------
  3024. 96E8-96EF ----  8514/A and hardware-compatible video cards
  3025.  
  3026. 96E8    r    Enter WD Enhanced Mode
  3027. 96E8    w    major axis pixel count
  3028.  
  3029. -------------------------------------------------------------------------------
  3030. 9800-98FF ----  available for EISA slot 9
  3031.  
  3032. -------------------------------------------------------------------------------
  3033. 9AE8h-9AE9h ----  8514/A Graphics Processor Status
  3034.  
  3035. 9AE8w    r    bit 9: hardware busy
  3036. 9AE8    w    command
  3037.  
  3038. -------------------------------------------------------------------------------
  3039. 9C00-9CFF ----  available for EISA slot 9
  3040.  
  3041. -------------------------------------------------------------------------------
  3042. 9C80-9C83    EISA board product ID (board in slot 9)
  3043.  
  3044. -------------------------------------------------------------------------------
  3045. A220      ????    soundblaster support in AMI Hi-Flex BIOS  ????
  3046.  
  3047. -------------------------------------------------------------------------------
  3048. A2E0-A2EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  3049.  
  3050. A2E1    r/w    GPIB (adapter 5)
  3051.  
  3052. -------------------------------------------------------------------------------
  3053. A2E8-A2EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3054.  
  3055. A2E8    w    background color
  3056.  
  3057. -------------------------------------------------------------------------------
  3058. A6E8-A6EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3059.  
  3060. A6E8    w    foreground color
  3061.  
  3062. -------------------------------------------------------------------------------
  3063. AAE8-AAEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3064.  
  3065. AAE8    w    write mask
  3066.  
  3067. -------------------------------------------------------------------------------
  3068. AEE8-AEEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3069.  
  3070. AEE8    w    read mask
  3071.  
  3072. -------------------------------------------------------------------------------
  3073. AFFF    r/w    plane 0-3 system latch (video register)
  3074.  
  3075. -------------------------------------------------------------------------------
  3076. B220-B227 ----    serial port, description same as 03F8
  3077. B228-B22F ----    serial port, description same as 03F8
  3078.  
  3079. -------------------------------------------------------------------------------
  3080. B2E8-B2EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3081.  
  3082. B2E8    w    color compare
  3083.  
  3084. -------------------------------------------------------------------------------
  3085. B6E8-B6EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3086.  
  3087. B6E8    w    background mix
  3088.  
  3089. -------------------------------------------------------------------------------
  3090. BAE8-BAEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3091.  
  3092. BAE8    w    foreground mix
  3093.  
  3094. -------------------------------------------------------------------------------
  3095. BEE8-BEEF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3096.  
  3097. BEE8    w    multi-function control
  3098.  
  3099. -------------------------------------------------------------------------------
  3100. C008      ----  Intel Pentium motherboard ("Neptune" chipset)
  3101.  
  3102. -------------------------------------------------------------------------------
  3103. C050      ----  Intel Pentium motherboard ("Neptune" chipset)
  3104.  
  3105. C050    r/w    bit 2: ???
  3106.  
  3107. -------------------------------------------------------------------------------
  3108. C052      ----  Intel Pentium motherboard ("Neptune" chipset)
  3109.  
  3110. C052    r/???    bits 6,7: ???
  3111.  
  3112. -------------------------------------------------------------------------------
  3113. C220-C227 ----    serial port, description same as 03F8
  3114. C228-C22F ----    serial port, description same as 03F8
  3115.  
  3116. -------------------------------------------------------------------------------
  3117. C2E0-C2EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  3118.  
  3119. C2E1    r/w    GPIB (adapter 6)
  3120.  
  3121. -------------------------------------------------------------------------------
  3122. D220-D227 ----    serial port, description same as 03F8
  3123. D228-D22F ----    serial port, description same as 03F8
  3124.  
  3125. -------------------------------------------------------------------------------
  3126. E2E0-E2EF ----    GPIB (General Purpose Interface Bus, IEEE 488 interface)
  3127.  
  3128. E2E1    r/w    GPIB (adapter 7)
  3129.  
  3130. -------------------------------------------------------------------------------
  3131. E2E8-E2EF ----    8514/A and compatible video cards (e.g. ATI Graphics Ultra)
  3132.  
  3133. E2E8    w    pixel data transfer
  3134.  
  3135. -------------------------------------------------------------------------------
  3136.  
  3137. MEMORY-MAPPED ADDRESSES
  3138.  
  3139. -------------------------------------------------------------------------------
  3140. 80C00000  Compaq Deskpro 386 system memory board register
  3141.  
  3142. 80C00000 w    RAM relocation register
  3143.         bit 7-2       Reserved, always write 1's.
  3144.         bit 1 = 0  Write-protect 128-Kbyte RAM at FE0000.
  3145.               = 1  Do not write-protect RAM at FE0000.
  3146.         bit 0 = 0  Relocate 128-Kbyte block at FE0000 to address 0E0000
  3147.               = 1  128-Kbyte RAM is addressed only at FE0000.
  3148.  
  3149. 80C00000 r    Diagnostics register
  3150.         bit 7    = 0  memory expansion board is installed
  3151.         bit 6    = 0  second 1 MB of system memory board is installed
  3152.         bit 5-4 = 00 base memory set to 640 KB
  3153.               01 invalid
  3154.               10 base memory set to 512 KB
  3155.               11 base memory set to 256 KB
  3156.         bit 3    = 0  parity error in byte 3
  3157.         bit 2    = 0  parity error in byte 2
  3158.         bit 1    = 0  parity error in byte 1
  3159.         bit 0    = 0  parity error in byte 0 (in 32-bit double word)
  3160.  
  3161. -------------------------------------------------------------------------------
  3162. C0000000-C000FFFF    Weitek "Abacus" math coprocessor
  3163.  
  3164. -------------------------------------------------------------------------------
  3165.  
  3166.  
  3167.  
  3168.  
  3169. -------------CREDITS-------------------------
  3170. Chuck Proctor <71534.2302@CompuServe.COM>
  3171. Richard W. Watson  <73042.1420@CompuServe.COM>
  3172.  
  3173. [Some of the information in this list was extracted from Frank van Gilluwe's
  3174. _The_Undocumented_PC_, a must-have book for anyone programming down to the
  3175. "bare metal" of a PC.]
  3176.  
  3177. [Some of the information in this list from the shareware version of Dave
  3178. Williams' DOSREF, v3.0]
  3179.  
  3180. [8514/A hardware ports found in FractInt v18.0 source file FR8514A.ASM]
  3181.  
  3182. [Compaq QVision info from the _COMPAQ_QVision_Graphics_System_Technical_
  3183. _Reference_Guide_, second edition (October 1993).  Compaq part number
  3184. 073A/0693.  Much more to come!]
  3185.