NETPNIC.INF Driver File Contents (AF493_3_0_1_PC_DR.exe)

;
; INF file for AsantéFAST 10/100 PCI Rev B Adapter
; Version v4.52
; V4.52 modified to be run under Win2000 and Win95&98

[version]
signature  = "$Chicago$"
compatible = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %V_Provider%

[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

;------------------------------------------------------------------------------------------
; PNICII Win2000 sections
[PnicII.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pnicII.reg, PnicII.TP.reg, PnicII.con.reg, PnicII.nt.reg
CopyFiles       = PnicII.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[PnicII.ndi.NT.Services]
AddService = PnicII, 2, PnicII.Service, PnicII.EventLog

; Pnic Win2000 section
[Pnic.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
AddReg          = Pnic.reg, Pnic.TP.reg, Pnic.con.reg, PnicII.nt.reg
CopyFiles       = PnicII.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[Pnic.ndi.NT.Services]
AddService = PnicII, 2, PnicII.Service, PnicII.EventLog


;------------------------------------------------------------------------------------------
; Pnic Win9x section
[Pnic.ndi]
AddReg = L100.reg, Pnic.reg, Pnic.TP.reg, Pnic.TP.Flag.reg, Pnic.con.reg, Pnic.con.Flag.reg
CopyFiles = Pnic.ndis3.CopyFiles, Pnic.Inf.CopyFiles

; PnicII Win9x sections
; 
[PnicII.ndi]
AddReg    = L100.reg, PnicII.reg, PnicII.TP.reg, Pnic.TP.Flag.reg, PnicII.con.reg, PnicII.con.Flag.reg
CopyFiles = Pnic.ndis3.CopyFiles, Pnic.Inf.CopyFiles

;------------------------------------------------------------------------------------------

[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"

[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"
; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

;------------------------------------------------------------------------------------------
[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"

;-------------------------
; Add Win2000 specific
;

[PnicII.nt.reg]
HKR, Ndi,            Service,    0, "l100"
HKR, Ndi\Interfaces, DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces, DefLower,   0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[PnicII.Service]
DisplayName     = %PnicII.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\l100.sys
LoadOrderGroup  = NDIS

[PnicII.EventLog]
AddReg = PnicII.AddEventLog.reg

[PnicII.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

;-----------------------------------------------------
; Adapter specific parameters
;

[PnicII.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, "4",       0, "10Base-T"
HKR, Ndi\params\ConnectionType\enum, "3",       0, "10Base-T Full_Duplex"
HKR, Ndi\params\ConnectionType\enum, "2",       0, "100Base-Tx"
HKR, Ndi\params\ConnectionType\enum, "1",       0, "100Base-Tx Full_Duplex"


[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

;-------------------------------------------------------------------------------
; CopyFiles Section
;

[PnicII.ndis5.Copyfiles]
L100.SYS,win2000\L100.SYS,,2

[Pnic.ndis3.CopyFiles]
L100.sys, L100.sys

[Pnic.Inf.CopyFiles]
netpnic.inf, netpnic.inf

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

;-------------------------------------------------------------------------------
; Source Disk Name
;
[SourceDisksFiles]
L100.sys    = 1,
netpnic.inf = 1,

;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
PnicII.ndis5.CopyFiles = 12
Pnic.ndis3.CopyFiles   = 11 
Pnic.Inf.CopyFiles     = 17

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

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

Pnic.DeviceDesc       = "AsantéFAST 10/100 PCI Rev B Adapter"
PnicII.DeviceDesc     = "AsantéFAST 10/100 PCI Rev B Adapter"

DriveDisk.Desc = "AsantéFAST 10/100 PCI Rev B Adapter Driver Disk"
PnicII.Service.DispName = "AsantéFAST 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: web4, load: 1.83