home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------------------
- ; DiLink.inf
- ; ----------
- ; install the ISDN interface protocol for the Diva adapter
- ;
- ; Copyright c 1995-97 Eicon Technology Corporation
- ;---------------------------------------------------------------------------
-
- ;---------------------------------------------------------------------------
- ; Windows 95 file version
- ;---------------------------------------------------------------------------
-
- [version]
- LayoutFile=layout.inf, layout1.inf
- Signature="$Chicago$"
- Class=NetTrans
- Provider=%V_DIEHL%
-
- ;---------------------------------------------------------------------------
- ; Manufacturer installation information, points to the first install section
- ;---------------------------------------------------------------------------
-
- [Manufacturer]
- %V_DIEHL%=DIEHL
-
- [DIEHL]
- %V_DiLink_DeviceDesc%= DILINK.Ndi, "DiLink"
-
- ;---------------------------------------------------------------------------
- ; Primary network driver install section, defines the real working sections
- ;---------------------------------------------------------------------------
-
- [DILINK.ndi]
- DelReg=DILINK.DelReg
- AddReg=DILINK.Setup
- DeviceID="DiLink"
-
- [DILINK.Setup]
- ; How to install and remove
- HKR,Ndi\Install,,, "DILINK.Install"
- HKR,Ndi\Remove,,, "DILINK.Remove"
-
- ; Basic network driver info
- HKR,Ndi,DeviceID,, "DiLink"
- HKR,Ndi,MaxInstance,, 1
-
- ; This is displayed when the protocol is selected
- HKR,Ndi,HelpText,, %V_DiLink_Help%
-
- ; NDIS version info
- HKR,NDIS,LogDriverName,, "DiLink"
- HKR,NDIS,MajorNdisVersion,1, 03
- HKR,NDIS,MinorNdisVersion,1, 0A
-
- ; The upper and lower interfaces of our protocol
- HKR,Ndi\Interfaces,DefUpper,, "DiIsdnPI"
- HKR,Ndi\Interfaces,UpperRange,, "DiIsdnPI"
- HKR,Ndi\Interfaces,DefLower,, "DiIsdnDI,ndis3"
- HKR,Ndi\Interfaces,LowerRange,, "DiIsdnDI,ndis3"
-
- ;---------------------------------------------------------------------------
- ; The real install and remove sections
- ;---------------------------------------------------------------------------
-
- [DILINK.Install]
- AddReg=DILINK.AddReg
-
- [DILINK.Remove]
- DelReg=DILINK.DelReg
-
- [DILINK.AddReg]
- HKR,,DriverDesc,, %V_DiLink_DeviceDesc%
-
- ;---------------------------------------------------------------------------
- ; Localizable and constant strings
- ;---------------------------------------------------------------------------
-
- [Strings]
-
- ; Localizable strings
- V_DIEHL= "EICON Technology"
-
- V_DiLink_DeviceDesc="EICON ISDN Interface Protocol"
-
- V_DiLink_Help="ISDN interface protocol for access to arbitrary EICON adapters."
-