home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 July / Chip_2009.07_CD.iso / I386 / NETANA.IN_ / netana.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  14.0 KB  |  177 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. Signature  = "$Windows NT$"
  5. Class      = Net
  6. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider   = %Msft%
  8. LayoutFile = layout.inf
  9. DriverVer=07/01/2001,5.10.22.0
  10.  
  11. [Manufacturer]
  12. %ADAPTEC%  = ADAPTEC
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.                                                 
  17. [ADAPTEC]
  18. ; 32 bit 690XX cards
  19. %Generic.DeviceDesc%     = ana69011tx.ndi,      PCI\VEN_9004&DEV_6915
  20. %ANA69011TX.DeviceDesc%  = ana69011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00289004 ; Single 10/100 Mb/s UTP Port
  21.  
  22. ; 32 bit 620XX cards
  23. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00089004 ; Single 10/100 Mb/s UTP Port
  24. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00099004 ; Single 10/100 Mb/s UTP Port
  25. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00109004 ; 2 each 10/100 Mb/s UTP Port
  26. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00189004 ; 4 each 10/100 Mb/s UTP Port
  27. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00199004 ; 4 each 10/100 Mb/s UTP Port
  28.  
  29. ; 64 bit 620XX cards
  30. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80089004 ; Single 10/100 Mb/s UTP Port
  31. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80099004 ; Single 10/100 Mb/s UTP Port
  32. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80109004 ; 2 each 10/100 Mb/s UTP Port
  33. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80189004 ; 4 each 10/100 Mb/s UTP Port
  34. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80199004 ; 4 each 10/100 Mb/s UTP Port
  35.  
  36.  
  37. ;-------------------------------------------------------------------------------
  38. ; Adaptec ANA-69011 32-bit PCI Fast Ethernet Adapter
  39. ;
  40. [ana69011tx.ndi]
  41. Characteristics = 0x84 
  42. BusType         = 5    
  43. AddReg          = 6915.params.reg, adptsf.reg
  44. CopyFiles       = adptsf.Copyfiles
  45.  
  46. [ana69011tx.ndi.Services]
  47. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  48.  
  49. ;-------------------------------------------------------------------------------
  50. ; Adaptec ANA-62011/TX 64-bit PCI Fast Ethernet Adapter
  51. ;
  52. [ana62011tx.ndi]
  53. Characteristics = 0x84
  54. BusType         = 5
  55. AddReg          = 6915.params.reg, adptsf.reg
  56. CopyFiles       = adptsf.Copyfiles
  57.  
  58. [ana62011tx.ndi.Services]
  59. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  60.  
  61. ;-------------------------------------------------------------------------------
  62. ; Adaptec ANA-62022 PCI Fast Ethernet Adapter
  63. ;
  64. [ana62022.ndi]
  65. Characteristics = 0x84     ; NCF_HAS_UI | NCF_PHYSICAL
  66. BusType         = 5    ; PCI
  67. AddReg          = 6915.params.reg, adptsf.reg
  68. CopyFiles       = adptsf.Copyfiles
  69. Port1DeviceNumber = 4
  70.  
  71. [ana62022.ndi.Services]
  72. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  73.  
  74. ;-------------------------------------------------------------------------------
  75. ; Adaptec ANA-62044 PCI Fast Ethernet Adapter
  76. ;
  77. [ana62044.ndi]
  78. Characteristics   = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
  79. BusType           = 5     ; PCI
  80. AddReg            = 6915.params.reg, adptsf.reg
  81. CopyFiles         = adptsf.Copyfiles
  82. Port1DeviceNumber = 4
  83.  
  84. [ana62044.ndi.Services]
  85. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  86.  
  87.  
  88. ;-------------------------------------------------------------------------------
  89. ; 6915 common parameters
  90. ;
  91. [6915.params.reg]
  92. ;ReceiveBuffers
  93. HKR, Ndi\params\RxBuffers,                  ParamDesc,   0, %ReceiveBuffers%
  94. HKR, Ndi\params\RxBuffers,                  default,     0, "40"
  95. HKR, Ndi\params\RxBuffers,                  type,        0, "enum"
  96. HKR, Ndi\params\RxBuffers\enum,             10,          0, "16"
  97. HKR, Ndi\params\RxBuffers\enum,             20,          0, "32"
  98. HKR, Ndi\params\RxBuffers\enum,             40,          0, "64"
  99. HKR, Ndi\params\RxBuffers\enum,             80,          0, "128"
  100.  
  101. ;WriteInvalidateEnable
  102. HKR, Ndi\params\MemoryWriteInvalidate,      ParamDesc,   0, %WriteInvalidateEnable%
  103. HKR, Ndi\params\MemoryWriteInvalidate,      default,     0, "1"
  104. HKR, Ndi\params\MemoryWriteInvalidate,      type,        0, "enum"
  105. HKR, Ndi\params\MemoryWriteInvalidate\enum, 0,           0, "0"
  106. HKR, Ndi\params\MemoryWriteInvalidate\enum, 1,           0, "1"
  107.  
  108. ;Connection Type
  109. HKR, Ndi\params\ConnectionType,             ParamDesc,   0, %ConnectionType%
  110. HKR, Ndi\params\ConnectionType,             default,     0, "8"
  111. HKR, Ndi\params\ConnectionType,             type,        0, "enum"
  112. HKR, Ndi\params\ConnectionType\enum,        "8",         0, %auto%
  113. HKR, Ndi\params\ConnectionType\enum,        "3",         0, %10%
  114. HKR, Ndi\params\ConnectionType\enum,        "103",       0, %10FD%
  115. HKR, Ndi\params\ConnectionType\enum,        "0F",        0, %100%
  116. HKR, Ndi\params\ConnectionType\enum,        "10F",       0, %100FD%
  117.  
  118.  
  119. HKR, TxChecksumOffload, 0, 0, 0
  120. HKR, RxChecksumOffload, 0, 0, 0
  121.  
  122. ;-------------------------------------------------------------------------------
  123. ; ADPTSF Services and Driver
  124. ;
  125. [adptsf.reg]
  126. HKR, Ndi,            Service,     0, "ADPTSF"
  127. HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"
  128. HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
  129. HKR, ,               MediaType,   0, "1"
  130. HKR, ,               AdapterType, 0, "5"
  131. HKR, ,               AdapterCFID, 0, "69159004"
  132.  
  133. [adptsf.Service]
  134. DisplayName     = %adptsf.Service.DispName%
  135. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  136. StartType       = 3 ;%SERVICE_DEMAND_START%
  137. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  138. ServiceBinary   = %12%\adptsf50.sys
  139. LoadOrderGroup  = NDIS
  140.  
  141. [adptsf.Copyfiles]
  142. adptsf50.sys,,,2
  143.  
  144. [adptsf.EventLog]
  145. AddReg = adptsf.AddEventLog.reg
  146.  
  147. [adptsf.AddEventLog.reg]
  148. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  149. HKR, , TypesSupported,   0x00010001, 7
  150.  
  151. [DestinationDirs]
  152. adptsf.Copyfiles = 12
  153.  
  154. ;-------------------------------------------------------------------------------
  155. ; Localizable Strings
  156. ;
  157. [Strings]
  158. Msft                    = "Microsoft"
  159. ADAPTEC                 = "Adaptec, Inc."
  160.  
  161. WriteInvalidateEnable   = "Включить Write Invalidate"
  162. ConnectionType          = "Тип подключения"
  163. ReceiveBuffers          = "Буферы приема"
  164. auto                    = "Автовыбор (по умолчанию)"
  165. 10                      = "10 Мбит/с UTP/полудуплекс"
  166. 10FD                    = "10 Мбит/с UTP/полный дуплекс"
  167. 100                     = "100 Мбит/с TX/полудуплекс"
  168. 100FD                   = "100 Мбит/с TX/полный дуплекс"
  169.  
  170. Generic.DeviceDesc      = "Adaptec ANA690xx-Based PCI Fast Ethernet адаптер (Универсальный)"
  171. ANA69011TX.DeviceDesc   = "Adaptec ANA69011 32-битный PCI Fast Ethernet адаптер"
  172. ANA62011TX.DeviceDesc   = "Adaptec ANA62011/TX 64-битный PCI Fast Ethernet адаптер"
  173. ANA62022.DeviceDesc     = "Adaptec ANA62022 64-битный 2-портовый PCI Fast Ethernet адаптер"
  174. ANA62044.DeviceDesc     = "Adaptec ANA62022 64-битный 4-портовый PCI Fast Ethernet адаптер"
  175.  
  176. adptsf.Service.DispName = "Драйвер Adaptec DuraLAN PCI Ethernet/Fast Ethernet для Windows NT"
  177.