L100NWC.INF Driver File Contents (l100.exe)

;;=========================================================================
;;
;; Descriptions :
;;   The information file is used to install the driver onto
;;     the NetWare Client 32 for Windows 95
;;
;; Driver Name :
;;    L100.LAN
;;
;; History :
;;   v1.04  1997/08/19
;;     1) for the PCI Controller only :
;;           the device and vendor IDs is   0x000211AD
;;     2) Add the 'MEDIA' parameter under the [L100.keywords.reg] section.
;;
;;   v1.10  1998/01/17
;;     3) add the [THRESHOLD] option to allow the user to specify the
;;          Tx Threshold mode of adapter to use.
;;
;;=========================================================================

[version]
InfVersion=00.01.00
signature=$CHICAGO$
Class=Net
provider=%V_MS%


;;=========================================================================
;; this section reserved for the Manufacturer
;;=========================================================================
[Manufacturer]
%V_Vendor9%=Vendor9


;;=========================================================================
;; this section reserved for the Manufacturer Name
;;=========================================================================
[Vendor9]
%*L100.DeviceDesc%=*L100.Ndi, PCI\VEN_11AD&DEV_0002   ;; 0x000211AD (PCI ID)


;;=========================================================================
;; this section is reserved for the Information file Install
;;=========================================================================

;;=========================================================================
;; this section reserved for 32-bit NetWare ODI Server Driver
;;=========================================================================
[*L100.Ndi]
AddReg=*L100.Ndi.reg, L100.Ndi.reg, L100.params.reg, L100.keywords.reg, ODI.Common.CFG.reg

;;=========================================================================
;; this section reserved to register the Device IDs
;;=========================================================================

[*L100.Ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_0002"         ;; 0x000211AD (PCI ID)
HKR,,AdapterCFID,,000211AD

;;=========================================================================
;; this section reserved to register the Common Settings for all drivers
;;=========================================================================
[L100.Ndi.reg]

;; key,subkey,valuname,type,value
HKR,,DevLoader,,*odiload
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

;; Ndi section
HKR,Ndi,NdiInstaller,,"odipage.dll,odiNdiproc"

;; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"odinsup,NovellODI32"
HKR,Ndi\Interfaces,UpperRange,,"odinsup,NovellODI32"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

;; Install section
HKR,Ndi\Install,"32 Bit",,"L100.ODI32.Install"

;; Remove section

;; ODI 16 Bit info

;; ODI 32 Bit Info
HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,ETHERTSM.NLM"
HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",FileName,,"L100.LAN"

;;=========================================================================
;; this  section reserved for .LogConfig
;;=========================================================================

;;=========================================================================
;; this section reserved to Install
;;=========================================================================
[L100.ODI32.Install]
CopyFiles=L100.ODI32.CopyFiles
UpdateAutoBat=L100.ODI32.autobat

[L100.ODI32.autobat]
CmdDelete=LSL
CmdDelete=NESL
CmdDelete=L100

;;=========================================================================
;; this section reserved to Remove
;;=========================================================================

;;=========================================================================
;; this section reserved for general Ethernet frame type params
;;=========================================================================
[L100.params.reg]

[L100.keywords.reg]
;;
;; the keyword determine what kind of media type of adapter ?
;; 0 - Auto-sense,  1 - 100Base-Tx Half-Duplex,  2 - 100Base-Tx Full-Duplex
;; 3 - 10Base-T Half-Duplex,  4 - 10Base-T Full-Duplex,  5 - BNC
;;
HKR,Ndi\params\MEDIA,ParamDesc,,"Media Type"
HKR,Ndi\params\MEDIA,type,,int
HKR,Ndi\params\MEDIA,default,,0
HKR,Ndi\params\MEDIA,min,,0
HKR,Ndi\params\MEDIA,max,,5
HKR,Ndi\params\MEDIA,step,,1
HKR,Ndi\params\MEDIA,optional,,1

;;
;; the keyword determine what kind of Tx Threshold Mode of adapter ?
;; 0 - Store and Forward, 1 - Threshold 36 Bytes, 2 - Threshold 72 Bytes
;; 3 - Threshold 96 Bytes, 4 - Threshold 128 Bytes, 5 - Threshold 160 Bytes
;; 6 - Threshold 256 Bytes
;;
HKR,Ndi\params\THRESHOLD,ParamDesc,,"Tx Threshold Mode"
HKR,Ndi\params\THRESHOLD,type,,int
HKR,Ndi\params\THRESHOLD,default,,0
HKR,Ndi\params\THRESHOLD,min,,0
HKR,Ndi\params\THRESHOLD,max,,6
HKR,Ndi\params\THRESHOLD,step,,1
HKR,Ndi\params\THRESHOLD,optional,,1

[ODI.Common.CFG.reg]
;;
;; logical Slot Number of adapter (1..N), for multi-adapter to set separately
;;
HKR,Ndi\params\Slot,ParamDesc,,"Slot Number"
HKR,Ndi\params\Slot,type,,int
HKR,Ndi\params\Slot,default,,1
HKR,Ndi\params\Slot,min,,1
HKR,Ndi\params\Slot,max,,65535     ; for multi-adapter to set separately
HKR,Ndi\params\Slot,step,,1
HKR,Ndi\params\Slot,optional,,0
HKR,Ndi\params\Slot,HIN,,""

;; 1st logical adapter
HKR,Ndi\params\Frame1,ParamDesc,,"(1) Frame Type"
HKR,Ndi\params\Frame1,default,,1
HKR,Ndi\params\Frame1,type,,enum
HKR,Ndi\params\Frame1,optional,,0
HKR,Ndi\params\Frame1\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame1\enum,2,,"Ethernet_802.3"
HKR,Ndi\params\Frame1\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame1\enum,4,,"Ethernet_SNAP"

;; 2nd logical adapter
HKR,Ndi\params\Frame2,ParamDesc,,"(2) Frame Type"
HKR,Ndi\params\Frame2,default,,2
HKR,Ndi\params\Frame2,type,,enum
HKR,Ndi\params\Frame2,optional,,0
HKR,Ndi\params\Frame2\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame2\enum,2,,"Ethernet_802.3"
HKR,Ndi\params\Frame2\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame2\enum,4,,"Ethernet_SNAP"
HKR,Ndi\params\Frame2\enum,5,,"Not used"

;; 3rd logical adapter
HKR,Ndi\params\Frame3,ParamDesc,,"(3) Frame Type"
HKR,Ndi\params\Frame3,default,,3
HKR,Ndi\params\Frame3,type,,enum
HKR,Ndi\params\Frame3,optional,,0
HKR,Ndi\params\Frame3\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame3\enum,2,,"Ethernet_802.3"
HKR,Ndi\params\Frame3\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame3\enum,4,,"Ethernet_SNAP"
HKR,Ndi\params\Frame3\enum,5,,"Not used"

;; 4th logical adapter
HKR,Ndi\params\Frame4,ParamDesc,,"(4) Frame Type"
HKR,Ndi\params\Frame4,default,,4
HKR,Ndi\params\Frame4,type,,enum
HKR,Ndi\params\Frame4,optional,,0
HKR,Ndi\params\Frame4\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame4\enum,2,,"Ethernet_802.3"
HKR,Ndi\params\Frame4\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame4\enum,4,,"Ethernet_SNAP"
HKR,Ndi\params\Frame4\enum,5,,"Not used"
;;
;; Node Address to be overriden
;;
HKR,Ndi\params\"Node Address",ParamDesc,,"Node Address"
HKR,Ndi\params\"Node Address",type,,edit
HKR,Ndi\params\"Node Address",LimitText,,18
HKR,Ndi\params\"Node Address",UpperCase,,1
HKR,Ndi\params\"Node Address",default,,""
HKR,Ndi\params\"Node Address",flag,1,20,00,00,00
HKR,Ndi\params\"Node Address",optional,,1

; Help section
HKR,Ndi,HelpText,,%ODIMLID_HELP%

;;=========================================================================
; File to be copied
;;=========================================================================
[L100.ODI32.CopyFiles]
L100.LAN,,,5

;;=========================================================================
; Source Disk Names & Source Disk Files
;;=========================================================================
[SourceDisksNames]
42=%DSK_NOVELL4%,"",0004

[SourceDisksFiles]
L100.LAN     =42
LSL.COM      =42
NESL.COM     =42

;;=========================================================================
; Destination Directories
;;=========================================================================
[DestinatioNdirs]
DefaultDestDir             =11 ; LDID_SYS
L100.ODI32.CopyFiles       =24,novell\client32

;;=========================================================================
; Localizable Strings
;;=========================================================================
[strings]
;; Provider
V_MS=" Microsoft"

;; Manufacturers
V_Vendor9="Vendor9"

;; the paths to drivers
DRIVER_32_PATH="novell\client32\"
DSK_NOVELL4="Novell NetWare Client-32 LAN driver disk"

;; Novell PNP Devices
*L100.DeviceDesc="Siemens OfficeLAN PCI 10/100 TX Fast Ethernet Adapter"


;; Context help
ODIMLID_HELP="The Novell ODI driver enables you to use 32-Bit networking components."

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 2.32