; ; !FSI2002.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 = "FSI2002" => "1A692002" ; ; Revision history ; 1.0 25-Aug-1994 lrc Created ; BOARD ID = "FSI2002" 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.0" ; ; 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 ; ; 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 Level at which this board will operate." SHOW = YES CHOICE = "IRQ 5" LINK IRQ = 5 SHARE = "ESA200" TRIGGER = LEVEL INIT = IOPORT(1) 01010000 CHOICE = "IRQ 10" LINK IRQ = 10 SHARE = "ESA200" TRIGGER = LEVEL INIT = IOPORT(1) 10100000 CHOICE = "IRQ 11" LINK IRQ = 11 SHARE = "ESA200" TRIGGER = LEVEL INIT = IOPORT(1) 10110000 CHOICE = "IRQ 12" LINK IRQ = 12 SHARE = "ESA200" TRIGGER = LEVEL INIT = IOPORT(1) 11000000