; EISA .CFG Configuration file for a NE2100 like ethernet card. ;* The following copyright applies. ;* ;* Copyright (C) 1994 by Peter Brouwer . ;* . ;* Post addr. Waagmeestershoeve 407, 7326RX Apeldoorn, Holland. ;* ;* The right of how to use of this software is defined in the include GPL. ;* ;* Permission to use, copy, modify, and distribute this software and its ;* documentation for any purpose and without fee is hereby granted, provided ;* that the above copyright notice appear in all copies and that both that ;* copyright notice and this permission notice appear in supporting ;* documentation. This software is provided "as is" without express or ;* implied warranty. ;* A donation in the form of a network card is highly appreciated. ;* ;* This file is designed against the EISA ECU rules, which do not let ;* you want to select the resources your self. But as long as we have ;* to deal with SW that dictates us the resources I choose for the ;* design to let the user determine the resource values. ;*************************************************************************/ ; BOARD ID = "PBR0030" NAME = "NE2100 generic clone card" MFR = "Noname" CATEGORY = "NET" LENGTH = 185 SLOT = ISA16 BUSMASTER = 15 COMMENTS = "This is a config file for NE2100 clone cards IRQ, DMA and IO address have to be specified" HELP = "This board does not support full automatic configuration. Verify the settings as presented by the ECU configuration with the settings on the card" JUMPER(1) = 7 NAME = "IRQ" JTYPE = PAIRED REVERSE = YES LABEL = LOC(1-7) "2" "3" "5" "7" "10" "12" "15" FACTORY = LOC(1-7) 0010000 HELP = "Selects appropiate IRQ line, must not be used already" COMMENTS = "Selects appropiate IRQ line" JUMPER(2) = 4 NAME = "DRQ" JTYPE = PAIRED REVERSE = YES LABEL = LOC(1-4) "3" "5" "6" "7" FACTORY = LOC(1-4) 1000 HELP = "Selects DMArequest for DMA channel, make sure DMA ACK uses the same value" COMMENTS = "In combination with DACK selects a DMA channel" JUMPER(3) = 4 NAME = "DACK" JTYPE = PAIRED REVERSE = YES LABEL = LOC(1-4) "3" "5" "6" "7" FACTORY = LOC(1-4) 1000 HELP = "Selects DMA ACK for DMA channel, make sure DRQ uses the same value" COMMENTS = "In combination with DRQ selects a DMA channel" JUMPER(4) = 1 NAME = "ROM" JTYPE = PAIRED LABEL = LOC(1) "ROM" INITVAL = LOC (1) 0 HELP = "Enable/Disable boot rom option, Start address is determined by selection of IO Address in here we always disable it" COMMENTS = "Enable/Disable Boot rom option" JUMPER(5) = 2 NAME = "IOA" JTYPE = PAIRED LABEL = LOC(1-2) "0" "1" FACTORY = LOC(1-2) 00 HELP = "Selects IO base address" COMMENTS = "Selects IO base address " FUNCTION = "NE2100 I/O" COMMENTS = "Select IO Address to be used" CHOICE = "0X360H" FREE PORT = 360H-37FH SIZE = BYTE INIT = JUMPER(5) LOC(1-2) 00 CHOICE = "0x300H" FREE PORT = 300H-31FH SIZE = BYTE INIT = JUMPER(5) LOC(1-2) 11 CHOICE = "0X320H" FREE PORT = 320H-33FH SIZE = BYTE INIT = JUMPER(5) LOC(1-2) 01 CHOICE = "0X340H" FREE PORT = 340H-35FH SIZE = BYTE INIT = JUMPER(5) LOC(1-2) 10 FUNCTION = "NE2100 DMA" COMMENTS = "Select a free DMA Channel " CHOICE = "3" FREE DMA = 3 INIT = JUMPER(2) LOC(1) 1 INIT = JUMPER(3) LOC(1) 1 CHOICE = "5" FREE DMA = 5 INIT = JUMPER(2) LOC(2) 1 INIT = JUMPER(3) LOC(2) 1 CHOICE = "6" FREE DMA = 6 INIT = JUMPER(2) LOC(3) 1 INIT = JUMPER(3) LOC(3) 1 CHOICE = "7" FREE DMA = 7 INIT = JUMPER(2) LOC(4) 1 INIT = JUMPER(3) LOC(4) 1 FUNCTION = "NE2100 IRQ" COMMENTS = "Select free IRQ line" CHOICE = "5" FREE IRQ = 5 INIT = JUMPER(1) LOC(3) 1 CHOICE = "2" FREE IRQ = 2 INIT = JUMPER(1) LOC(1) 1 CHOICE = "3" FREE IRQ = 3 INIT = JUMPER(1) LOC(2) 1 CHOICE = "7" FREE IRQ = 7 INIT = JUMPER(1) LOC(4) 1 CHOICE = "10" FREE IRQ = 10 INIT = JUMPER(1) LOC(5) 1 CHOICE = "12" FREE IRQ = 12 INIT = JUMPER(1) LOC(6) 1 CHOICE = "15" FREE IRQ = 15 INIT = JUMPER(1) LOC(7) 1