BOARD ID = "ACE7010" NAME = "ACME Multi-Function Board" MFR = "ACME" CATEGORY = "MFC" SLOT = EISA DISABLE = SUPPORTED IOCHECK = VALID READID = YES COMMENTS = "This is the Board Identification Block comment field for the ACME Multi-Function Board." HELP = "This is the Board Identification Block help field for the ACME Multi-Function Board." ; The following I/O Port Intialization Blocks provide examples of various ; methods for defining I/O Ports. ; Note: If an INITVAL statement is included in the I/O Port Intialization ; Block and the intialization values are 0 or 1, the bit locations ; cannot be intialized in the INIT statement in the Choice Statemnet ; Block. IOPORT(1) = PORTVAR(8) SIZE=BYTE IOPORT(2) = 0zC01H SIZE=BYTE INITVAL = LOC(7-4) 0r11 IOPORT(4) = 0zC03H SIZE=BYTE IOPORT(5) = 0zC04H SIZE=BYTE INITVAL = 0000xxxx IOPORT(6) = 0zC03H SIZE=BYTE IOPORT(7) = 0zC03H SIZE=BYTE FUNCTION="Floppy Disk Controller" TYPE="MSD" COMMENTS="This is the Function Statement Block comment field for the Floppy Disk Controller Function for the ACME Multi-Function Board." HELP="This is the Function Statement Block help field for the Floppy Disk Controller Function for the ACME Multi-Function Board" CHOICE = "Enable Floppy Disk Controller (default)" PORTVAR(8) = 0zC00H FREE DMA=2 SIZE=BYTE IRQ=6 SHARE="OK-SHARE" TRIGGER=LEVEL PORT=03F0H-03F7H SIZE=BYTE INIT = IOPORT(1) LOC(0) 0 INIT = IOPORT(1) LOC(1) 1 INIT = IOPORT(1) LOC(2) 0 INIT = IOPORT(1) LOC(3) 1 INIT = IOPORT(1) LOC(4) 0 INIT = IOPORT(1) LOC(5) 1 INIT = IOPORT(1) LOC(6) 0 INIT = IOPORT(1) LOC(7) 1 CHOICE = "Disable Floppy Disk Controller" PORTVAR(8) = 0zC00H DISABLE = YES FREE INIT = IOPORT(1) 11111111 FUNCTION="Enable/Disable Diskpack" TYPE="MSD" COMMENTS="This is the Function Statement Block comment field for the Enable/Disable Diskpack Function for the ACME Multi-Function Board." HELP="This is the Function Statement Block help field for the Enable/Disable Diskpack Function for the ACME Multi-Function Board" CHOICE = "Enable Diskpack (default)" FREE PORT=01F0H-01F8H SIZE = BYTE SHARE = NO IRQ = 6 SHARE = "OK-SHARE" TRIGGER = LEVEL DMA = 6 INIT = IOPORT(2) LOC(3-0) 1111 CHOICE = "Disable Diskpack" DISABLE = YES FREE INIT = IOPORT(2) LOC(3-0) 0000 FUNCTION="Enable/Disable COM1" TYPE="COM" COMMENTS="This is the Function Statement Block comment field for the Enable/Disable COM1 Function for the ACME Multi-Function Board." HELP="This is the Function Statement Block help field for the Enable/Disable COM1 Function for the ACME Multi-Function Board" CHOICE="Enable COM1 (default)" FREE IRQ = 4 TRIGGER=EDGE PORT = 03F8H - 03FFH SHARE = NO SIZE = BYTE INIT = PORTADR(0zC02H) 11111111 CHOICE="Disable COM1" DISABLE = YES FREE INIT = PORTADR(0zC02H) 00000000 FUNCTION="Enable/Disable COM2" TYPE="COM" COMMENTS="This is the Function Statement Block comment field for the Enable/Disable COM2 Function for the ACME Multi-Function Board." HELP="This is the Function Statement Block help field for the Enable/Disable COM2 Function for the ACME Multi-Function Board" CHOICE="Enable COM2 (default)" FREE IRQ = 3 TRIGGER=EDGE PORT = 02F8H - 02FFH SHARE = NO SIZE = BYTE INIT = IOPORT(4) 11111111 INIT = IOPORT(6) 00000000 INIT = IOPORT(7) 10101010 CHOICE="Disable COM2" DISABLE = YES FREE INIT = IOPORT(4) 00000000 FUNCTION="Parallel Port" TYPE="PAR" COMMENTS="This is the Function Statement Block comment field for the Parallel Port Function for the ACME Multi-Function Board." HELP="This is the Function Statement Block help field for the Parallel Port Function for the ACME Multi-Function Board" CHOICE="LPT1 (default)" FREE IRQ=7 TRIGGER=EDGE PORT=0378H-037FH INIT = IOPORT(5) LOC(3-0) 0001 CHOICE="LPT2" FREE IRQ=5 TRIGGER=EDGE PORT=0278H-027FH INIT = IOPORT(5) LOC(3 2 1 0) 0100 CHOICE="Disable Parallel Port" DISABLE = YES FREE INIT = IOPORT(5) LOC(3 1) 11