home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / netlan / fme / netfme.inf < prev   
Encoding:
Windows Setup INFormation  |  1996-02-12  |  6.1 KB  |  202 lines

  1. ; NETFME.INF
  2. ;
  3. ; Windows Modem Setup File
  4. ; Copyright (c) 1993-1995 Microsoft Corporation
  5. ; Manufacturer: IBM NHD and OEM
  6. ;
  7.  
  8.  
  9. [version]
  10. LayoutFile=layout.inf
  11. signature="$CHICAGO$"
  12. Class=Net
  13. provider=%V_MS%
  14.  
  15. [Manufacturer]
  16. %V_IBM%=IBM
  17.  
  18. [IBM]
  19. %fme288i%=*FME288i.ndi,MF\FME288I_DEV1
  20. %fme288o%=*FME288o.ndi,MF\FME288O_DEV1
  21. %fme144i%=*FME144i.ndi,MF\FME144I_DEV1
  22. %fme144o%=*FME144o.ndi,MF\FME144O_DEV1
  23.  
  24. [*FME288i.ndi]
  25. AddReg=*FME288i.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  26.  
  27. [*FME288i.ndi.reg]
  28. HKR,Ndi,DeviceID,,"MF\FME288I_DEV1"
  29.  
  30. [*FME288o.ndi]
  31. AddReg=*FME288o.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  32.  
  33. [*FME288o.ndi.reg]
  34. HKR,Ndi,DeviceID,,"MF\FME288O_DEV1"
  35.  
  36. [*FME144i.ndi]
  37. AddReg=*FME144i.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  38.  
  39. [*FME144i.ndi.reg]
  40. HKR,Ndi,DeviceID,,"MF\FME144I_DEV1"
  41.  
  42. [*FME144o.ndi]
  43. AddReg=*FME144o.ndi.reg,ne2000.ndi.reg,Clone.params.reg
  44.  
  45. [*FME144o.ndi.reg]
  46. HKR,Ndi,DeviceID,,"MF\FME144O_DEV1"
  47.  
  48.  
  49. ;****************************************************************************
  50. ; NE2000 Drivers
  51. ;****************************************************************************
  52. ; Base section for ne2000 users
  53. [ne2000.ndi.reg]
  54. ; key,subkey,valuname,type,value
  55. HKR,,DevLoader,,*ndis
  56. HKR,,DeviceVxDs,,fme.vxd
  57. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  58. ; NDIS Info
  59. HKR,NDIS,LogDriverName,,"FME"
  60. HKR,NDIS,MajorNdisVersion,1,03
  61. HKR,NDIS,MinorNdisVersion,1,0A
  62. ; Interfaces
  63. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  64. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  65. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  66. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  67.  
  68. HKR,NDI,CardType,,"PCMCIA"
  69.  
  70.  
  71.  
  72.  
  73. ; extra params for clones
  74. [Clone.params.reg]
  75. ; Resources
  76. HKR,,Interrupt,1,04,00,00,00
  77. HKR,,IOBase,1,02,00,00,00
  78. HKR,,AttributeBase,1,01,00,00,00
  79. HKR,,SharedRAM,1,01,00,00,00
  80.  
  81. ;HKR,,NetAddress,,123456789012
  82.  
  83. ; OVERRIDE FOR 16K RAM WINDOW
  84. HKR,Override,0000,1,\
  85. ;
  86. 00,04,00,00, \      ; CONFIGMG_VERSION
  87. 00,00,00,00, \      ; PRIORITY
  88. ;
  89. ; I/O Resource Descriptor
  90. ;
  91. 24,00,00,00, \      ; Total length of I/O Resource Descriptor
  92. 02,00,00,00, \      ; ResType_IO = 0x00000002
  93. 01,00, \       ; IOD_Count;
  94. 0C,00, \       ; IOD_Type;         // IOType_Range = 0x000C
  95. 00,00, \       ; IOD_Alloc_Base;
  96. 00,00, \       ; IOD_Alloc_End;
  97. 00,00, \       ; IOD_DesFlags;
  98. 00, \               ; IOD_Alloc_Alias;
  99. 00, \               ; IOD_Alloc_Decode;
  100. E0,FF, \       ; IOR_Align;        // Mask for base alignment
  101. 20,00, \       ; IOR_nPorts;       // Number of ports
  102. 00,00, \       ; IOR_Min;          // Min port address
  103. FF,FF, \       ; IOR_Max;          // Max port address
  104. 00,00, \       ; IOR_RangeFlags;   // Flags
  105. 00, \               ; IOR_Alias;        // Alias offset
  106. 00, \               ; IOR_Decode;       // Address specified
  107. 45,00,00,00, \      ; PCCARD flags, 0x40 = 16-bit port
  108. ;
  109. ; IRQ Resource Descriptor
  110. ;
  111. 14,00,00,00, \      ; Total length of IRQ Resource Descriptor
  112. 04,00,00,00, \      ; ResType_IRQ = 0x00000004
  113. 00,00, \       ; IRQD_Flags;
  114. 00,00, \       ; IRQD_Alloc_Num;   // Allocated IRQ number
  115. FF,FF, \       ; IRQD_Req_Mask;    // Mask of possible IRQs         ;x03
  116. 00,00, \       ; IRQD_Reserved;
  117. 70,00,00,00, \      ; PCCARD flags, 0x20 = Level mode interrupts
  118. ;
  119. ; Memory Resource Descriptor 0
  120. ;
  121. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  122. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  123. 01,00, \       ; MD_Count;
  124. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  125. 00,00,00,00, \      ; MD_Alloc_Base;
  126. 00,00,00,00, \      ; MD_Alloc_End;
  127. 00,00, \       ; MD_Flags;
  128. 00,00, \       ; MD_Reserved;
  129. 00,E0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  130. 00,20,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  131. 00,00,00,00, \      ; MR_Min;      // Min Address
  132. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  133. 00,00, \       ; MR_Flags;         // Flags
  134. 00,00, \       ; MR_Reserved;
  135. 02,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  136.                ;         0x08 = 16-bit common mem
  137. 00,00,00,00, \      ; Memory card address
  138. ;
  139. ; Memory Resource Descriptor 1
  140. ;
  141. 34,00,00,00, \      ; Total length of Memory Resource Descriptor
  142. 01,00,00,00, \      ; ResType_Mem = 0x00000001
  143. 01,00, \       ; MD_Count;
  144. 14,00, \       ; MD_Type;          // MType_Range = 0x0014
  145. 00,00,00,00, \      ; MD_Alloc_Base;
  146. 00,00,00,00, \      ; MD_Alloc_End;
  147. 00,00, \       ; MD_Flags;
  148. 00,00, \       ; MD_Reserved;
  149. 00,C0,FF,FF, \      ; MR_Align;         // Mask for base alignment
  150. 00,40,00,00, \      ; MR_nBytes;        // Count of bytes (4K)
  151. 00,00,00,00, \      ; MR_Min;      // Min Address
  152. FF,FF,FF,FF, \      ; MR_Max;      // Max Address
  153. 00,00, \       ; MR_Flags;         // Flags
  154. 00,00, \       ; MR_Reserved;
  155. 08,00,00,00, \      ; PCCARD flags, 0x02 = attribute mem, or
  156.                ;         0x08 = 16-bit common mem
  157. 00,40,00,00, \      ; Memory card address
  158. ;
  159. ; REQUEST_CONFIG_PKT Descriptor
  160. ;
  161. 19,00,00,00, \      ; Total length of REQUEST_CONFIG_PKT Descriptor
  162. 7C,89,00,00, \      ; (ResType_Ignored_Bit + PCCARD_DEVICE_ID) = 0x897C
  163. 00,00, \       ; Socket;
  164. 02,00, \       ; Attributes;
  165. 32, \               ; Vcc;
  166. 32, \               ; Vpp1;
  167. 32, \               ; Vpp2;
  168. 02, \               ; IntType;
  169. 20,10,00,00, \      ; ConfigBase;
  170. 01, \               ; Status;
  171. 00, \               ; Pin;
  172. 00, \               ; Copy;
  173. 55, \               ; ConfigIndex;
  174. 03, \               ; Present;
  175. ;
  176. 00,00,00,00         ; TERMINATOR
  177.  
  178.  
  179.  
  180.  
  181. ;****************************************************************************
  182. ; Destination Directories
  183. ;****************************************************************************
  184. [DestinationDirs]
  185. DefaultDestDir              =11 ; LDID_SYS
  186.  
  187. ;****************************************************************************
  188. ; Localizable Strings
  189. ;****************************************************************************
  190. [strings]
  191. ; Provider
  192. V_MS="Microsoft"
  193. ; Manufacturers
  194. V_IBM="IBM"
  195. ;
  196. ;
  197. ;
  198. fme288i="IBM Home and Away 28.8 PC Card (Network child)"
  199. fme288o="28.8 Fax+Modem+Ethernet Combo Card (Network child)"
  200. fme144i="IBM Home and Away 14.4 Credit Card Adapter (Network child)"
  201. fme144o="14.4 Fax+Modem+Ethernet Combo Card (Network child)"
  202.