home *** CD-ROM | disk | FTP | other *** search
INI File | 1992-12-18 | 2.6 KB | 120 lines |
- ;**cjl- ALL ENTRIES MADE BY CHRIS LAFFERTY ARE PRECEEDED WITH
- ;**cjl- TWO STARS AND "cjl"
- ;**cjl- APPLEWOOD'S PROTOCOL.INI FILE ******
-
- [PROT_MAN]
- DriverName = PROTMAN$
-
- [IBMLXCFG]
- NE2000_nif = NE2000.nif
- NETBEUI_nif = NETBEUI.nif
- LANDD_nif = LANDD.nif
- ELNKII_nif = ELNKII.nif
-
- ;**cjl- Added next line. Above lines can remain.
-
- ELNK3_nif = ELNK3.nif
-
- ;*----------------------------------------------*
- ;*------------- PROTOCOL SECTION ---------------*
- ;*----------------------------------------------*
-
- [NETBEUI_nif]
- DriverName = netbeui$
-
- ;**cjl- I have commented out the next line,
- ;**cjl- and replaced with the line after.
- ; Bindings = ELNKII_nif,NE2000_nif
-
- Bindings = ELNK3_nif
- ETHERAND_TYPE = "I"
- USEADDRREV = "YES"
- SESSIONS = 40
- NCBS = 95
- NAMES = 21
- SELECTORS = 5
- USEMAXDATAGRAM = "NO"
- ADAPTRATE = 1000
- WINDOWERRORS = 0
- TI = 30000
- T1 = 500
- T2 = 200
- MAXIN = 1
- MAXOUT = 1
- NETBIOSTIMEOUT = 500
- NETBIOSRETRIES = 8
- NAMECACHE = 0
- PIGGYBACKACKS = 1
- DATAGRAMPACKETS = 2
- PACKETS = 350
- PIPELINE = 5
- MAXTRANSMITS = 6
- MINTRANSMITS = 2
- DLCRETRIES = 5
-
- [LANDD_nif]
- DriverName = LANDD$
-
- ;**cjl- I have commented out the next line,
- ;**cjl- and replaced with the line after.
- ; Bindings = ELNKII_nif,NE2000_nif
-
- Bindings = ELNK3_nif
-
- ;**cjl- The following lines have been modified for the
- ;**cjl- 509 only. Originally, each option had two sets
- ;**cjl- of parameters for the two cards (ELNKII & NE2000)
-
- ETHERAND_TYPE = "I"
- SYSTEM_KEY = 0x0
- OPEN_OPTIONS = 0x2000
- TRACE = 0x0
- LINKS = 8
- MAX_SAPS = 3
- MAX_G_SAPS = 0
- USERS = 3
- TI_TICK_G1 = 255
- T1_TICK_G1 = 15
- T2_TICK_G1 = 3
- TI_TICK_G2 = 255
- T1_TICK_G2 = 25
- T2_TICK_G2 = 10
- IPACKETS = 250
- UIPACKETS = 100
- MAXTRANSMITS = 6
- MINTRANSMITS = 2
- TCBS = 64
- GDTS = 30
- ELEMENTS = 800
-
-
- ;*----------------------------------------------*
- ;*--------------- MAC SECTION ------------------*
- ;*----------------------------------------------*
-
- ;**cjl- The next two sections for the NE2000
- ;**cjl- and the ELNKII, can remain as their drivers
- ;**cjl- are not being loaded and are therefore ignored.
-
- [NE2000_nif]
- DriverName = MS2000$
- IOBASE = 0x340
- INTERRUPT = 5
-
- [ELNKII_nif]
- DriverName = ELNKII$
- netaddress = "0"
- interrupt = 5
- ioaddress = 0x300
- transceiver = "ONBOARD"
- maxtransmits = 8
- xmitbufs = 2
-
- ;**cjl- I have added the following section for the 509 card.
- ;**cjl- As the driver is auto-detecting, no card parameters
- ;**cjl- are required.
-
- [ELNK3_nif]
- DriverName = ELNK3$
- Maxtransmits = 40
-