L100W9X.INF Driver File Contents (networkcards.zip)

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

[version]
;LayoutFile=layout.inf
signature="$WINDOWS 95$"
Class=Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_Provider%
DriverVer   = 8/06/99

[Manufacturer]
%V_Pnic%=PNICs

[ControlFlags]
ExcludeFromSelect = PCI\VEN_11AD&DEV_0002&SUBSYS_F001128A, \
                    PCI\VEN_11AD&DEV_C115&SUBSYS_F001128A

[PNICs]
%Pnic.DeviceDesc%   = Pnic.ndi,   PCI\VEN_11AD&DEV_0002&SUBSYS_F001128A
%PnicII.DeviceDesc% = PnicII.ndi, PCI\VEN_11AD&DEV_C115&SUBSYS_F001128A

;-------------------------------------------------------------------------------
; PNIC based Fast Ethernet Adapter
;

;Pnic adapters, Base TX
[Pnic.ndi]
AddReg          = L100.reg, Pnic.reg, Pnic.TP.reg, Pnic.TP.Flag.reg, Pnic.con.reg, Pnic.con.Flag.reg

; Pnic II adapters, Base TX 
[PnicII.ndi]
AddReg          = L100.reg, PnicII.reg, Pnic.TP.reg, Pnic.TP.Flag.reg, PnicII.con.reg, PnicII.con.Flag.reg


[Pnic.reg]
HKR, Ndi,    DeviceID,  ,"PCI\VEN_11AD&DEV_0002"
HKR,    , AdapterCFID, 0, "000211AD"
HKR,    ,   MediaType, 0, "1"
HKR,    , AdapterType, 0, "5"
HKR,    ,     BusType, 0, "5"

[PnicII.reg]
HKR, Ndi,    DeviceID,  , "PCI\VEN_11AD&DEV_C115"
HKR,    , AdapterCFID, 0, "C11511AD"
HKR,    ,   MediaType, 0, "1"
HKR,    , AdapterType, 0, "5"
HKR,    ,     BusType, 0, "5"

;-----------------------------------------------------
; Adapter specific parameters
;
[Pnic.TP.reg]
;ConnectionType
HKR, Ndi\params\ConnectionType,      ParamDesc, 0, "Connection Type"
HKR, Ndi\params\ConnectionType,      default,   0, "0"
HKR, Ndi\params\ConnectionType,      type,      0, "enum"
HKR, Ndi\params\ConnectionType\enum, "0",       0, "Auto Detect"
HKR, Ndi\params\ConnectionType\enum, "1",       0, "10Base-T"
HKR, Ndi\params\ConnectionType\enum, "2",       0, "10Base-T Full_Duplex"
HKR, Ndi\params\ConnectionType\enum, "3",       0, "100Base-Tx"
HKR, Ndi\params\ConnectionType\enum, "4",       0, "100Base-Tx Full_Duplex"

[Pnic.TP.Flag.reg]
HKR, NDI\params\ConnectionType, flag, 1, 20, 00, 00, 00

;-----------------------------------------------------
; Common parameters
;
[Pnic.con.reg]
;Burst Length
HKR, Ndi\params\BurstLength,         ParamDesc, 0, "Burst Length"
HKR, Ndi\params\BurstLength,         default,   0, "10"
HKR, Ndi\params\BurstLength,         type,      0, "enum"
HKR, Ndi\params\BurstLength\enum,    "1",       0, "1 DWORD"
HKR, Ndi\params\BurstLength\enum,    "2",       0, "2 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "4",       0, "4 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "8",       0, "8 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "10",      0, "16 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "20",      0, "32 DWORDS"

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

[Pnic.con.Flag.reg]
HKR, Ndi\params\BurstLength, flag, 1, 20, 00, 00, 00
HKR, NDI\params\TxThreshold, flag, 1, 20, 00, 00, 00

[PnicII.con.reg]
;Burst Length
HKR, Ndi\params\BurstLength,         ParamDesc, 0, "Burst Length"
HKR, Ndi\params\BurstLength,         default,   0, "20"
HKR, Ndi\params\BurstLength,         type,      0, "enum"
HKR, Ndi\params\BurstLength\enum,    "1",       0, "1 DWORD"
HKR, Ndi\params\BurstLength\enum,    "2",       0, "2 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "4",       0, "4 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "8",       0, "8 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "10",      0, "16 DWORDS"
HKR, Ndi\params\BurstLength\enum,    "20",      0, "32 DWORDS"

;Transmit Threshold
HKR, Ndi\params\TxThreshold,         ParamDesc, 0, "Transmit Threshold"
HKR, Ndi\params\TxThreshold,         default,   0, "200"
HKR, Ndi\params\TxThreshold,         type,      0, "enum"
HKR, Ndi\params\TxThreshold\enum,    "0",       0, "Store and Forward"
HKR, Ndi\params\TxThreshold\enum,    "80",      0, "128 Bytes"
HKR, Ndi\params\TxThreshold\enum,    "100",     0, "256 Bytes"
HKR, Ndi\params\TxThreshold\enum,    "200",     0, "512 Bytes"
HKR, Ndi\params\TxThreshold\enum,    "400",     0, "1024 Bytes"

[PnicII.con.Flag.reg]
HKR, Ndi\params\BurstLength, flag,1, 20, 00, 00, 00
HKR, NDI\params\TxThreshold, flag,1, 20, 00, 00, 00

;-------------------------------------------------------------------------------
; PNIC Based Fast Ethernet Adapter Driver parameters
;
[L100.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"
; Install sections
HKR,Ndi\Install,ndis3,,"L100.ndis3"
HKR,Ndi\Install,ndis2,,"L100.ndis2"
;HKR,Ndi\Install,odi,,"L100.odi"


;-------------------------------------------------------------------------------
; Install Section
;
; Win9x
[L100.ndis3]
CopyFiles=Pnic.CopyFiles, Pnic.Inf.CopyFiles

; Install NDIS2
[L100.ndis2]
CopyFiles=Pnic.ndis2.CopyFiles

[Pnic.ndis2.CopyFiles]
L100.dos

; Install ODI
[L100.odi]
CopyFiles=Pnic.odi.CopyFiles

[Pnic.Inf.CopyFiles]
L100w9x.inf

[Pnic.CopyFiles]
L100.sys

[Pnic.ndis2.CopyFiles]
L100.dos

[Pnic.odi.CopyFiles]
L100.com

;-------------------------------------------------------------------------------
; Source Disk Name
;
[SourceDisksNames]
1 = %DriveDisk.Desc%,,

;-------------------------------------------------------------------------------
; Source Disk Name
;
[SourceDisksFiles]
L100.sys  = 1,
L100.dos    = 1,
L100.com    = 1,
L100w9x.inf = 1,

;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
Pnic.CopyFiles 	     = 11 
Pnic.Inf.CopyFiles   = 17
Pnic.ndis2.CopyFiles = 26
Pnic.odi.CopyFiles   = 26


;-------------------------------------------------------------------------------
; Localizable Strings

[strings]
V_Provider            = "Asante"
V_Pnic                = "Asante"

Pnic.DeviceDesc       = "AsanteFAST 10/100 PCI Rev B Adapter"
PnicII.DeviceDesc     = "AsanteFAST 10/100 PCI Rev B Adapter"

DriveDisk.Desc = "AsanteFAST 10/100 PCI Rev B Adapter Driver Disk"


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: web1, load: 2.03