; Protocol.Ini section for the Intel(R) PRO PCI Adapter
DRIVERNAME = E100B$
;
; Some common parameters
;
; SPEED = [0 | 10 | 100]
; 0 = Auto (default)
;
; FORCEDUPLEX = [0 | 1 | 2]
; 0 = Auto (default); 1 = Half; 2 = Full
;
; SLOT = 0x38
;
; NODE = "00AA00123456"
;
; TRANSMITBUFFERS = 20 ; range 2 - 38
;
; RECEIVEBUFFERS = 20 ; range 2 - 38
;
; Note that TRANSMITBUFFERS + RECEIVEBUFFERS <= 40
;
; CACHEFLUSH = 0 ; set to 1 to allow the driver to hook the cache flush interrupt
; ; this is needed when doing unattended installations of NT 4
2.文件NET.CFG:
Link Driver E100BODI
; Remove the semi-colon in front of the frame type you will use.
; This frame type must match what the NetWare server is using.
; FRAME Ethernet_802.2
; FRAME Ethernet_802.3
; FRAME Ethernet_SNAP
; FRAME Ethernet_II
NetWare DOS Requester
FIRST NETWORK DRIVE = F
; If you know the name of your preferred server, remove the
; semi-colon below and enter the preferred server name after
; the equal sign.
;preferred server =
3.文件E100BEDS.NIF:
; Extended DOS NIF file
[E100B]
Type = NDIS
Title = Intel(R) PRO PCI Adapter
Version = 3.12
Drivername = E100B$
Xports = NETBEUI LANDD
[FILE]
Name = E100B.DOS
[SPEED]
display = "Media Speed"
type = Decimal
set = 10, 100
optional = YES
editable = YES
help = "The driver can configure the adapter for either 10 or 100 Mbps.
Assigning a value to this parameter will override the Auto-Speed-Sense feature
of the driver. Leave the field blank to enable the Auto-Speed-Sense feature."
[FORCEDUPLEX]
display = "Force Duplex Mode"
type = Decimal
set = 1, 2
optional = YES
editable = YES
help = "The driver can configure the adapter for either Half or Full Duplex.
Automatic detection of Full Duplex REQUIRES a hub with ports which are capable
of performing N-Way auto-negotiation, so forcing the duplex mode to Full is
recommended for most users connecting to a Full Duplex hub. Assigning a value
of 1 (Half) or 2 (Full) to this parameter will override the auto-negotiation
feature of the adapter, and will also make the SPEED parameter REQUIRED.
Leave the field blank to enable the auto-negotiation feature."
[SLOT]
display = "Slot/Device Identifier"
type = Hexadecimal
range = 0-1FFF
optional = YES
editable = YES
help = "Use of this parameter is only required in systems with more than one
adapter installed. If you are installing more than one PCI adapter: 1) complete
the configuration process, but leave the Slot field blank for each driver;
2) restart the system and record the list of Slots that each driver displays;
3) complete the configuration by assigning one of the values from the list to
the Slot parameter of each driver. Leave the field blank if you have only one
adapter installed."
[NODE]
display = "Locally Administered Address"
type = String
strlength = 12
optional = YES
editable = YES
help = "Use of this parameter to modify the network address used by
the adapter."