NET0023K.INF Driver File Contents (conexantnicsp167401.zip)

;  PVCS Version Control Information
;  $Header:   P:/d874/infutil/archives/net0023k.inv   1.3   Jun 02 2000 10:48:12   sutorida  $
;
;  Module Name: net0023k.inf
;
;  Copyright © Conexant Systems, Inc. 1999,2000.  All rights reserved.
;
;  Module Description: 
;     net0023k.inf - Win2K, WinME, and Win98 driver installation file for
;     Compaq's 10/100 MiniPCI Ethernet NIC
;

[Version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
CatalogFile = 0023115k.cat
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_CONEXANT%
DriverVer=06/09/2000, 1.15.5.0

[Manufacturer]
%V_CONEXANT%=Conexant

; All enumerated adapters must be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_14F1&DEV_1803

[Conexant]
%11623.DeviceDesc%=11623.ndi,PCI\VEN_14F1&DEV_1803&SUBSYS_00230E11

;-----------------
; NT main sections
;
; These sections are in the form of <base section name>.NT
; They will only be processed if we are installing on NT
; Once this section is found by the class installer, the
; <base section name> section (w/o .NT) will not be processed.
; This allows us to keep Win9x specific install sections as
; <base section name>
;
[11623.ndi.NT]
AddReg          = RSS.nt.reg, RSSparams.reg, rss61x.nt.reg
BusType         = 5
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
CopyFiles       = NetCopyFiles.NT
DriverVer=06/09/2000, 1.15.5.0

[11623.ndi.NT.Services]
AddService = rss61x, 2, rss61x.Service, common.EventLog

;--------------------
; Win9x main sections
;
[11623.ndi]
AddReg    = 11623.ndi.reg,RSS.win.reg,RSSNDIS.win.reg,RSSparams.reg
CopyFiles = NetCopyFiles
DriverVer=06/09/2000, 1.15.5.0

;---------------------------
; Win9x id registry sections
; These are not needed by NT
;
[11623.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_14F1&DEV_1803"
HKR,,AdapterCFID,,180314F1

;----------------------
; RSS platform specific
;
[RSS.win.reg]
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis3"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[RSS.nt.reg]
HKR, ,                          BusType,    0, "5"
HKR, ,                          MsPciScan,  0, "1"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

;----------------------
; RSS common parameters
;
[RSSparams.reg]
HKR,,AdapterType,,"5"
HKR,,BusType,,"5"
HKR,,CacheAlignment,,"8"
HKR,,SoftwareFilter,,"0"
HKR,,SoftCRC,,"1"
HKR,,HpnaHeartBeat,,"1"
HKR,,X3Device,,"1"
HKR,,Gpio0SpiDout,,"1"
HKR,,RawMII,,"0"

; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,NDI\params\NetworkAddress,type,,"edit"
HKR,NDI\params\NetworkAddress,LimitText,,"18"
HKR,NDI\params\NetworkAddress,UpperCase,,"1"
HKR,Ndi\params\NetworkAddress,default,,""
HKR,NDI\params\NetworkAddress,flag,1,"20","00","00","00"
HKR,Ndi\params\NetworkAddress,optional,,"1"
;BurstLength
HKR,Ndi\params\BurstLength,ParamDesc,,"Burst Length"
HKR,Ndi\params\BurstLength,default,,"8"
HKR,Ndi\params\BurstLength,type,,"enum"
HKR,Ndi\params\BurstLength\enum,1,," 1 DWORD "
HKR,Ndi\params\BurstLength\enum,2,," 2 DWORDS"
HKR,Ndi\params\BurstLength\enum,4,," 4 DWORDS"
HKR,Ndi\params\BurstLength\enum,8,," 8 DWORDS"
HKR,Ndi\params\BurstLength\enum,16,,"16 DWORDS"
HKR,Ndi\params\BurstLength\enum,32,,"32 DWORDS"
HKR,NDI\params\BurstLength,flag,1,"20","00","00","00"
;Receive buffers
HKR,Ndi\params\NumberRcvBuffs,ParamDesc,,"Receive Buffers"
HKR,Ndi\params\NumberRcvBuffs,default,,"64"
HKR,Ndi\params\NumberRcvBuffs,type,,"enum"
HKR,Ndi\params\NumberRcvBuffs\enum,8,," 8"
HKR,Ndi\params\NumberRcvBuffs\enum,16,,"16"
HKR,Ndi\params\NumberRcvBuffs\enum,32,,"32"
HKR,Ndi\params\NumberRcvBuffs\enum,48,,"48"
HKR,Ndi\params\NumberRcvBuffs\enum,64,,"64"
HKR,NDI\params\NumberRcvBuffs,flag,1,"20","00","00","00"
;Transmit Buffers
HKR,Ndi\params\NumberTxBuffs,ParamDesc,,"Transmit Buffers"
HKR,Ndi\params\NumberTxBuffs,default,,"64"
HKR,Ndi\params\NumberTxBuffs,type,,"enum"
HKR,Ndi\params\NumberTxBuffs\enum,8,," 8"
HKR,Ndi\params\NumberTxBuffs\enum,16,,"16"
HKR,Ndi\params\NumberTxBuffs\enum,32,,"32"
HKR,Ndi\params\NumberTxBuffs\enum,48,,"48"
HKR,Ndi\params\NumberTxBuffs\enum,64,,"64"
HKR,NDI\params\NumberTxBuffs,flag,1,"20","00","00","00"
;MapRegisters
HKR,Ndi\params\MapRegisters,ParamDesc,,"Map Registers"
HKR,Ndi\params\MapRegisters,default,,"0"
HKR,Ndi\params\MapRegisters,type,,"enum"
HKR,Ndi\params\MapRegisters\enum,0,," 0"
HKR,Ndi\params\MapRegisters\enum,4,," 4"
HKR,Ndi\params\MapRegisters\enum,8,," 8"
HKR,NDI\params\MapRegisters,flag,1,"20","00","00","00"
;ConnectionType
HKR,Ndi\params\ConnType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnType,default,,"0"
HKR,Ndi\params\ConnType,type,,"enum"
HKR,Ndi\params\ConnType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnType\enum,4,,"100Base-Tx"
HKR,Ndi\params\ConnType\enum,6,,"100Base-Tx Full-Duplex"
HKR,Ndi\params\ConnType\enum,1,,"10Base-T"
HKR,Ndi\params\ConnType\enum,5,,"10Base-T Full-Duplex"
;HKR,Ndi\params\ConnType\enum,10,,"1HomeNet"
;HKR,Ndi\params\ConnType\enum,13,,"1HomeNet HiPwr"
;HKR,Ndi\params\ConnType\enum,14,,"1HomeNet LoSpeed"
;HKR,Ndi\params\ConnType\enum,15,,"1HomeNet LoSpeed/HiPwr"
HKR,NDI\params\ConnType,flag,1,"20","00","00","00"
;RxLookAhead
HKR,Ndi\params\RxLookAhead,ParamDesc,,"Receive Lookahead"
HKR,Ndi\params\RxLookAhead,default,,"0"
HKR,Ndi\params\RxLookAhead,type,,"enum"
HKR,Ndi\params\RxLookAhead\enum,0,,"Disabled"
HKR,Ndi\params\RxLookAhead\enum,1,,"Enabled"
HKR,NDI\params\RxLookAhead,flag,1,"20","00","00","00"
;Transmit Threshold
HKR,Ndi\params\TxThreshold,ParamDesc,,"Transmit Threshold"
HKR,Ndi\params\TxThreshold,default,,"0"
HKR,Ndi\params\TxThreshold,type,,"enum"
HKR,Ndi\params\TxThreshold\enum,72,,"  72 bytes"
HKR,Ndi\params\TxThreshold\enum,96,,"  96 bytes"
HKR,Ndi\params\TxThreshold\enum,128,," 128 bytes"
HKR,Ndi\params\TxThreshold\enum,160,," 160 bytes"
HKR,Ndi\params\TxThreshold\enum,256,," 256 bytes"
HKR,Ndi\params\TxThreshold\enum,512,," 512 bytes"
HKR,Ndi\params\TxThreshold\enum,1024,,"1024 bytes"
HKR,Ndi\params\TxThreshold\enum,0,,"Store&Forward"
HKR,NDI\params\TxThreshold,flag,1,"20","00","00","00"

;-------------------
; rss61x NT specific
;
[rss61x.nt.reg]
HKR, Ndi,                       Service,    0, "rss61x"

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

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

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

;----------------------
; rss61x Win9x specific
;
[RSSNDIS.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "rss61x.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"

HKR, NDIS,          LogDriverName,      0, "rss61x"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

[NetCopyFiles]
rss61x.sys,,,2

[NetCopyFiles.NT]
rss61x.sys,,,2

[SourceDisksFiles]
rss61x.sys = 1 

[SourceDisksNames]
1 = %instd1%,,,

[DestinationDirs]
DefaultDestDir = 12
NetCopyFiles = 11
NetCopyFiles.NT = 12

[Strings]
V_CONEXANT="Compaq"
instd1="Installation Disk1"
11623.DeviceDesc="Compaq 10_100 MiniPCI Ethernet NIC"
rss61x.Service.DispName = "Compaq 10_100 MiniPCI Ethernet NIC"
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: 1.35