NET9000.INF Driver File Contents (1000TXG.zip)

;===================================================================
;WINDOWS95/98
;SMC9000.INF
;   SMC9000.SYS
;    Copyright (c) 1995   Standard Microsystems
;
;  24 July 1998   moto@ontec Full Autonegotiation for new FE-1000TX ISA DAVICOM
;===================================================================

[Version]
    LayoutFile = layout.inf
    Signature  = "$Chicago$"
    Class      = Net
    Provider   = %MS%

[Manufacturer]
    %SMC%  = SMC

[ControlFlags]
    ExcludeFromSelect = MF\SMCPCM_DEV1
    ExcludeFromSelect = PCMCIA\SMC-SMC9000_Ethernet_PCCard-05AD

[SMC]
    %*Smc9000.DeviceDesc% = *Smc9000.Ndi, *Smc9000
    %Smc9000Pcm1%         = Smc9000Pcm1.Ndi,PCMCIA\SMC-SMC9000_Ethernet_PCCard-05AD
    %Smc9000Pcm2%         = Smc9000Pcm200.Ndi, MF\SMCPCM_DEV1


[*Smc9000.Ndi]
    AddReg    = Smc9000.Ndi.reg,Smc9000.Gen.Resources,Smc9000.Gen.Params,*Smc9000.DevID
    LogConfig = Smc9000.LogConfig

[Smc9000Pcm1.Ndi]
    AddReg    = Smc9000.Ndi.reg,Smc9000.Gen.Resources,Smc9000.Pcm.Params,Smc9000.Pcm1.Params,Smc9000.Pcm1.Cfg

[Smc9000Pcm200.Ndi]
    AddReg    = Smc9000.Ndi.reg,Smc9000.Gen.Resources,Smc9000.Pcm2.Params,Smc9000.Pcm200.Params

[Smc9000.Pcm1.Params]
    HKR,Ndi,DeviceID,,"PCMCIA\SMC-SMC9000_Ethernet_PCCard-05AD

[Smc9000.Pcm200.Params]
    HKR,Ndi,DeviceID,,"PCMCIA\SMC/Rockwell-SMC9000_Ethernet/Modem_PCCARD-FA8D"

[Smc9000.Pcm.Params]
    HKR,Ndi,CardType,,"PCMCIA"

    HKR,Ndi\params\pcmcia,ParamDesc,,"PCCARD Attachment"
    HKR,Ndi\params\pcmcia,default,,"1"
    HKR,Ndi\params\pcmcia,type,,int
    HKR,Ndi\params\pcmcia,flag,1,30,00,00,00

[Smc9000.Pcm2.Params]
    HKR,Ndi,CardType,,"PCMCIA"
    HKR,,Memory,1,01,00,00,00
    HKR,,ModemBase,1,02,00,00,00

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

    HKR,Ndi\params\pcmcia,ParamDesc,,"PCCARD Attachment"
    HKR,Ndi\params\pcmcia,default,,"1"
    HKR,Ndi\params\pcmcia,type,,int
    HKR,Ndi\params\pcmcia,flag,1,30,00,00,00

    HKR,Ndi\params\MultiFunction,ParamDesc,,"Multifunction Card"
    HKR,Ndi\params\MultiFunction,default,,"1"
    HKR,Ndi\params\MultiFunction,type,,int
    HKR,Ndi\params\MultiFunction,flag,1,30,00,00,00

[*Smc9000.DevID]
    HKR,Ndi,DeviceID,,"*Smc9000"

[Smc9000Pcm420.DevID]
    HKR,Ndi,DeviceID,,"PCMCIA\SMC/Rockwell-SMC9000_Ethernet/Modem_PCCARD-3EC9"

[*Dell.DevID]
;;  HKR,Ndi,DeviceID,,"*Dell"

[Smc9000.Ndi.reg]
    HKR,,DevLoader,,*ndis
    HKR,,DeviceVxDs,,smc9000.sys
    HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

    HKR,NDIS,LogDriverName,,"smc9000"
    HKR,NDIS,MajorNdisVersion,HEX,03
    HKR,NDIS,MinorNdisVersion,HEX,0A

    HKR,Ndi\Interfaces,DefUpper,,"ndis3"
    HKR,Ndi\Interfaces,DefLower,,"ethernet"
    HKR,Ndi\Interfaces,UpperRange,,"ndis3"
    HKR,Ndi\Interfaces,LowerRange,,"ethernet"

    HKR,Ndi\Install,ndis3,,"Smc9000.ndis3"

[Smc9000.LogConfig]
    ConfigPriority = HARDRECONFIG
    IOConfig       = 20@200-3ef%FFE0(3FF::)
    IRQConfig      = 9,3,10,11

[Smc9000.Gen.Resources]
    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,,"Media Type (Speed)"
    HKR,Ndi\params\transceiver,default,,"AutoDetect"
    HKR,Ndi\params\transceiver,type,,enum
    HKR,Ndi\params\transceiver\enum,"AutoDetect",,"AutoDetect"
    HKR,Ndi\params\transceiver\enum,"10M_HALF",,"10M_HALF"
    HKR,Ndi\params\transceiver\enum,"100M_HALF",,"100M_HALF"
    HKR,Ndi\params\transceiver\enum,"10M_FULL",,"10M_FULL"
    HKR,Ndi\params\transceiver\enum,"100M_FULL",,"100M_FULL"
    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




[Smc9000.Pcm1.Cfg]
HKR,Override,0000,1, \
;
; CONFIGMG_VERSION
;
00,04,00,00, \
;
; PRIORITY
;
00,00,00,00, \
;
; I/O Resource Descriptor 0
;
;
; I/O Resource Descriptor 0
;
24,00,00,00, \         ; Total length of I/O Resource Descriptor
02,00,00,00, \         ; ResType_IO = 0x00000002
01,00, \               ; IOD_Count
0C,00, \               ; IOD_Type      IOType_Range = 0x000C
00,00, \               ; IOD_Alloc_Base
00,00, \               ; IOD_Alloc_End
00,00, \               ; IOD_DesFlags
00, \                  ; IOD_Alloc_Alias
00, \                  ; IOD_Alloc_Decode
C0,FF, \               ;   IOR_Align           // 64 byte align
10,00, \               ;   IOR_nPorts          // 16 ports
00,02, \               ;   IOR_Min
00,04, \               ;   IOR_Max
00,00, \               ;   IOR_RangeFlags
00, \                  ;   IOR_Alias
00, \                  ;   IOR_Decode
40,00,00,00, \         ; PCCARD flags, 0x40 = 16-bit port
;
; IRQ Resource Descriptor 0
;
14,00,00,00, \         ; Total length of IRQ Resource Descriptor
04,00,00,00, \         ; ResType_IRQ = 0x00000004
00,00, \               ; IRQD_Flags
00,00, \               ; IRQD_Alloc_Num
FF,FF, \               ; IRQD_Req_Mask
00,00, \               ; IRQD_Reserved
20,00,00,00, \         ; PCCARD flags, 0x20 = Level mode int's
;
; Memory Resource Descriptor 0
;
34,00,00,00, \         ; Total length of Memory Descriptor
01,00,00,00, \         ; ResType_Mem = 0x00000001
01,00, \               ; MD_Count
14,00, \               ; MD_Type
00,00,00,00, \         ; MD_Alloc_Base
00,00,00,00, \         ; MD_Alloc_End
00,00, \               ; MD_Flags
00,00, \               ; MD_Reserved
00,F0,FF,FF, \         ;   MR_Align
00,10,00,00, \         ;   MR_nBytes
00,00,00,00, \         ;   MR_Min
FF,FF,FF,FF, \         ;   MR_Max
00,00, \               ;   MR_Flags
00,00, \               ;   MR_Reserved
02,00,00,00, \         ; PCCARD flags, 0x02 = attribute mem, or
                       ;     0x08 = 16-bit common mem
00,00,00,00, \         ; Memory card address offset
;
; REQUEST_CONFIG_PKT
;
19,00,00,00, \         ; Length of REQUEST_CONFIG_PKT Descriptor
7C,89,00,00, \         ; ResType_Ignored_Bit + PCCARD_DEVICE 0x897C
00,00, \               ;   Socket
02,00, \               ;   Attributes
32, \                  ;   Vcc
32, \                  ;   Vpp1
32, \                  ;   Vpp2
02, \                  ;   IntType
00,80,00,00, \         ;   ConfigBase
08, \                  ;   Status
00, \                  ;   Pin
00, \                  ;   Copy
01, \                  ;   ConfigIndex
03, \                  ;   Present
;
; TERMINATOR
;
00,00,00,00



[Smc9000.ndis2]
    CopyFiles = Smc9000.ndis2.CopyFiles

[Smc9000.ndis3]
    CopyFiles = Smc9000.ndis3.CopyFiles

[Smc9000.ndis3.CopyFiles]
    smc9000.sys

[DestinationDirs]
    DefaultDestDir          = 11
    Smc9000.ndis3.CopyFiles = 11

[Strings]
    MS                  = "Microsoft"
    SMC                 = "SMC"
;;  DELL                = "Dell"
    *Smc9000.DeviceDesc = "FE-1000TX SMC91C100 Fast Ethernet Adapter"
    Smc9000Pcm1         = "SMC 9000 PCMCIA Ethernet Adapter"
    Smc9000Pcm2         = "SMC 9000 PCMCIA Dual Function Ethernet Adapter (200)"
;;  *Dell.DeviceDesc    = "Dell Latitude XP Advanced Port Replicator"


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.51