home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 4.0 KB | 138 lines |
-
- ; NETGEN.INX
- ;
- ; Generic drivers
- ;
- ; Copyright 1994-1995, Microsoft Corporation
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- Class=Net
- ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
- provider=%V_MS%
-
- [Manufacturer]
- %V_GENERIC%=GENERIC
- %V_NOVELL%=NOVELL
-
- [GENERIC]
- %*PNP8ffd.DeviceDesc%= *PNP8ffd.ndi, *PNP8ffd ; Generic ODI driver
- %*PNP8fff.DeviceDesc%=*PNP8fff.ndi, *PNP8fff ; Generic NDIS2 driver
-
- [NOVELL]
- %*PNP8ffe.DeviceDesc%= *PNP8ffe.ndi, *PNP8ffe; Novell's IPX MONO driver
-
- ;****************************************************************************
- ; Ipx Mono
- ;****************************************************************************
- [*PNP8ffe.ndi]
- AddReg=*PNP8ffe.ndi.reg
- DeviceID=*PNP8ffe
-
- [*PNP8ffe.ndi.reg]
- HKR,Ndi,DeviceID,,"*PNP8ffe"
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- ; NDIS Info
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"nwipxodi"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"nwipxodi"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
- ; compatibilities
- HKR,Ndi\Compatibility,ExcludeAll,,"IPXODI"
- ; Install sections
- HKR,Ndi\Install,,,"*PNP8ffe.Install"
- HKR,Ndi\Install,,,"*PNP8ffe.Remove"
-
- [*PNP8ffe.Install]
- DelReg=*PNP8ffe.Rmv.AddReg ;clean up nwsup
-
- [*PNP8ffe.Remove]
- DelReg=*PNP8ffe.Rmv.AddReg
- [*PNP8ffe.Rmv.AddReg]
- ; remove nwsup.vxd
- HKLM,SYSTEM\CurrentControlSet\Services\VxD\NWSUP,StaticVxD
-
-
- ;****************************************************************************
- ; Generic Ndis2
- ;****************************************************************************
- [*PNP8fff.ndi]
- AddReg=*PNP8fff.ndi.reg, Ndis2.ndi.reg
- DeviceID=*PNP8fff
-
- [*PNP8fff.ndi.reg]
- HKR,Ndi,DeviceID,,"*PNP8fff"
-
- ;****************************************************************************
- ; Ndis2 base section
- ;****************************************************************************
- [Ndis2.ndi.reg]
- HKR,,DevLoader,,*ndis
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- ; NDIS Info
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- ;HKR,NDIS\NDIS2,DriverName,,""
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"Ndis2"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"Ndis2"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
-
-
- ;****************************************************************************
- ; Generic Odi
- ;****************************************************************************
- [*PNP8ffd.ndi]
- AddReg=*PNP8ffd.ndi.reg, Odi.ndi.reg
- DeviceID=*PNP8ffd
-
- [*PNP8ffd.ndi.reg]
- HKR,Ndi,DeviceID,,"*PNP8ffd"
-
- ;****************************************************************************
- ; Odi base section
- ;****************************************************************************
- [Odi.ndi.reg]
- HKR,,DevLoader,,*ndis
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"*PNP8ffd"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"odi"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"odi"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
-
- ;****************************************************************************
- ; Source Directories
- ;****************************************************************************
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- V_MS="Microsoft"
- V_NOVELL="Novell"
-
- ; Manufacturers
- V_GENERIC="(detected net drivers)"
-
- ; PNP Devices
- *PNP8ffd.DeviceDesc="Existing ODI Driver"
- *PNP8fff.DeviceDesc="Existing Ndis2 Driver"
- *PNP8ffe.DeviceDesc="Novell IPX Monolithic Driver"
-