home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1997 March / OP2_97.BIN / cd-rom / treiber / diamond / w95 / ndiswan.exe / rar / ACOWAN.INF next >
Windows Setup INFormation  |  1997-01-14  |  6KB  |  194 lines

  1. ; ACOWAN.INF
  2. ; ACOTEC ISDN WAN Miniport Driver
  3. ;
  4. ; Copyright (c) 1996-97 ACOTEC GmbH, Berlin
  5.  
  6. [version]
  7. signature="$CHICAGO$"
  8. Class=Net
  9. provider=%V_ACOTEC%
  10.  
  11. [Manufacturer]
  12. %V_ACOTEC%=ACOTEC
  13.  
  14. [ACOTEC]
  15. %ACOWAN.DeviceDesc%=ACOWAN.ndi, ACOWAN 
  16.  
  17.  
  18. ;****************************************************************************
  19. ; Adapter Main Install Section
  20. ;****************************************************************************
  21. [ACOWAN.ndi]
  22. AddReg=ACOWAN.ndi.reg,ACOWAN.Gen.Resources,ACOWAN.Gen.Params,ACOWAN.Line0.Gen.Params,ACOWAN.DevID
  23. ;LogConfig=ACOWAN.LogConfig
  24. CopyFiles=ACOWAN.main.CopyFiles, ACOWAN.inf.CopyFiles
  25.  
  26. [ACOWAN.DevID]
  27. HKR,Ndi,DeviceID,,"ACOWAN"  ; or pnp id
  28.  
  29. [ACOWAN.LogConfig]
  30. ;ConfigPriority=HARDRECONFIG
  31. ;IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
  32. ;IOConfig=110-118(3FF::),120-128(3FF::),130-138(3FF::),140-148(3FF::),150-158(3FF::),160-168(3FF::),300-308(3FF::),310-318(3FF::),340-348(3FF::),350-358(3FF::)
  33.  
  34.  
  35.  
  36. ;****************************************************************************
  37. ; Base Section
  38. ;****************************************************************************
  39. [ACOWAN.ndi.reg]
  40. ; key,subkey,valuname,type,value
  41. HKR,,DevLoader,,*ndis
  42. HKR,,DeviceVxDs,,"ACOWAN.sys"
  43. HKR,,EnumPropPages,,"ACOWANUI.dll,EnumPropPages"
  44. HKR,Ndi,NdiInstaller,,"ACOWANUI.dll,NdiProc"
  45.  
  46.  
  47. ; NDIS Info
  48. HKR,NDIS,LogDriverName,,"ACOWAN"
  49. HKR,NDIS,MajorNdisVersion,HEX,03
  50. HKR,NDIS,MinorNdisVersion,HEX,0A
  51.  
  52. ; Interfaces
  53. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  54. HKR,Ndi\Interfaces,DefLower,,"isdn"
  55. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  56. HKR,Ndi\Interfaces,LowerRange,,"isdn"
  57.  
  58. ; Required Components
  59. HKR,Ndi,InstallInf,,"NDISWAN.INF"
  60. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  61.  
  62. ; Install sections
  63. HKR,Ndi\Install,ndiswan,,"ACOWAN.ndiswan.install"
  64. HKR,Ndi\Remove,ndiswan,,"ACOWAN.ndiswan.remove"
  65.  
  66. ; Add ISDN Class to RNA
  67. HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,
  68.  
  69.  
  70. ;****************************************************************************
  71. ; TAPI ISDN Configuration
  72. ;****************************************************************************
  73. HKR,,NumberOfLines,,1
  74. HKR,TAPI,ConfigFlags,1,00,00,00,00
  75. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00
  76. HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
  77. HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 01,00,00,00, 01,00,00,00, 02,00,00,00, 00,00,00,00
  78. HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  79. HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
  80. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  81. HKR,TAPI\Line0\Channel0,SPID,,""
  82. HKR,TAPI\Line0\Channel0,Phone,,""
  83. HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
  84. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  85. HKR,TAPI\Line0\Channel1,SPID,,""
  86. HKR,TAPI\Line0\Channel1,Phone,,""
  87.  
  88.  
  89.  
  90. ;****************************************************************************
  91. ; General Resources
  92. ;****************************************************************************
  93. [ACOWAN.Gen.Resources]
  94. ; Sample Resources
  95. ;
  96. ;HKR,,InterruptNumber,1,04,00,00,00
  97. ;HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
  98. ;HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
  99. ;HKR,NDI\params\InterruptNumber,ParamDesc,,"Interrupt Number"
  100.  
  101. ;HKR,,IOBaseAddress,1,02,00,00,00
  102. ;HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
  103. ;HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
  104. ;HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
  105.  
  106.  
  107.  
  108. ;****************************************************************************
  109. ; General Params
  110. ;****************************************************************************
  111. [ACOWAN.Gen.Params]
  112.  
  113. ; ACOWAN constant values
  114. HKR,,BoardType,,"ACOWAN"
  115. HKR,,BoardName,,"ACOWAN"
  116. HKR,,LinkSpeed,,"64000"
  117. HKR,,WanType,,"2"
  118. HKR,,LineName,,%ACO_CHANNEL_NAME%
  119. ;HKR,,Line1Name,,"ACOTEC ISDN Line "
  120.  
  121. ;****************************************************************************
  122. ; ACOWAN Line Params
  123. ;****************************************************************************
  124.  
  125. ;****************************************************************************
  126. ; CopyFiles/Install Section
  127. ;****************************************************************************
  128.  
  129. ; Install section for NDISWAN upper edge (only for WAN miniports)
  130. [ACOWAN.ndiswan.install]
  131. CopyFiles=ACOWAN.ndiswan.CopyFiles
  132.  
  133. [ACOWAN.ndiswan.CopyFiles]
  134. ACOWAN.sys            ; The name of the driver
  135.  
  136. [ACOWAN.main.CopyFiles]
  137. ACOWANUI.dll
  138.  
  139. [ACOWAN.inf.CopyFiles]
  140. ACOWAN.inf            ; The name of this INF
  141. ;NDISWAN.inf           ; ISDN Accelarator Pack
  142.  
  143. ;****************************************************************************
  144. ; DelFiles/Remove Section
  145. ;****************************************************************************
  146.  
  147. [ACOWAN.ndiswan.remove]
  148. DelFiles=ACOWAN.ndiswan.DelFiles
  149.  
  150. [ACOWAN.ndiswan.DelFiles]
  151. ACOWAN.sys            ; The name of the driver
  152. ACOWANUI.dll
  153.  
  154. ;****************************************************************************
  155. ; Source Directories
  156. ;****************************************************************************
  157. [SourceDisksNames]
  158. ; The name of the disk that the user will be prompted for 
  159. 1=%SOURCE_DISK_NAME%, "",
  160.  
  161. [SourceDisksFiles]
  162. ; Which disk the files are located on 
  163. ACOWAN.sys=1
  164. ACOWANUI.dll=1
  165. ACOWAN.inf=1
  166. ;ndiswan.inf =1
  167.  
  168. ;****************************************************************************
  169. ; Destination Directories
  170. ;****************************************************************************
  171. [DestinationDirs]
  172. DefaultDestDir            =11 ; System Directory
  173. ACOWAN.ndiswan.CopyFiles  =11 ; System Directory
  174. ACOWAN.main.CopyFiles     =11 ; System Directory
  175. ACOWAN.ndiswan.DelFiles   =11 ; System Directory
  176. ACOWAN.inf.CopyFiles      =17 ; Inf Directory
  177.  
  178. ;****************************************************************************
  179. ; Localizable Strings
  180. ;****************************************************************************
  181. [strings]
  182. ; Manufacturers
  183. V_ACOTEC="ACOTEC GmbH Berlin"
  184.  
  185. ; Device Descriptions 
  186. ACOWAN.DeviceDesc="ACOTEC ISDN WAN Miniport Adapter"
  187.  
  188. ; Name of Channel followed by number of channel
  189. ACO_CHANNEL_NAME="ACOTEC ISDN Channel "
  190.  
  191. ; Source Disk Name
  192. SOURCE_DISK_NAME="ACOWAN ISDN Driver Diskette"
  193.  
  194.