; eMASTER+ EISA (32-Bit EISA LAN ADAPTER) ; Cogent Data Technologies, Inc. 1993 ; Part Number 932009-001-0100 ; Version 1.3, (940316) ; ;--------------------------------- ; Revision History ;--------------------------------- ; 1.00 Initial release ; 1.01 ; 1.02 9/8/93 Eliminated bursting ; 1.03 3/16/94 Latch shared interrupts ; BOARD ID = "COG9001" ; Product ID. NAME = "Cogent eMASTER+ EISA 32-Bit Ethernet Adapter" MFR = "Cogent Data Technologies, Inc." CATEGORY = "NET" ; Category, i.e. Network Board. SLOT = EISA ; Uses EISA Slot. LENGTH = 216 ; Length of Board in Millimeters. READID = YES ; Board ID can be read BUSMASTER = 40 ; Bus latency time allowed AMPERAGE = 1000 ; IOCHECK = INVALID ; No IOCHKERR bit. DISABLE = SUPPORTED ; Disabled by clearing ; the control register ENABLE bit. COMMENTS = " The Cogent eMASTER+ EISA is a 32-bit 596 Ethernet Adapter for the EISA bus. " HELP = "The Cogent eMASTER+ EISA is a 32-bit bus-mastering ethernet adapter. This configuration process will help you select the IRQ and Ethernet cable type used by the eMASTER+." IOPORT(1) = 0zc88h INITVAL = 1100xxxx ;32 bit data size ;bus release after 23 BCLKs IOPORT(2) = 0zc89h INITVAL = 00000xxx ;slot specific I/O only IOPORT(3) = 0zc8Ah INITVAL = LOC(7-6) 00 ;No Boot ROM IOPORT(4) = 0zc8Fh INITVAL = 00000000 ;immediate bus release ;no bursting ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SOFTWARE(1) = "The Cogent eMASTER+ EISA has \n \tODI drivers for NetWare 386 servers and workstations.\n \tNDIS drivers for DOS, OS/2 and VINES.\n \tLLI Streams drivers for UNIX.\n A diagnostic (EM3DIAG) is supplied for testing." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; GROUP = "Interrupt Selection" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FUNCTION = "eMASTER+ IRQ Number" COMMENTS = "The eMASTER+ EISA allows unshared (edge-triggered) or shared (level-triggered) interrupts. Select an interrupt number and IRQ sharing option for the eMASTER+ EISA to use." HELP = "none available" CHOICE = "IRQ 5, trigger:edge, unshared" SUBTYPE = "IRQ5" LINK IRQ = 5 TRIGGER = EDGE SHARE = NO INIT = IOPORT(1) LOC(3-0) 0001 CHOICE = "IRQ 9, trigger:edge, unshared" SUBTYPE = "IRQ9" LINK IRQ = 9 TRIGGER = EDGE SHARE = NO INIT = IOPORT(1) LOC(3-0) 0011 CHOICE = "IRQ 10, trigger:edge, unshared" SUBTYPE = "IRQA" LINK IRQ = 10 TRIGGER = EDGE SHARE = NO INIT = IOPORT(1) LOC(3-0) 0101 CHOICE = "IRQ 11, trigger:edge, unshared" SUBTYPE = "IRQB" LINK IRQ = 11 TRIGGER = EDGE SHARE = NO INIT = IOPORT(1) LOC(3-0) 0111 CHOICE = "IRQ 5, trigger:level, shared" SUBTYPE = "IRQ5" LINK IRQ = 5 TRIGGER = LEVEL SHARE = YES INIT = IOPORT(1) LOC(3-0) 1000 CHOICE = "IRQ 9, trigger:level, shared" SUBTYPE = "IRQ9" LINK IRQ = 9 TRIGGER = LEVEL SHARE = YES INIT = IOPORT(1) LOC(3-0) 1010 CHOICE = "IRQ 10, trigger:level, shared" SUBTYPE = "IRQA" LINK IRQ = 10 TRIGGER = LEVEL SHARE = YES INIT = IOPORT(1) LOC(3-0) 1100 CHOICE = "IRQ 11, trigger:level, shared" SUBTYPE = "IRQB" LINK IRQ = 11 TRIGGER = LEVEL SHARE = YES INIT = IOPORT(1) LOC(3-0) 1110 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ENDGROUP ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; GROUP = "Ethernet Cable Selection" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FUNCTION = "eMASTER+ Connector" COMMENTS = "The eMASTER+ EISA provides connectors for all three cable types: Thin, Thick, and Twisted Pair. Select the connector and cable type that you will be using." HELP = "none available" CONNECTION = "\tuse BOTTOM connector (BNC) for THIN cable\n \tuse MIDDLE connector (AUI) for THICK cable\n \tuse TOP connector (RJ-45) for TWISTED-PAIR cable" CHOICE = "Thin Ethernet (10BASE-2)" FREE INIT = IOPORT(2) LOC(1-0) 00 CHOICE = "Thick Ethernet (10BASE-5)" FREE INIT = IOPORT(2) LOC(1-0) 01 CHOICE = "Unshielded Twisted Pair (10BASE-T)" FREE INIT = IOPORT(2) LOC(1-0) 11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FUNCTION = "Twisted Pair Control" COMMENTS = "Link Integrity is normally enabled; it should be disabled only for compatibility with older network hardware." HELP = "none available" CHOICE = "Link Integrity Enabled" FREE INIT = IOPORT(2) LOC(2) 0 CHOICE = "Link Integrity Disabled" FREE INIT = IOPORT(2) LOC(2) 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ENDGROUP ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;