home *** CD-ROM | disk | FTP | other *** search
- ;-----------------------------------------------------------------------
- ; The EtherTeam16i is fully SW configurable with a SETUP utility, so it
- ; has only one required entry in the PROTOCOL.INI:
- ;
- ;
- ; Drivername = ETH16I$
- ;
- ;
- ; No other specifications are needed in the PROTOCOL.INI, but the driver
- ; uses the Setup values from the EEPROM on the adapter.
- ;
- ;
- ; NOTE! In a more complex system, where several adapters are installed
- ; in the same computer, the I/O-addresses of the adapters MUST be
- ; given explicitly.
- ;
- ;
- ; The are however some parameters which can be used in the PROTOCOL.INI
- ; to verify or to override the SETUP values. The possible entries and
- ; values in the EtherTeam16i section in PROTOCOL.INI are:
- ;
- ;
- ; 1. DRIVERNAME
- ;
- ; Identifies the network driver. This entry is mandatory in the
- ; PROTOCOL.INI
- ;
- ; Possible values : ETH16I$ (and ETH16I2$, ETH16I3$ and ETH16I3$ for
- ; multiple installations).
- ;
- ; 2. IOADDRESS
- ;
- ; This is the I/O-Base Address of the Adapter. It MUST be given in
- ; more complex systems, and otherwise may be given to verify that
- ; the SETUP value is an expected one. If there is a conflict, the
- ; driver doesn't initialize.
- ;
- ; Possible values : 0x240, 0x260, 0x280, 0x2A0, 0x300, 0x340, 0x380
- ;
- ; Default : SETUP
- ;
- ;
- ; 3. INTERRUPT
- ;
- ; This is the Interrupt Number of the Adapter. It may be given to
- ; verify that the SETUP value is an expected one. If there is a
- ; conflict, the driver doesn't initialize.
- ;
- ; Possible values : 9, 10, 11, 15
- ;
- ; Default : SETUP
- ;
- ;
- ; 4. MAXTRANSMITS
- ;
- ; Specifies the number of Transmit commands that can be queued by
- ; the driver.
- ;
- ; Possible values : From 6 to 50
- ;
- ; Default : 6 in MS-DOS, 20 in OS/2
- ;
- ;
- ; 5. NETADDRESS
- ;
- ; Overrides the permanent network address of the card. The value is
- ; a hexadecimal string of 12 digits in quotes, e.g. "00004B010203"
- ;
- ; Possible values : "00004Bxxxxxx"
- ;
- ; Default : Permanent SETUP address.
- ;
- ;
- ; 6. TRANSCEIVER
- ;
- ; Specifies the physical interface to the network. BNC, AUI and TP
- ; are for Thin, Thick and Twisted Pair Ethernet, respectively. AUTO
- ; means that the driver detects which connection is used.
- ;
- ; Possible values : BNC, AUI, TP or AUTO
- ;
- ; Default : SETUP
- ;
- ;
- ; 7. TXBUFFSIZE
- ;
- ; Specifies the amount of Adapter Buffer Memory (as kbytes) reserved
- ; for transmit packets.
- ;
- ; Possible values : 4, 8 or 16
- ;
- ; Default : 8
- ;
- ; 7. RAMBUFFSIZE
- ;
- ; Specifies the size of the RAM Buffer Memory. The size depends on
- ; the card type (64k for COMBO, 32k for TP).
- ;
- ; Possible values : 32 or 64.
- ;
- ; Default : SETUP
- ;
- ;
- ; 8. RAMBUFFWIDTH
- ;
- ; Specifies the width of the RAM Buffer Memory. The width depends on
- ; the card type (16 for COMBO, 8k for TP).
- ;
- ; Possible values : 8 or 16.
- ;
- ; Default : SETUP
- ;-----------------------------------------------------------------------
-
- ;-----------------------------------------------------
- ; This is just an example of the PROTOCOL.INI, usually
- ; no parameters are needed (see EXCEPTION above).
- ;-----------------------------------------------------
- Drivername = ETH16I$
- ; interrupt = 10
- ; ioaddress = 0x2A0
- ; maxtransmits = 6
- ; transceiver = bnc
- ; txbuffsize = 8
- ; rambuffsize = 32
- ; rambuffwidth = 8