; ; !FSI2001.CFG -- ESA-200 Configuration utility file ; Copyright (c) 1994, FORE Systems, Inc -- All rights reserved ; ; FORE Systems, Inc. ForeRunner ESA-200 EISA ATM Adapter ; ; ID = "FSI2001" => "1A692001" ; ; Revision history ; x.x 07-Feb-1994 PeterGV Updated from HPA-200 .cfg file ; ; x.x 18-Apr-1994 jw Add jumper settings. ; ; 1.0 02-Jun-1994 PeterGV Fix IOPORT addresses. ; Pass IRQ in high nibble of BCR port init value. ; Add jumper settings from IRQ selection. ; ; 1.1 25-Aug-1994 lrc Make interrupts shareable among multiple ESA-200 cards. ; Make comment string consistent with new !FSI2002.CFG. ; BOARD ID = "FSI2001" NAME = "ForeRunner ESA-200 EISA ATM Adapter" MFR = "FORE Systems, Inc." CATEGORY = "NET" SLOT = EISA LENGTH = 330 BUSMASTER = 500 READID = YES COMMENTS = "ForeRunner ESA-200 Configuration File Version 1.1" ; ; IO Board Control Register ; IOPORT(1) = 0z000h SIZE = BYTE ; ; Board local RAM Base Address Register - high slice ; IOPORT(2) = 0z400h SIZE = BYTE ; ; Board local RAM Base Address Register - low slice ; IOPORT(3) = 0z404h SIZE = BYTE ; ; Board local RAM ; FUNCTION = "ESA-200 On-board RAM" HELP = "Specify the physical base memory address where the ForeRunner ESA-200 adapter on-board memory will be located. This address must not conflict with system RAM memory or on-board memory addresses used by other adapter cards installed in the system." SHOW = YES CHOICE = "Base physical address" FREE MEMORY = 256K ADDRESS = 4000000h-50000000h STEP=1M MEMTYPE = OTH WRITABLE = YES SIZE = DWORD CACHE = NO ; ; IRQ Jumper ; JUMPER(1) = 4 NAME = "IRQ select - JP1" JTYPE = PAIRED VERTICAL = NO REVERSE = YES LABEL = LOC(1-4) "IR5" "IR6" "IR11" "IR12" FACTORY = LOC(1-4) 1010b COMMENTS = "These jumpers are used for interrupt (IRQ) selection. Make certain that the jumpers on your ForeRunnger ESA-200 Adapter card precisely match the settings show above." ; ; Jumper 2 ; JUMPER(2) = 4 NAME = "JP2" JTYPE = PAIRED VERTICAL = NO REVERSE = YES LABEL = LOC(1-4) "MS" "ST" "" "" INITVAL = LOC(1-4) 1000b FACTORY = LOC(1-4) 1000b COMMENTS = "This jumper comes factory preconfigured and should not be changed." ; ; Interrupt Level Select (or IRQ) ; ; Note: The high nibble of the board control register is set ; to the value of the IRQ level. This is a redundant ; way to communicate the configured IRQ value to a driver. ; FUNCTION = "Interrupt Level (IRQ) Select" HELP = "Select the IRQ at which this board will operate. ForeRunner ESA-200 IRQ selection is done via a combination of software selection and jumper settings on the adapter card." SHOW = YES CHOICE = "IRQ 5" LINK IRQ = 5 SHARE = "ESA200" TRIGGER = LEVEL INIT = JUMPER(1) LOC(1-4) 1010 INIT = IOPORT(1) 01010000 CHOICE = "IRQ 6" LINK IRQ = 6 SHARE = "ESA200" TRIGGER = LEVEL INIT = JUMPER(1) LOC(1-4) 0101 INIT = IOPORT(1) 01100000 CHOICE = "IRQ 11" LINK IRQ = 11 SHARE = "ESA200" TRIGGER = LEVEL INIT = JUMPER(1) LOC(1-4) 1010 INIT = IOPORT(1) 10110000 CHOICE = "IRQ 12" LINK IRQ = 12 SHARE = "ESA200" TRIGGER = LEVEL INIT = JUMPER(1) LOC(1-4) 0101 INIT = IOPORT(1) 11000000