NET9000.INF Driver File Contents (ndis3-4.zip)

===================================================================
;
;--  Net9000.Inf
;
;    LAN9000 PCMCIA Ethernet Adapter.
;
;    Copyright (c) 2000   Standard Microsystems Corp.
;
;Apr 26 2000	Pankaj Gupta
;		Standard Microsystems
;		Finalizing the LAN9000 Dual Function driver 
;		support for Windows 2000
;===================================================================


[version]
LayoutFile  = layout.inf
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%

[Manufacturer]
%SMSC%=SMSC

[ControlFlags]
     ExcludeFromSelect = MF\LAN91C110_DEV0


[SMSC]
	%LAN9000.DeviceDesc%   = LAN9000.ndi, MF\LAN91C110_DEV0

[LAN9000.ndi]
AddReg          = LAN9000.params.reg, LAN9000.reg
Characteristics = 0x84
BusType         = 8
CopyFiles       = lan9000.CopyFiles

[LAN9000.ndi.Services]
AddService      = LAN9000, 2, LAN9000.Service, common.EventLog


[LAN9000.reg]
HKR,    Ndi\Interfaces, UpperRange,     0, "ndis5"
HKR,    Ndi\Interfaces, LowerRange,     0, "ethernet"
HKR,    Ndi,            Service,        0, "lan9000"

[Smsc9000.ndi.NT.Services]
AddService		=LAN9000,2,LAN9000.Service,Common.EventLog

[LAN9000.Service]
DisplayName		= %SMSC9000.DeviceDesc%
ServiceType		= 1 ;%SERVICE_KERNEL_DRIVER%
StartType		= 3 ;%SERVICE_DEMAND_START%
ErrorControl	= 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary	= %12%\LAN9000.sys
LoadOrderGroup	= NDIS


[Common.EventLog]
AddReg=Common.AddEventLog.Reg

[Common.AddEventLog.Reg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\lan9000.sys""
HKR,,TypesSupported,0x00010001,7

;-------------------------------------------------------------------------------
; LAN9000 Parameters
;
[LAN9000.params.reg]
    HKR, , 110EXISTS, 0,"1"
    HKR, , MultiFunction, 0, "1"

;    HKR,,IOBase,1,02,00,00,00
;    HKR,Ndi\params\IOBase,resc,1,02,00,00,00
;    HKR,Ndi\params\IOBase,ParamDesc,,"I/O Base Address"
;    HKR,Ndi\params\IOBase,flag,1,30,00,00,00

;    HKR,,Interrupt,1,04,00,00,00
;    HKR,Ndi\params\Interrupt,resc,1,04,00,00,00
;    HKR,Ndi\params\Interrupt,ParamDesc,,"Interrupt Level"
;    HKR,Ndi\params\Interrupt,flag,1,30,00,00,00

    HKR,Ndi\params\transceiver,ParamDesc,,"Connector Type/32 bit driver"
    HKR,Ndi\params\transceiver,default,,"AutoDetect"
    HKR,Ndi\params\transceiver,type,,enum
    HKR,Ndi\params\transceiver\enum,"AutoDetect",,"AutoDetect"
;   HKR,Ndi\params\transceiver\enum,"AUI",,"AUI"
;   HKR,Ndi\params\transceiver\enum,"BNC",,"BNC"
    HKR,Ndi\params\transceiver\enum,"10BaseT",,"10BaseT"
    HKR,Ndi\params\transceiver,flag,1,30,00,00,00

    HKR,Ndi\params\busnumber,ParamDesc,,"System Bus Number"
    HKR,Ndi\params\busnumber,default,,"0"
    HKR,Ndi\params\busnumber,type,,int
    HKR,Ndi\params\busnumber,flag,1,20,00,00,00

    HKR,Ndi\params\bustype,ParamDesc,,"System Bus Type Identifier"
    HKR,Ndi\params\bustype,default,,"1"
    HKR,Ndi\params\bustype,type,,int
    HKR,Ndi\params\bustype,flag,1,20,00,00,00

    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,30,00,00,00
    HKR,Ndi\params\NetworkAddress,optional,,1

    HKR,Ndi\params\ReceiveTimer,ParamDesc,,"Receive WatchDog Timer"
    HKR,Ndi\params\ReceiveTimer,default,,"0"
    HKR,Ndi\params\ReceiveTimer,type,,int
    HKR,Ndi\params\ReceiveTimer,flag,1,30,00,00,00

    HKR,Ndi\params\EarlyTransmit,ParamDesc,,"Early Transmit Enable"
    HKR,Ndi\params\EarlyTransmit,default,,"Disable"
    HKR,Ndi\params\EarlyTransmit,type,,enum
    HKR,Ndi\params\EarlyTransmit\enum,"Disable",,"Disable"
    HKR,Ndi\params\EarlyTransmit\enum,"Enable",,"Enable"
    HKR,Ndi\params\EarlyTransmit,flag,1,20,00,00,00

    HKR,Ndi\params\Duplex,ParamDesc,,"Duplex"
    HKR,Ndi\params\Duplex,default,,"Auto-Negotiation"
    HKR,Ndi\params\Duplex,type,,enum
    HKR,Ndi\params\Duplex\enum,"Half",,"Half"
    HKR,Ndi\params\Duplex\enum,"Full",,"Full"
    HKR,Ndi\params\Duplex\enum,"Default",,"Default"
    HKR,Ndi\params\Duplex\enum,"Auto-Negotiation",,"Auto-Negotiation"
    HKR,Ndi\params\Duplex,flag,1,20,00,00,00

    HKR,Ndi\params\Speed,flag,1,20,00,00,00
    HKR,Ndi\params\Speed,ParamDesc,,"Speed (FEAST only)"
    HKR,Ndi\params\Speed,default,,"Auto-Negotiation"
    HKR,Ndi\params\Speed,type,,enum
    HKR,Ndi\params\Speed\enum,"10",,"10 Mbs"
    HKR,Ndi\params\Speed\enum,"100",,"100 Mbs"
    HKR,Ndi\params\Speed\enum,"Default",,"Default"
    HKR,Ndi\params\Speed\enum,"Auto-Negotiation",,"Auto-Negotiation"



[lan9000.CopyFiles]
lan9000.sys,,,2

;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
lan9000.CopyFiles = 12

[SourceDiskNames]
50 = "SMSC LAN9000 SuperDisk","",0

[SourceDiskFiles]
lan9000.sys=50,,10000

;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
SMSC                  		= "SMSC"
Msft                    	= "Microsoft"
LAN9000.DeviceDesc        	= "LAN9000 PCMCIA Ethernet Adapter"
lan9000.Service.DispName	= "LAN9000 PCMCIA Ethernet 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: web4, load: 0.78