NETICARD.INF Driver File Contents (iccardP.zip)

; NETICARD.INF
;
; IC-Card Ethernet PC Card.
;
; Copyright 1995-1996, Microsoft Corporation

[Version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_MANUF%=Vendor

[Vendor]
%PCMCIA.DeviceDesc%=PCMCIA.ndi, PCMCIA\IC-CARD-IC-CARD-A850

;****************************************************************************
; IC-Card Ethernet PC Card
;****************************************************************************
[PCMCIA.ndi]
AddReg=PCMCIA.ndi.reg, ICARD.ndi.reg, ICARD.params.reg
CopyFiles=netdlk.inf.CopyFiles,PCMCIA.ndis3.CopyFiles,PCMCIA.ndis2.CopyFiles
LogConfig=PCMCIA.LogConfig

[PCMCIA.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\IC-CARD-IC-CARD-A850"
HKR,Ndi,CardType,,"PCMCIA"
HKR,,AdapterType,,"2"

[PCMCIA.LogConfig]
ConfigPriority=HARDRECONFIG
IRQConfig=3,4,5,9,10,11,14,15
IOConfig=20@200-3FF%FFE0(3FF::)

;****************************************************************************
; ICARD Drivers
;****************************************************************************
[ICARD.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,icard.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"ICARD"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"ICARD$"
HKR,NDIS\NDIS2,FileName,,"icard.dos"
HKR,NDIS\ODI,DriverName,,"ICARD"
HKR,NDIS\ODI,FileName,,"icard.com"

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

; Install sections
;HKR,Ndi\Install,ndis3,,"PCMCIA.ndis3"
;HKR,Ndi\Install,ndis2,,"PCMCIA.ndis2"
;HKR,Ndi\Install,odi,,"PCMCIA.odi"

; Install NDIS3
[PCMCIA.ndis3]
;;;CopyFiles=PCMCIA.ndis3.CopyFiles
[PCMCIA.ndis3.CopyFiles]
icard.sys

[netdlk.inf.CopyFiles]
NETICARD.inf

; Install NDIS2
[PCMCIA.ndis2]
;;;CopyFiles=PCMCIA.ndis2.CopyFiles
[PCMCIA.ndis2.CopyFiles]
icard.dos

; Install ODI
;[PCMCIA.odi]
;CopyFiles=PCMCIA.odi.CopyFiles
;[PCMCIA.odi.CopyFiles]
;icard.com

[DestinationDirs]
DefaultDestDir          =11     ; LDID_SYS
PCMCIA.ndis3.CopyFiles  =11
PCMCIA.ndis2.CopyFiles  =26     ; LDID_WINBOOT
PCMCIA.odi.CopyFiles    =26     ; LDID_WINBOOT
netdlk.inf.CopyFiles    =17     ; INF

[ICARD.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\InterruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,60,00,00,00
HKR,Ndi\params\IoBaseAddress,resc,1,02,00,00,00
HKR,Ndi\params\IoBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IoBaseAddress,flag,1,20,00,00,00
;ndis2
HKR,NDI\params\interrupt,resc,1,04,00,00,00
HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
HKR,NDI\params\interrupt,flag,1,10,00,00,00
HKR,Ndi\params\ioaddress,resc,1,02,00,00,00
HKR,Ndi\params\ioaddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\ioaddress,flag,1,10,00,00,00

;network address
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address (32 bit)"
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


;Override
HKR,Override,0000,1, \
00,04,00,00, \
;
; PRIORITY
;
00,00,00,00, \
;
; I/O Resource Descriptor 0: LAN port
;
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;
E0,FF, \       ; IOR_Align;        // Mask for base alignment E0/F0
20,00, \       ; IOR_nPorts;       // Number of ports, pony=10
00,02, \       ; IOR_Min;          // Min port address
FF,03, \       ; IOR_Max;          // Max port address
00,00, \       ; IOR_RangeFlags;   // Flags
00, \          ; IOR_Alias;        // Alias offset
00, \          ; IOR_Decode;       // Address specified
40,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
;
; IRQ Resource Descriptor
;
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;   // Allocated IRQ number
FF,FF, \       ; IRQD_Req_Mask;    // Mask of possible IRQs
00,00, \       ; IRQD_Reserved;
20,00,00,00, \ ; PCCARD flags, 0x20 = Level mode interrupts
;
; REQUEST_CONFIG_PKT Descriptor
;
19,00,00,00, \ ; Total length of REQUEST_CONFIG_PKT Descriptor
7C,89,00,00, \ ; (ResType_Ignored_Bit + PCCARD_DEVICE_ID) = 0x897C
00,00, \       ; Socket;
02,00, \       ; Attributes;
32, \          ; Vcc;
32, \          ; Vpp1; 78
32, \          ; Vpp2; 78
02, \          ; IntType;
00,04,00,00, \ ; ConfigBase;
00, \          ; Status;
00, \          ; Pin;
00, \          ; Copy;
01, \          ; ConfigIndex;
03, \          ; Present;
;
; TERMINATOR
;
00,00,00,00


;****************************************************************************
; Localizable Strings
;****************************************************************************
[Strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_MANUF="IC-Card"
; PCMCIA Devices
PCMCIA.DeviceDesc="IC-Card Ethernet PC Card"

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: web2, load: 3.03