L100W95.INF Driver File Contents (networkcards.zip)

;
; INF file for AsanteFAST 10/100 PCI Rev B Adapter
; Version v4.20

[version]
LayoutFile=layout.inf
signature="$WINDOWS 95$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_VENDOR%=PNICs

[PNICs]
%PNIC.DeviceDesc%=PNIC1.ndi,PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD
%PNIC.DeviceDesc%=PNIC2.ndi,PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD
%PNIC.DeviceDesc%=PNIC3.ndi,PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
%PNIC.DeviceDesc%=PNIC4.ndi,PCI\VEN_11AD&DEV_0002&SUBSYS_F001128A

;***************************************************************************
[PNIC1.ndi]
AddReg=PNIC1.ndi.reg,PL100.ndi.reg,PL100.pci.reg,PNIC.con.reg
[PNIC2.ndi]
AddReg=PNIC2.ndi.reg,PL100.ndi.reg,PL100.pci.reg,PNIC.con.reg
[PNIC3.ndi]
AddReg=PNIC3.ndi.reg,PL100.ndi.reg,PL100.pci.reg,PNIC.con.reg
[PNIC4.ndi]
AddReg=PNIC4.ndi.reg,PL100.ndi.reg,PL100.pci.reg,PNIC.con.reg

;***************************************************************************
[PNIC1.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD"
HKR,,AdapterCFID,,000211AD

[PNIC2.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD"
HKR,,AdapterCFID,,000211AD

[PNIC3.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD"
HKR,,AdapterCFID,,000211AD

[PNIC4.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_0002&SUBSYS_F001128A"
HKR,,AdapterCFID,,000211AD

;****************************************************************************
; Driver parameters
;****************************************************************************
[PL100.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,L100.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"L100"
HKR,NDIS\NDIS2,DriverName,,"L100$"
HKR,NDIS\NDIS2,FileName,,"L100.dos"
HKR,NDIS\ODI,DriverName,,"L100"
HKR,NDIS\ODI,FileName,,"L100.com"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
; Install sections
HKR,Ndi\Install,ndis3,,"PL100.ndis3"
HKR,Ndi\Install,ndis2,,"PL100.ndis2"
HKR,Ndi\Install,odi,,"PL100.odi"

;params
HKR,,MediaType,,1

;****************************************************************************
; PCI common parameters
;****************************************************************************
[PL100.pci.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5

;****************************************************************************
; Device specific parameters
;****************************************************************************
[PNIC.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,," AutoDetect"
HKR,Ndi\params\ConnectionType\enum,1,," TP_10"
HKR,Ndi\params\ConnectionType\enum,2,," TP_10+Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,," TP_100_X"
HKR,Ndi\params\ConnectionType\enum,4,," TP_100_X+Full_Duplex"
;;HKR,Ndi\params\ConnectionType\enum,5,," TP_100_T4"
;;HKR,Ndi\params\ConnectionType\enum,6,," BNC"
;;HKR,Ndi\params\ConnectionType\enum,7,," AUI"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

HKR,Ndi\params\TxThreshold,ParamDesc,,"Transmit Threshold"
HKR,Ndi\params\TxThreshold,default,,6
HKR,Ndi\params\TxThreshold,type,,enum
HKR,Ndi\params\TxThreshold\enum,0,,"Store and Forward"
HKR,Ndi\params\TxThreshold\enum,1,,"36 Bytes"
HKR,Ndi\params\TxThreshold\enum,2,,"72 Bytes"
HKR,Ndi\params\TxThreshold\enum,3,,"96 Bytes"
HKR,Ndi\params\TxThreshold\enum,4,,"128 Bytes"
HKR,Ndi\params\TxThreshold\enum,5,,"160 Bytes"
HKR,Ndi\params\TxThreshold\enum,6,,"256 Bytes"
HKR,NDI\params\TxThreshold,flag,1,30,00,00,00


;****************************************************************************
; Drivers
;****************************************************************************
; Install NDIS3
[PL100.ndis3]
CopyFiles=PL100.ndis3.CopyFiles,PL100.inf.CopyFiles

[PL100.ndis3.CopyFiles]
L100.sys

[PL100.inf.CopyFiles]
L100W95.inf

; Install NDIS2
[PL100.ndis2]
CopyFiles=PL100.ndis2.CopyFiles

[PL100.ndis2.CopyFiles]
L100.dos

; Install ODI
[PL100.odi]
CopyFiles=PL100.odi.CopyFiles

[PL100.odi.CopyFiles]
L100.com

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir         	=11 ; LDID_SYS
PL100.ndis3.CopyFiles   =11
PL100.inf.CopyFiles     =17 ; LDID_INF
PL100.ndis2.CopyFiles   =26 ; LDID_WINBOOT
PL100.odi.CopyFiles     =26

[SourceDisksNames]
1="AsanteFAST 10/100 PCI Rev B Adapter Driver Disk","",0

[SourceDisksFiles]
L100.sys=1,win95_98
L100.dos=1,win95_98
L100.com=1

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_VENDOR="Asante"

; PNP Devices
PNIC.DeviceDesc=  "AsanteFAST 10/100 PCI Rev B Adapter"
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: web5, load: 0.74