home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 2.6 KB | 95 lines |
-
- ; NET8232.INF
- ;
- ; SMC SMC8232 Network Interface Cards.
- ;
- ; Copyright 1993-1995, Microsoft Corporation
-
- [version]
- CatalogFile=netsmc32.cat
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- Class=Net
- ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
- provider=%V_MS%
-
- [Manufacturer]
- %V_SMC%=SMC
-
- [SMC]
- %*SMC8010.DeviceDesc%=*SMC8010.ndi, *SMC8010 ;SMC EtherElite Ultra EISA Adapter
-
- ;****************************************************************************
- ; *SMC8010 EtherElite Ultra EISA Adapter
- ;****************************************************************************
- [*SMC8010.ndi]
- AddReg=*SMC8010.ndi.reg,SMC8232.ndi.reg
-
- [*SMC8010.ndi.reg]
- HKR,Ndi,DeviceID,,"*SMC8010"
-
- ;****************************************************************************
- ; SMC8232 Drivers
- ;****************************************************************************
- ; Base section for SMC8232 users
- [SMC8232.ndi.reg]
- ; key,subkey,valuname,type,value
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,SMC8232W.vxd
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"SMC8232W"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- HKR,NDIS\NDIS2,DriverName,,"SMC8232$"
- HKR,NDIS\NDIS2,FileName,,"SMC8232.dos"
- HKR,NDIS\ODI,DriverName,,"SMC8232"
- HKR,NDIS\ODI,FileName,,"SMC8232.com"
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
- ; Install sections
- HKR,Ndi\Install,ndis3,,"SMC8232.ndis3"
- HKR,Ndi\Install,ndis2,,"SMC8232.ndis2"
- ;HKR,Ndi\Install,odi,,"SMC8232.odi"
-
- ; Install NDIS3
- [SMC8232.ndis3]
- CopyFiles=SMC8232.ndis3.CopyFiles
- [SMC8232.ndis3.CopyFiles]
- SMC8232W.vxd
-
- ; Install NDIS2
- [SMC8232.ndis2]
- CopyFiles=SMC8232.ndis2.CopyFiles
- [SMC8232.ndis2.CopyFiles]
- SMC8232.dos
-
- ; Install ODI
- [SMC8232.odi]
- CopyFiles=SMC8232.odi.CopyFiles
- [SMC8232.odi.CopyFiles]
- SMC8232.com
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- DefaultDestDir =11 ; LDID_SYS
- SMC8232.ndis3.CopyFiles =11
- SMC8232.ndis2.CopyFiles =26 ; LDID_WINBOOT
- SMC8232.odi.CopyFiles =26
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- V_MS="Microsoft"
- ; Manufacturers
- V_SMC="SMC"
-
- *SMC8010.DeviceDesc="SMC EtherCard Elite Ultra 32"
-