home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / netsnip.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  8.3 KB  |  258 lines

  1.  
  2. ; NETSNIP.INF
  3. ;
  4. ; Novell Network Interface Cards.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=netsnip.cat
  10. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  11. signature="$CHICAGO$"
  12. Class=Net
  13. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  14. provider=%V_MS%
  15.  
  16. [Manufacturer]
  17. %V_NatSemi%=NatSemi
  18. %V_TC%=TC
  19. %V_IBM%=IBM
  20. %V_ALTA%=ALTA
  21. %V_MICRO%=MICRO
  22. %V_TOSHIBA%=TOSHIBA
  23. ;%V_GATEWAY%=GATEWAY
  24. %V_NDC%=NDC
  25. %V_KINGSTON%=KINGSTON
  26.  
  27. [NatSemi]
  28. %*SNIP.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  29.  
  30. [TC]
  31. %*TC.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  32.  
  33. [IBM]
  34. %*IBM.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  35. %*IBM2.DeviceDesc%=*SNIP2.ndi, PCMCIA\IBM_Corp.-Ethernet-6446    
  36.  
  37. [ALTA]
  38. %*ALTA.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  39.  
  40. [MICRO]
  41. %*MICRO.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  42.  
  43. [TOSHIBA]
  44. %*TOSHIBA.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  45.  
  46. ;[GATEWAY]
  47. ;%*GATEWAY.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  48.  
  49. [NDC]
  50. %*NDC.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  51.  
  52. [KINGSTON]
  53. %*KINGSTON.DeviceDesc%=*SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C    
  54. %*KINGSTON2.DeviceDesc%=*SNIP4.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter-02B7    
  55. %*KINGSTON2.DeviceDesc%=*SNIP3.ndi, PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B    
  56.  
  57. ;****************************************************************************
  58. ;    *PNP815f National Semiconductor Ethernode *16AT
  59. ;****************************************************************************
  60.  
  61. [*SNIP.ndi]
  62. AddReg=*SNIP.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  63.  
  64. [*SNIP.ndi.reg]
  65. HKR,Ndi,DeviceID,,"PCMCIA\IBM_Corp.-Ethernet-1B1C"
  66.  
  67. [*SNIP2.ndi]
  68. AddReg=*SNIP2.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  69.  
  70. [*SNIP2.ndi.reg]
  71. HKR,Ndi,DeviceID,,"PCMCIA\IBM_Corp.-Ethernet-6446"
  72.  
  73. [*SNIP3.ndi]
  74. AddReg=*SNIP3.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  75.  
  76. [*SNIP3.ndi.reg]
  77. HKR,Ndi,DeviceID,,"PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B"
  78.  
  79. [*SNIP4.ndi]
  80. AddReg=*SNIP4.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  81.  
  82. [*SNIP4.ndi.reg]
  83. HKR,Ndi,DeviceID,,"PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter_02B7"
  84.  
  85. ;****************************************************************************
  86. ; NE2000 Drivers
  87. ;****************************************************************************
  88. ; Base section for ne2000 users
  89. [ne2000.ndi.reg]
  90. ; key,subkey,valuname,type,value
  91. HKR,,DevLoader,,*ndis
  92. HKR,,DeviceVxDs,,snip.vxd
  93. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  94. ; NDIS Info
  95. HKR,NDIS,LogDriverName,,"SNIP"
  96. HKR,NDIS,MajorNdisVersion,1,03
  97. HKR,NDIS,MinorNdisVersion,1,0A
  98. ; Interfaces
  99. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  100. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  101. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  102. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  103.  
  104. HKR,NDI,CardType,,"PCMCIA"
  105.  
  106. ; Install sections
  107. HKR,Ndi\Install,ndis3,,"ne2000.ndis3"
  108.  
  109. ; Install NDIS3
  110. [ne2000.ndis3]
  111. CopyFiles=ne2000.ndis3.CopyFiles
  112. [ne2000.ndis3.CopyFiles]
  113. snip.vxd
  114.  
  115. ; extra params for clones
  116. [Clone.params.reg]
  117. ; Resources
  118. HKR,,Interrupt,1,04,00,00,00
  119. HKR,,IOBase,1,02,00,00,00
  120. HKR,,AttributeBase,1,01,00,00,00
  121.  
  122. ;;temp until I read from attribute space
  123. ;HKR,,NetAddress,,123456789012
  124.  
  125. ; OVERRIDE FOR 16K RAM WINDOW
  126. HKR,Override,0000,1,\
  127. ;
  128. 00,04,00,00, \      ; CONFIGMG_VERSION
  129. 00,00,00,00, \      ; PRIORITY
  130. ;
  131. ; I/O Resource Descriptor
  132. ;
  133. 24,00,00,00, \      ; Total length of I/O Resource Descriptor
  134. 02,00,00,00, \      ; ResType_IO = 0x00000002
  135. 01,00, \       ; IOD_Count;
  136. 0C,00, \       ; IOD_Type;         // IOType_Range = 0x000C
  137. 00,00, \       ; IOD_Alloc_Base;
  138. 00,00, \       ; IOD_Alloc_End;
  139. 00,00, \       ; IOD_DesFlags;
  140. 00, \               ; IOD_Alloc_Alias;
  141. 00, \               ; IOD_Alloc_Decode;
  142. E0,FF, \       ; IOR_Align;        // Mask for base alignment
  143. 20,00, \       ; IOR_nPorts;       // Number of ports
  144. 00,00, \       ; IOR_Min;          // Min port address
  145. FF,FF, \       ; IOR_Max;          // Max port address
  146. 00,00, \       ; IOR_RangeFlags;   // Flags
  147. 00, \               ; IOR_Alias;        // Alias offset
  148. 00, \               ; IOR_Decode;       // Address specified
  149. 45,00,00,00, \      ; PCCARD flags, 0x40 = 16-bit port
  150. ;
  151. ; IRQ Resource Descriptor
  152. ;
  153. 14,00,00,00, \      ; Total length of IRQ Resource Descriptor
  154. 04,00,00,00, \      ; ResType_IRQ = 0x00000004
  155. 00,00, \       ; IRQD_Flags;
  156. 00,00, \       ; IRQD_Alloc_Num;   // Allocated IRQ number
  157. FF,FF, \       ; IRQD_Req_Mask;    // Mask of possible IRQs
  158. 00,00, \       ; IRQD_Reserved;
  159. 70,00,00,00, \      ; PCCARD flags, 0x20 = Level mode interrupts
  160. ;
  161. ; Memory Resource Descriptor 0
  162. ;
  163. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  164. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  165. 01,00, \       ; MD_Count;
  166. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  167. 00,00,00,00, \      ; MD_Alloc_Base;
  168. 00,00,00,00, \      ; MD_Alloc_End;
  169. 00,00, \       ; MD_Flags;
  170. 00,00, \       ; MD_Reserved;
  171. 00,F0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  172. 00,10,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  173. 00,00,00,00, \      ; MR_Min;      // Min Address
  174. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  175. 00,00, \       ; MR_Flags;         // Flags
  176. 00,00, \       ; MR_Reserved;
  177. 02,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  178.                ;         0x08 = 16-bit common mem
  179. 00,00,00,00, \      ; Memory card address
  180. ;
  181. ; Memory Resource Descriptor 1
  182. ;
  183. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  184. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  185. 01,00, \       ; MD_Count;
  186. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  187. 00,00,00,00, \      ; MD_Alloc_Base;
  188. 00,00,00,00, \      ; MD_Alloc_End;
  189. 00,00, \       ; MD_Flags;
  190. 00,00, \       ; MD_Reserved;
  191. 00,C0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  192. 00,40,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  193. 00,00,00,00, \      ; MR_Min;      // Min Address
  194. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  195. 00,00, \       ; MR_Flags;         // Flags
  196. 00,00, \       ; MR_Reserved;
  197. 08,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  198.                ;         0x08 = 16-bit common mem
  199. 00,10,01,00, \      ; Memory card address
  200. ;
  201. ; REQUEST_CONFIG_PKT Descriptor
  202. ;
  203. 19,00,00,00, \      ; Total length of REQUEST_CONFIG_PKT Descriptor
  204. 7C,89,00,00, \      ; (ResType_Ignored_Bit + PCCARD_DEVICE_ID) = 0x897C
  205. 00,00, \       ; Socket;
  206. 02,00, \       ; Attributes;
  207. 32, \               ; Vcc;
  208. 32, \             ; Vpp1;
  209. 32, \             ; Vpp2;
  210. 02, \               ; IntType;
  211. 00,00,02,00, \      ; ConfigBase;
  212. 00, \               ; Status;
  213. 00, \               ; Pin;
  214. 00, \               ; Copy;
  215. 01, \               ; ConfigIndex;
  216. 0B, \               ; Present;
  217. ;
  218. 00,00,00,00         ; TERMINATOR
  219.  
  220.  
  221.  
  222.  
  223. ;****************************************************************************
  224. ; Destination Directories
  225. ;****************************************************************************
  226. [DestinationDirs]
  227. DefaultDestDir              =11 ; LDID_SYS
  228. ne2000.ndis3.CopyFiles      =11
  229.  
  230. ;****************************************************************************
  231. ; Localizable Strings
  232. ;****************************************************************************
  233. [strings]
  234. ; Provider
  235. V_MS="Microsoft"
  236. ; Manufacturers
  237. V_NatSemi="National Semiconductor"
  238. V_TC="Thomas-Conrad"
  239. V_IBM="IBM"
  240. V_MICRO="Microdyne"
  241. V_ALTA="Alta Research"
  242. V_TOSHIBA="Toshiba"
  243. ;V_GATEWAY="Gateway 2000"
  244. V_NDC="National Datacomm"
  245. V_KINGSTON="Kingston"
  246. ; PNP National Semiconductor
  247. *SNIP.DeviceDesc="NatSemi NE4100 Infomover or compatible"
  248. *TC.DeviceDesc="Thomas-Conrad TC5041 TC-Card Ethernet PCMCIA Adapter"
  249. *IBM.DeviceDesc="IBM Ethernet Credit Card Adapter"
  250. *IBM2.DeviceDesc="IBM Ethernet Credit Card Adapter II"
  251. *ALTA.DeviceDesc="Alta Research Ethernet PCMCIA LAN Adapter"
  252. *MICRO.DeviceDesc="Microdyne Novell NE4000 PCMCIA Adapter"
  253. *TOSHIBA.DeviceDesc="Toshiba NWETH01 PCMCIA Ethernet Card"
  254. ;*GATEWAY.DeviceDesc="Gateway PCMCIA Ethernet Card (old) Infomover 4100 compatible"
  255. *NDC.DeviceDesc="NDC Credit Card Adapter for Ethernet"
  256. *KINGSTON.DeviceDesc="Kingston Etherx PCMCIA (older version)"
  257. *KINGSTON2.DeviceDesc="Kingston Etherx PC Card Ethernet Adapter (KNE-PCM)"
  258.