home *** CD-ROM | disk | FTP | other *** search
- ; 3COMNET.INF
- ;
- ; 3COM Network Interface Cards.
- ;
- ; Copyright 1993-1995, Microsoft Corporation
- ; Copyright 1995, 3Com Corporation
-
- [Version]
- LayoutFile=layout.inf
- Signature="$CHICAGO$"
- Provider=%MS%
- Class=Net
-
- ;
- ; Table of Contents
- ;
- [Manufacturer]
- %3COM%=3COM
-
- ;
- ; The various flavors of 3Com cards
- ;
- [3COM]
- %3COM3C562%=3COM3C562.ndi,MF\3COM3C562_DEV1
-
- [3COM3C562.ndi]
- AddReg=ADDREG_3C562.ndi.reg,3C562.ndi.reg,ADDREG_3COM3C562.ndi.reg
-
-
-
- ;****************************************************************************
- ; Add these keys to the registry for all 3C562 adapters
- ;****************************************************************************
-
- [ADDREG_3C562.ndi.reg]
-
- ; key,subkey,valuname,type,value
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,elpc3x.vxd
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- ; NDIS Info
- HKR,NDIS,LogDriverName,,elpc3x
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
-
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndis3"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"ndis3"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
-
- HKR,Ndi,CardType,,"PCMCIA"
-
- ; Parameters
- HKR,,IOADDRESS,1,02,00,00,00
- HKR,,IRQ,1,04,00,00,00
-
- ;****************************************************************************
- ; Add these keys to the registry for 3Com adapters
- ;****************************************************************************
- ; Install sections
-
- [3C562.ndi.reg]
- HKR,Ndi,DeviceID,,"MF\3COM3C562_DEV1"
- HKR,Ndi,MatchAndMoveID,,"*pnp82c3"
-
- ;****************************************************************************
- ; Add these keys to the registry for 3Com CEM adapters
- ;****************************************************************************
-
- [ADDREG_3COM3C562.ndi.reg]
- HKR,,AdapterType,,1
- HKR,,PollingInterval,,5
- HKR,,MEMORYADDRESS,1,01,00,00,00
-
- ;****************************************************************************
- ; Translatable strings
- ;****************************************************************************
-
- [Strings]
- MS="Microsoft"
- ;
- ; Manufacturer names
- ;
- 3COM="3Com"
- ;
- ; Adapter names
- ;
- 3COM3C562="3Com EtherLink III LAN+Modem PC Card (3C562)"
-
-
-