home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Diamond Multimedia INF for WAN Miniport Drivers
- ;
- ; Copyright (c) 1995 Microsoft Corporation
-
- [version]
- LayoutFile = Layout.inf, layout1.inf
- signature = "$CHICAGO$"
- Class = Net
- provider = %DMM%
-
- [Manufacturer]
- %DMM% = NetCmdrWandis
-
- [NetCmdrWandis]
- %NetCmdrWandisDesc% = NetCmdrWandis.Install, NetCmdrWandisID
-
-
- ;****************************************************************************
- ; Adapter Main Install Section
- ;****************************************************************************
- [NetCmdrWandis.Install]
- AddReg=NetCmdr.AddReg.ndi, NetCmdr.AddReg.GenResources, NetCmdr.AddReg.GenParams, NetCmdr.AddReg.DevID
- LogConfig=NetCmdr.LogConfig
-
- [NetCmdr.AddReg.DevID]
- HKR,Ndi,DeviceID,,"NetCmdrWandisID" ; our made-up or pnp id
-
- [NetCmdr.LogConfig]
-
- ;****************************************************************************
- ; Base Section
- ;****************************************************************************
- [NetCmdr.AddReg.ndi]
- ;* key,subkey,valuname,type,value
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,ncwandis.sys
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
-
- ;* NDIS Info
- HKR,NDIS,LogDriverName,,"NETCMDR"
- HKR,NDIS,MajorNdisVersion,HEX,03
- HKR,NDIS,MinorNdisVersion,HEX,0A
-
- ;* Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
- ;HKR,Ndi\Interfaces,DefLower,,"netcmdr"
- HKR,Ndi\Interfaces,DefLower,,"isdn"
- HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
- ;HKR,Ndi\Interfaces,LowerRange,,"netcmdr"
- HKR,Ndi\Interfaces,LowerRange,,"isdn"
-
- ;* Required Components
- HKR,Ndi,InstallInf,,"NDISWAN.INF"
- HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
-
- ;* Install sections
- HKR,Ndi\Install,ndiswan,,"NetCmdr.ndiswan"
-
- ;* Add ISDN Class to RNA
- HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,
-
- ;****************************************************************************
- ; TAPI ISDN Configuration
- ;****************************************************************************
- HKR,,NumberOfLines,,1
- HKR,TAPI,Properties,1,00,00,00,00
- HKR,TAPI,DeviceCaps,1,14,00,00,00, 02,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
- HKR,TAPI\Line0,Properties,1,00,00,00,00
- HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 0F,00,00,00, 07,00,00,00, 02,00,00,00, 02,00,00,00
- HKR,TAPI\Line0,SwitchType,1,00,00,00,00
- HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
- HKR,TAPI\Line0\Channel0,ChannelCaps,1,04,00,00,00
- HKR,TAPI\Line0\Channel0,SPID,,""
- HKR,TAPI\Line0\Channel0,Phone,,""
- HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00
- HKR,TAPI\Line0\Channel1,ChannelCaps,1,04,00,00,00
- HKR,TAPI\Line0\Channel1,SPID,,""
- HKR,TAPI\Line0\Channel1,Phone,,""
-
- ;****************************************************************************
- ; General Resources
- ;****************************************************************************
- [NetCmdr.AddReg.GenResources]
-
- ;****************************************************************************
- ; General Params
- ;****************************************************************************
- [NetCmdr.AddReg.GenParams]
-
- ;****************************************************************************
- ; CopyFiles/Install Section
- ;****************************************************************************
-
- [NetCmdr.ndiswan]
- ;* Install section for NDISWAN upper edge (only for WAN miniports)
- CopyFiles=NetCmdr.ndiswan.CopyFiles
-
- [NetCmdr.ndiswan.CopyFiles]
- ncwandis.sys ; The name of the driver
- ncvector.vxd
-
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- DefaultDestDir = 11 ; System Directory
- NetCmdr.ndiswan.CopyFiles = 11 ; System Directory
- NetCmdr.CopyFile.inf = 17 ; Inf Directory
-
- [ControlFlags]
- ExcludeFromSelect = NetCmdrWandisID
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Manufacture/Provider
- DMM="Diamond Multimedia"
-
- ; Device Descriptions
- NetCmdrWandisDesc="NetCommander ISDN (WANDIS Adapter)"
-
-