Metropoli BBS
VIEWER: !ami28a1.cfg MODE: TEXT (ASCII)
; Configuration file for AMI EZ-FLEX EISA system board, series 28
; Revision: 1.00, Release date: 09/06/1991
; This revision supports the following CPU modules:
;       Series 36 - 80486SX / 80487SX / 80486 write-back, 25 MHz
;       Series 36 - 80486 write-back, 33 MHz
;       Series 35 - 80486SX / 80487SX noncache, 20 MHz
;       Series 35 - 80486SX / 80487SX / 80486 noncache, 25 MHz
;       Series 37 - 80486 write-back, 25 MHz
;       Series 37 - 80486 write-back, 33 MHz
;       Series 37 - 80486 write-back, 50 MHz
;       Series 37 - 80486 write-back, 66 MHz
;       Series 35 - 80486 noncache, 33 MHz
;       Series 38 - 80386 write-back, 25 MHz
;       Series 38 - 80386 write-back, 33 MHz
;       Series 38 - 80386 write-back, 40 MHz
;
;    Author: Richard Holmberg - 7/1/91
; Edited by: Sukha R Ghosh - 8/19/91, 8/28/91
; Edited by: Richard Holmberg - 8/27/91

BOARD
	ID = "AMI28A1"
	NAME = "AMI EZ-FLEX EISA System Board"
	MFR = "AMI,GA,USA"
	CATEGORY = "SYS"
	SLOT = EMB(0)
	READID = YES
	AMPERAGE = 9000
	COMMENTS = "This AMI EISA system board has an on-board floppy controller,
	            two serial, and one parallel ports. It supports a maximum of
	            128 megabytes of local memory with 16M X 9 SIMM modules when
	            available. The configuration file name for this board is
		    !AMI28A1.CFG and Revision - 1.00"

	
SYSTEM
	NONVOLATILE = 4K
	AMPERAGE = 26000
	SLOT(1) = EISA(1)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(2) = EISA(2)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(3) = EISA(3)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(4) = EISA(4)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(5) = EISA(5)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(6) = EISA(6)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = YES
	SLOT(7) = EISA(7)
		LENGTH = 341
		SKIRT = YES
		BUSMASTER = NO


SWITCH(1) = 2
	NAME = "SW01"
	STYPE = DIP
	VERTICAL = YES
	REVERSE = NO
	LABEL = LOC(2 1) "COLOR" "DIAG"
	INITVAL = LOC(2 1) 00
	FACTORY = LOC(2 1) 00
	COMMENTS = "DIAG Switch should be set to OFF position for normal mode
	            of operation.  For POST diagnsotics loop mode, the DIAG
	            switch should be set to ON position.  COLOR switch
	            should be set to OFF position for monochrome display
	            adapters (MDA).  For color graphics adapter (CGA), COLOR
	            switch should be set to ON position.  For EGA or VGA or
	            new graphics adapter card COLOR switch setting does
	            not matter."
	HELP = "The switch SW01 is located at the upper-left corner of the
	        board near SLOT7. Factory settings of SW01 are for OFF positions."


IOPORT(1) = 0C08h
	INITVAL = 00xxxxxx

IOPORT(2) = 0C01h
	INITVAL = rxrrrrrr


FUNCTION = "On-Board Serial Ports"
	CHOICE = "COM1 Disabled  COM2 Disabled"
		FREE
			INIT = IOPORT(1) LOC(3-0) 0000

	CHOICE = "COM1 Enabled   COM2 Disabled"
		COMBINE
			PORT = 3F8h-3FFh|3E8h-3EFh
			IRQ = 4|3
			INIT = IOPORT(1) LOC(3-0) 0001|1001|0101|1101

	CHOICE = "COM1 Enabled   COM2 Enabled"
		LINK
			PORT = 3F8h-3FFh|3E8h-3EFh
			PORT = 2F8h-2FFh|2E8h-2EFh
			INIT = IOPORT(1) LOC(2-0) 011|111
		LINK
			IRQ = 4 | 3
			IRQ = 3 | 4
			INIT = IOPORT(1) LOC(3) 0 | 1
	CHOICE = "COM1 Disabled   COM2 Enabled"
		COMBINE
			PORT = 2F8h-02FFh|2E8h-2EFh
			IRQ = 3|4
			INIT = IOPORT(1) LOC(3-0) 0010|1010|0110|1110


FUNCTION = "On-Board Parallel Port"
	CHOICE = "Disabled"
		FREE
			INIT = IOPORT(1) LOC(5-4) 00
	CHOICE = "Enabled at 378h, IRQ 7"
		FREE
			PORT = 378h-37Fh
			IRQ  = 7
			INIT = IOPORT(1) LOC(5-4) 01
	CHOICE = "Enabled at 278h, IRQ 5"
		FREE
			PORT = 278h-27Fh
			IRQ  = 5
			INIT = IOPORT(1) LOC(5-4) 11


FUNCTION = "CPU Interrupt of EISA DMA and Master Burst"
	CHOICE = "Disabled"
		FREE
			INIT = IOPORT(2) LOC(6) 0
	CHOICE = "Enabled"
		FREE
			INIT = IOPORT(2) LOC(6) 1



GROUP = "EISA System Information"
	TYPE = "ISA"
FUNCTION = "Slot mapping information"
	SHOW = NO
	CHOICE = "Slot mapping tables"
		SUBTYPE = "MAP"
			FREEFORM = 30,
				61h,62h,63h,64h,65h,66h,47h,
				0E8h,0E9h,0EAh,0EBh,0ECh,0EDh,0EEh,0EFh,
				1,2,3,4,5,6,0,0,
				0,0,0,0,0,0,0
ENDGROUP	


FUNCTION = "CFG File Revision Level"
	TYPE = "REV"
	SHOW = NO
	CHOICE = "Revision Level Bytes"     ; Current Rev = 01.00
		FREEFORM = 02h,                 ; Number of bytes to follow
		           01h,                 ; Major Rev level 
		           00h                  ; Minor Rev level


[ RETURN TO DIRECTORY ]