home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-03-19 | 3.0 KB | 97 lines |
- [ELNKII]
- Type = NDIS
- Title = "3Com EtherLink II (3c503) Family - DOS"
- Version = 1.1
- Drivername = ELNKII$
- Xports = NETBEUI LANDD
-
- [FILE]
- Name = ELNKII.DOS
-
- ; Parameter start
-
- [netaddress]
- tag = NETADDRESS
- display = "Network adapter address"
- type = Hexstring
- Strlength = 12
- optional = YES
- editable = YES
- help = "This parameter overrides the network address of the network
- adapter card. The value of this parameter is a hexadecimal string of
- 12 digits, as in 020001020304. The address
- must be unique among all other network adapter addresses on the
- network."
-
- [interrupt]
- tag = INTERRUPT
- display = "Interrupt level"
- type = decimal
- range = 2 - 5
- default = 3
- optional = YES
- editable = YES
- help = "This parameter specifies the interrupt level used for
- notifications
- between the workstation and the network adapter card. Ensure that no
- conflicts exist between the various system components in their use
- of interrupts. For an 80286, 80386, or 80486 workstation, the specified
- interrupt level will be redirected to interrupt level 9 because the
- cascaded PIC is already using interrupt level 2."
-
- [ioaddress]
- tag = IOAddress
- display = "I/O base address"
- type = Hexadecimal
- set = 250, 280, 2A0, 2E0, 300, 310, 330, 350
- default = 300
- optional = YES
- editable = YES
- help = "This parameter specifies the starting address of the
- input/output port for the network adapter card. The defined value
- must be based on the jumper configuration of the network adapter card.
- If the value of this parameter does not match the network adapter card
- jumper configuration, the network adapter driver reports an error."
-
- [transceiver]
- tag = TRANSCEIVER
- display = "Transceiver"
- type = string
- Strlength = 8
- Set = EXTERNAL, ONBOARD
- default = ONBOARD
- optional = YES
- editable = YES
- help = "This parameter specifies the transceiver configuration of the
- network adapter card. The specification of this parameter depends
- on the specific hardware configuration. This parameter is used only
- for the EtherLink II adapter for Personal Computer AT workstations.
- Use 'ONBOARD' if you have a Coax or thin Ethernet connector and use
- 'EXTERNAL' if you have a DIX or thick Ethernet connector."
-
- [maxtransmits]
- tag = MAXTRANSMITS
- display = "Maximum number of queued transmits"
- type = decimal
- range = 8 - 50
- default = 8
- optional = YES
- editable = YES
- help = "This parameter specifies the maximum number of transmit queue
- entries for the network adapter driver. For a server workstation or
- gateway workstation, set this parameter to 40."
-
- [xmitbufs]
- tag = XMITBUFS
- display = "Number of adapter transmit buffers"
- type = decimal
- range = 1 - 2
- default = 2
- optional = YES
- editable = YES
- help = "This parameter specifies the number of 146-byte transmit
- buffers to allocate on the network adapter card. Allocating a second
- transmit buffer may improve transmission performance but it also
- reduces the amount of memory available for storing received packets."
-
-