home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / infoisdn.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-16  |  6.2 KB  |  166 lines

  1. ; infoisdn.inf
  2. ; INF for Sample WAN Miniport Driver
  3. ;
  4.  
  5. [version]
  6. CatalogFile=infoisdn.cat
  7. LayoutFile=layout.inf, layout1.inf, layout2.inf
  8. signature="$CHICAGO$"
  9. Class=Net
  10. provider=%PROVIDER%         ; Company name of driver provider (localized below)
  11.  
  12. [Manufacturer]
  13. %MANUFACTURER%=CoreLogic    ; Company name of hardware manufacturer (localized below)
  14. %PROVIDER%=CoreLogic    ;
  15.  
  16. [CoreLogic]
  17. %INFOISDN.DeviceDesc%=INFOISDN.ndi, "*ICI1995"   ; Device description (ISDN adapter short name)
  18.  
  19.  
  20. ;****************************************************************************
  21. ; Adapter Main Install Section
  22. ;****************************************************************************
  23. [INFOISDN.ndi]
  24. ; INF sections with items to add to the registry
  25. AddReg=INFOISDN.ndi.reg,INFOISDN.Gen.Resources,INFOISDN.Gen.Params,INFOISDN.Line0.Gen.Params
  26. LogConfig=INFOISDN.LogConfig        ; INF section with information used to configure the driver
  27.  
  28. [INFOISDN.LogConfig]
  29. ; Sample Conguration options
  30. ;
  31. ;IOConfig=100-108(3FF::),110-118(3FF::),120-128(3FF::),200-208(3FF::),220-228(3FF::),300-308(3FF::),320-328(3FF::)
  32. ; Sample IO port settings
  33. ;IOConfig=100-108(3FF::),110-118(3FF::),120-128(3FF::),200-208(3FF::),220-228(3FF::),300-308(3FF::),320-328(3FF::)
  34. ;MemConfig=4000@C0000-DC000%(4000)
  35. ;IOConfig=100-105(3FF::),120-125(3FF::),140-145(3FF::),160-165(3FF::),200-205(3FF::),240-245(3FF::),300-305(3FF::),320-325(3FF::),340-345(3FF::),3f0-3f5(3FF::)
  36. ;MemConfig=C0000-C3FFF,C4000-C7FFF,CC000-CFFFF,D0000-D3FFF,D4000-D7FFF,D8000-DBFFF,DC000-DFFFF
  37. IRQConfig=3,5,7,9,10,11,12,15   
  38. IOConfig=10@200-3FF%FFF0(3FF::)
  39. MemConfig=4000@C0000-DFFFF%FFFFC000
  40. ConfigPriority=HARDRECONFIG
  41.  
  42.  
  43.  
  44. ;****************************************************************************
  45. ; Base Section
  46. ;****************************************************************************
  47. [INFOISDN.ndi.reg]
  48. ; key,subkey,valuname,type,value
  49. HKR,,DevLoader,,*ndis                           ; Driver is loaded by NDIS
  50. HKR,,DeviceVxDs,,infoisdn.sys                   ; File name of driver
  51. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  52.  
  53. ; NDIS Info
  54. HKR,NDIS,LogDriverName,,"INFOISDN"              ; Driver name
  55. HKR,NDIS,MajorNdisVersion,HEX,03                ; Major NDIS version number
  56. HKR,NDIS,MinorNdisVersion,HEX,0A                ; Minor NDIS version number
  57.  
  58. ; Interfaces
  59. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  60. HKR,Ndi\Interfaces,DefLower,,"isdn"
  61. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  62. HKR,Ndi\Interfaces,LowerRange,,"isdn"
  63.  
  64. ; Required Components
  65. HKR,Ndi,InstallInf,,"NDISWAN.INF"
  66. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  67.  
  68. ; Install sections
  69. HKR,Ndi\Install,ndiswan,,"INFOISDN.ndiswan"
  70.  
  71. ; Add ISDN Class to RNA
  72. HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,
  73.  
  74.  
  75. ;****************************************************************************
  76. ; General Resources
  77. ;****************************************************************************
  78. [INFOISDN.Gen.Resources]
  79. ; Sample Resources
  80. ;
  81. HKR,,InterruptNumber,1,04,00,00,00
  82. HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
  83. HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
  84. HKR,NDI\params\InterruptNumber,ParamDesc,,"Interrupt Level"
  85.  
  86. HKR,,MemoryMappedBaseAddress,1,01,00,00,00
  87. HKR,NDI\params\MemoryMappedBaseAddress,resc,1,01,00,00,00
  88. HKR,NDI\params\MemoryMappedBaseAddress,flag,1,20,00,00,00
  89. HKR,NDI\params\MemoryMappedBaseAddress,ParamDesc,,"Memory Mapped Base Address"
  90. HKR,NDI\params\MemoryMappedBaseAddress,paragraph,,1
  91.  
  92. HKR,,IOBaseAddress,1,02,00,00,00
  93. HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
  94. HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
  95. HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
  96.  
  97.  
  98. ;****************************************************************************
  99. ; General Params
  100. ;****************************************************************************
  101. [INFOISDN.Gen.Params]
  102.  
  103. ; INFOISDN constant values
  104. HKR,,BoardType,,"isdn"
  105. HKR,,BoardName,,"CoreLogic NetViper-100 ISDN Adapter"
  106. HKR,,AddressList,,"010203040506"
  107. HKR,Ndi,DeviceID,,%NetViper100.DeviceID%    ; or pnp id
  108.  
  109. ;****************************************************************************
  110. ; INFOISDN Line Params
  111. ;****************************************************************************
  112. [INFOISDN.Line0.Gen.Params]
  113. ;****************************************************************************
  114. ; TAPI ISDN Configuration
  115. ;****************************************************************************
  116. HKR,,NumberOfLines,,1
  117. HKR,TAPI,Properties,1,00,00,00,00
  118. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00
  119. HKR,TAPI\Line0,Properties,1,00,00,00,00
  120. HKR,TAPI\Line0,SwitchType,1,00,00,00,00
  121. HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 01,00,00,00, 03,00,00,00, 8e,00,00,00, 07,00,00,00, 02,00,00,00, 00,00,00,00
  122. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
  123. HKR,TAPI\Line0\Channel0,ChannelCaps,1,03,00,00,00
  124. HKR,TAPI\Line0\Channel0,SPID,,""
  125. HKR,TAPI\Line0\Channel0,Phone,,""
  126. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00
  127. HKR,TAPI\Line0\Channel1,ChannelCaps,1,03,00,00,00
  128. HKR,TAPI\Line0\Channel1,SPID,,""
  129. HKR,TAPI\Line0\Channel1,Phone,,""
  130.  
  131.  
  132. ;****************************************************************************
  133. ; CopyFiles/Install Section
  134. ;****************************************************************************
  135.  
  136. ; Install section for NDISWAN upper edge (only for WAN miniports)
  137. [INFOISDN.ndiswan]
  138. CopyFiles=INFOISDN.ndiswan.CopyFiles
  139.  
  140. [INFOISDN.ndiswan.CopyFiles]
  141. infoisdn.sys                ; The name of the driver
  142. infoisdn.bin                ; Miscellaneous support files
  143.  
  144.  
  145. ;****************************************************************************
  146. ; Destination Directories
  147. ;****************************************************************************
  148. [DestinationDirs]
  149. DefaultDestDir              =11 ; System Directory
  150. INFOISDN.ndiswan.CopyFiles  =11 ; System Directory
  151.  
  152.  
  153. ;****************************************************************************
  154. ; Localizable Strings
  155. ;****************************************************************************
  156. [strings]
  157. ; Provider
  158. PROVIDER="CoreLogic"
  159.  
  160. ; Manufacturers
  161. MANUFACTURER="CoreLogic"
  162.  
  163. ; Device Descriptions 
  164. INFOISDN.DeviceDesc="CoreLogic NetViper-100 ISDN Adapter"
  165. NetViper100.DeviceID = "*ICI1995"
  166.