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. ;
  129. 00,04,00,00, \      ; CONFIGMG_VERSION
  130. 00,00,00,00, \      ; PRIORITY
  131. ;
  132. ; I/O Resource Descriptor
  133. ;
  134. 24,00,00,00, \      ; Total length of I/O Resource Descriptor
  135. 02,00,00,00, \      ; ResType_IO = 0x00000002
  136. 01,00, \       ; IOD_Count;
  137. 0C,00, \       ; IOD_Type;         // IOType_Range = 0x000C
  138. 00,00, \       ; IOD_Alloc_Base;
  139. 00,00, \       ; IOD_Alloc_End;
  140. 00,00, \       ; IOD_DesFlags;
  141. 00, \               ; IOD_Alloc_Alias;
  142. 00, \               ; IOD_Alloc_Decode;
  143. E0,FF, \       ; IOR_Align;        // Mask for base alignment
  144. 20,00, \       ; IOR_nPorts;       // Number of ports
  145. 00,00, \       ; IOR_Min;          // Min port address
  146. FF,FF, \       ; IOR_Max;          // Max port address
  147. 00,00, \       ; IOR_RangeFlags;   // Flags
  148. 00, \               ; IOR_Alias;        // Alias offset
  149. 00, \               ; IOR_Decode;       // Address specified
  150. 45,00,00,00, \      ; PCCARD flags, 0x40 = 16-bit port
  151. ;
  152. ; IRQ Resource Descriptor
  153. ;
  154. 14,00,00,00, \      ; Total length of IRQ Resource Descriptor
  155. 04,00,00,00, \      ; ResType_IRQ = 0x00000004
  156. 00,00, \       ; IRQD_Flags;
  157. 00,00, \       ; IRQD_Alloc_Num;   // Allocated IRQ number
  158. FF,FF, \       ; IRQD_Req_Mask;    // Mask of possible IRQs
  159. 00,00, \       ; IRQD_Reserved;
  160. 70,00,00,00, \      ; PCCARD flags, 0x20 = Level mode interrupts
  161. ;
  162. ; Memory Resource Descriptor 0
  163. ;
  164. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  165. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  166. 01,00, \       ; MD_Count;
  167. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  168. 00,00,00,00, \      ; MD_Alloc_Base;
  169. 00,00,00,00, \      ; MD_Alloc_End;
  170. 00,00, \       ; MD_Flags;
  171. 00,00, \       ; MD_Reserved;
  172. 00,F0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  173. 00,10,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  174. 00,00,00,00, \      ; MR_Min;      // Min Address
  175. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  176. 00,00, \       ; MR_Flags;         // Flags
  177. 00,00, \       ; MR_Reserved;
  178. 02,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  179.                ;         0x08 = 16-bit common mem
  180. 00,00,00,00, \      ; Memory card address
  181. ;
  182. ; Memory Resource Descriptor 1
  183. ;
  184. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  185. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  186. 01,00, \       ; MD_Count;
  187. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  188. 00,00,00,00, \      ; MD_Alloc_Base;
  189. 00,00,00,00, \      ; MD_Alloc_End;
  190. 00,00, \       ; MD_Flags;
  191. 00,00, \       ; MD_Reserved;
  192. 00,C0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  193. 00,40,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  194. 00,00,00,00, \      ; MR_Min;      // Min Address
  195. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  196. 00,00, \       ; MR_Flags;         // Flags
  197. 00,00, \       ; MR_Reserved;
  198. 08,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  199.                ;         0x08 = 16-bit common mem
  200. 00,10,01,00, \      ; Memory card address
  201. ;
  202. ; REQUEST_CONFIG_PKT Descriptor
  203. ;
  204. 19,00,00,00, \      ; Total length of REQUEST_CONFIG_PKT Descriptor
  205. 7C,89,00,00, \      ; (ResType_Ignored_Bit + PCCARD_DEVICE_ID) = 0x897C
  206. 00,00, \       ; Socket;
  207. 02,00, \       ; Attributes;
  208. 32, \               ; Vcc;
  209. 32, \             ; Vpp1;
  210. 32, \             ; Vpp2;
  211. 02, \               ; IntType;
  212. 00,00,02,00, \      ; ConfigBase;
  213. 00, \               ; Status;
  214. 00, \               ; Pin;
  215. 00, \               ; Copy;
  216. 01, \               ; ConfigIndex;
  217. 0B, \               ; Present;
  218. ;
  219. 00,00,00,00         ; TERMINATOR
  220.  
  221.  
  222.  
  223.  
  224. ;****************************************************************************
  225. ; Destination Directories
  226. ;****************************************************************************
  227. [DestinationDirs]
  228. DefaultDestDir              =11 ; LDID_SYS
  229. ne2000.ndis3.CopyFiles      =11
  230.  
  231. ;****************************************************************************
  232. ; Localizable Strings
  233. ;****************************************************************************
  234. [strings]
  235. ; Provider
  236. V_MS="Microsoft"
  237. ; Manufacturers
  238. V_NatSemi="National Semiconductor"
  239. V_TC="Thomas-Conrad"
  240. V_IBM="IBM"
  241. V_MICRO="Microdyne"
  242. V_ALTA="Alta Research"
  243. V_TOSHIBA="Toshiba"
  244. ;V_GATEWAY="Gateway 2000"
  245. V_NDC="National Datacomm"
  246. V_KINGSTON="Kingston"
  247. ; PNP National Semiconductor
  248. *SNIP.DeviceDesc="NatSemi NE4100 Infomover or compatible"
  249. *TC.DeviceDesc="Thomas-Conrad TC5041 TC-Card Ethernet PCMCIA Adapter"
  250. *IBM.DeviceDesc="IBM Ethernet Credit Card Adapter"
  251. *IBM2.DeviceDesc="IBM Ethernet Credit Card Adapter II"
  252. *ALTA.DeviceDesc="Alta Research Ethernet PCMCIA LAN Adapter"
  253. *MICRO.DeviceDesc="Microdyne Novell NE4000 PCMCIA Adapter"
  254. *TOSHIBA.DeviceDesc="Toshiba NWETH01 PCMCIA Ethernet Card"
  255. ;*GATEWAY.DeviceDesc="Gateway PCMCIA Ethernet Card (old) Infomover 4100 compatible"
  256. *NDC.DeviceDesc="NDC Credit Card Adapter for Ethernet"
  257. *KINGSTON.DeviceDesc="Kingston Etherx PCMCIA (older version)"
  258. *KINGSTON2.DeviceDesc="Kingston Etherx PC Card Ethernet Adapter (KNE-PCM)"
  259.