NETCB100.INF Driver File Contents (cb100ezv.100.zip)

;-----------------------------------------------------------------------
;            NETCB100.INF for Windows 98/Me & Windows 2000
;
;        AmbiCom EzPort Fast Ethernet CardBus PC Card(CB100-EZ)
;-----------------------------------------------------------------------

[version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%
LayoutFile  = layout.inf
DriverVer   = 02/05/2001, 1.00

[Manufacturer]
%AMB% = AMB

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1317&DEV_1985&SUBSYS_21031395

[AMB]
%CB100_EZ.DeviceDesc%   = CB100_EZ.ndi, PCI\VEN_1317&DEV_1985&SUBSYS_21031395  ;

;------------------------------------------------------------------------------
;                               windows 98
;------------------------------------------------------------------------------

[CB100_EZ.Ndi]
AddReg          = ADDREG_CB100_EZ_9X.ndi.reg, CB100_EZ.con.reg

[ADDREG_CB100_EZ_9X.ndi.reg]
HKR,NDI,DeviceID,,"PCI\VEN_1317&DEV_1985&SUBSYS_21031395"

HKR,,AdapterCFID,,19851317
HKR,,AdapterType,,5
HKR,,BusType,,5

HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,CB100N5.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"CB100_EZ"

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

; Install sections
HKR,Ndi\Install,ndis3,,"CB100_EZ.WIN9X.Install"



;------------------------------------------------------------------------------
;                               windows 2000
;------------------------------------------------------------------------------
[CB100_EZ.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = ADDREG_CB100_EZ_2000.ndi.reg, CB100_EZ.con.reg
CopyFiles       = Win2000.CopyFile.Sys, netaccp.Install.CopyFiles

[ADDREG_CB100_EZ_2000.ndi.reg]
HKR, ,                                      AdapterCFID,    0, "19851317"

HKR, Ndi,                                   Service,        0, "CB100_EZ"
HKR, Ndi\Interfaces,                        LowerRange,     0, "ethernet"
HKR, Ndi\Interfaces,                        UpperRange,     0, "ndis5"
HKR, ,                                      MediaType,      0, "0"

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

[CB100_EZ.Service]
DisplayName     = %CB100_EZ.Service.DispName%
ServiceType     = 1     ;SERVICE_KERNEL_DRIVER
StartType       = 3     ;SERVICE_AUTO_START
ErrorControl    = 1     ;SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\CB100N5.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

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

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;---------------------------------------------------------------------------------
;           Ndis5 Specific Parameters
;---------------------------------------------------------------------------------
[CB100_EZ.ndis5.reg]


;-------------------------------------------------------------------------------
;          CB100-EZ common section
;-------------------------------------------------------------------------------
[CB100_EZ.con.reg]
HKR,,AdapterType,0, "5"

; Transceive Parameters
HKR,,TxPacketDesc,,75       ; 0x32
HKR,,RxPacketDesc,,120      ; 0x78
HKR,,PacketsPerTxInt,,10    ; 0x0a
HKR,,PacketsPerRxInd,,10    ; 0x0a
HKR,,BurstLength,,0         ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ...
;

HKR,Ndi\Params\TxDmaDesc,ParamDesc,,"Transmit Buffers"
HKR,Ndi\Params\TxDmaDesc,default,,20
HKR,Ndi\Params\TxDmaDesc,type,,enum
HKR,Ndi\Params\TxDmaDesc\enum,10,,"16"
HKR,Ndi\Params\TxDmaDesc\enum,20,,"32"
HKR,Ndi\Params\TxDmaDesc\enum,40,,"64"
HKR,Ndi\Params\TxDmaDesc\enum,80,,"128"
HKR,Ndi\Params\TxDmaDesc\enum,100,,"256"
HKR,Ndi\Params\TxDmaDesc,flag,1,20,00,00,00
;

HKR,Ndi\Params\RxDmaDesc,ParamDesc,,"Receive Buffers"
HKR,Ndi\Params\RxDmaDesc,default,,20
HKR,Ndi\Params\RxDmaDesc,type,,enum
HKR,Ndi\Params\RxDmaDesc\enum,10,,"16"
HKR,Ndi\Params\RxDmaDesc\enum,20,,"32"
HKR,Ndi\Params\RxDmaDesc\enum,40,,"64"
HKR,Ndi\Params\RxDmaDesc\enum,80,,"128"
HKR,Ndi\Params\RxDmaDesc\enum,100,,"256"
HKR,Ndi\Params\RxDmaDesc,flag,1,20,00,00,00
;

;-------------------------------------------------------
;                 File Copy Sections
;-------------------------------------------------------
[SourceDisksNames]
1 = %DISK_DESC%,,0

[SourceDisksFiles]
NETCB100.inf = 1
CB100N5.sys = 1

[DestinationDirs]
Win2000.CopyFile.Sys = 12
Win9x.CopyFile.Sys = 11
CopyFile.Inf = 17

[CB100_EZ.WIN9X.Install]
CopyFiles = Win9x.CopyFile.Sys, CopyFile.Inf

[Win2000.CopyFile.Sys]
CB100N5.sys,,,2

[Win9x.CopyFile.Sys]
CB100N5.sys,,,2

[CopyFile.Inf]
NETCB100.inf,,,2


;-----------------------------------------------------------------------
;                     String Sections
;-----------------------------------------------------------------------
[Strings]
Msft                        = "Microsoft"
AMB                         = "AmbiCom"
DISK_DESC                   = "AmbiCom EzPort Fast Ethernet CardBus PC Card(CB100-EZ) Disk"
CB100_EZ.DeviceDesc         = "AmbiCom EzPort Fast Ethernet CardBus PC Card(CB100-EZ)"
CB100_EZ.Service.DispName   = "AmbiCom EzPort Fast Ethernet CardBus PC Card(CB100-EZ)"
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: web3, load: 2.31