Advertisement
Guest User

Untitled

a guest
Nov 8th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.82 KB | None | 0 0
  1. ;; Realtek 10/100/1000 PCI-E NIC Family all in one NDIS Driver
  2. ;;
  3. ;; Copyright 2008, Realtek Semiconductor Corporation.
  4. ;;
  5. ;; This product is covered by one or more of the following patents:
  6. ;; US5,307,459, US5,434,872, US5,732,094, US6,570,884, US6,115,776,
  7. ;; and US6,327,625.
  8. ;;
  9. ;; This release is primarily for motherboard OEM for WHQL test.
  10.  
  11. [version]
  12. Signature = "$Chicago$"
  13. Compatible = 1
  14. Class = Net
  15. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  16. Provider = %Realtek%
  17. CatalogFile.NT = netrtle.cat ;;for WHQL certified
  18. DriverVer = 10/30/2008,5.708.1030.2008
  19.  
  20. [Manufacturer]
  21. %Realtek% = Realtek, NTx86.5.1, NTamd64
  22.  
  23. [ControlFlags]
  24. ExcludeFromSelect = *
  25.  
  26. [Realtek]
  27. ; DisplayName Section DeviceID
  28. ; ----------- ------- --------
  29. ;8101E
  30. %RTL8136.DeviceDesc% = RTL8136.ndi, PCI\VEN_10EC&DEV_8136&REV_01
  31. %RTL8136.DeviceDesc% = RTL8136.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_01
  32.  
  33. ;8101HP
  34. %RTL8136.DeviceDesc% = RTL8136HP.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A57103C ;HP
  35. %RTL8136.DeviceDesc% = RTL8136HP.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A78103C ;HP-CPC
  36. %RTL8136.DeviceDesc% = RTL8136HP.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A79103C ;HP-CPC
  37. %RTL8136.DeviceDesc% = RTL8136HP.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_FF101179&REV_01 ;Toshiba
  38.  
  39. ;RTL8131
  40. %RTL8131.DeviceDesc% = RTL8131.ndi, PCI\VEN_10EC&DEV_8131&REV_01
  41. %RTL8131.DeviceDesc% = RTL8131.ndi, PCI\VEN_10EC&DEV_8131&SUBSYS_813110EC&REV_01
  42.  
  43. ;8102E/8103E
  44. %RTL8102.DeviceDesc% = RTL8102.ndi, PCI\VEN_10EC&DEV_8136&REV_02
  45. %RTL8102.DeviceDesc% = RTL8102.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_02
  46.  
  47. ;8104E
  48. %RTL8104.DeviceDesc% = RTL8104.ndi, PCI\VEN_10EC&DEV_8137&REV_03
  49. %RTL8104.DeviceDesc% = RTL8104.ndi, PCI\VEN_10EC&DEV_8137&SUBSYS_813710EC&REV_03
  50.  
  51. ;8168B
  52. %RTL8168.DeviceDesc% = RTL8168.ndi, PCI\VEN_10EC&DEV_8168&REV_01
  53. %RTL8168.DeviceDesc% = RTL8168.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_01
  54.  
  55. ;8168C
  56. %RTL8168C.DeviceDesc% = RTL8168C.ndi, PCI\VEN_10EC&DEV_8168&REV_02
  57. %RTL8168C.DeviceDesc% = RTL8168C.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_02
  58. ;8168CASUS
  59. %RTL8168C.DeviceDesc% = RTL8168CASUS.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_82FF1043&REV_02 ;ASUS
  60.  
  61. ;8168D
  62. %RTL8168D.DeviceDesc% = RTL8168D.ndi, PCI\VEN_10EC&DEV_8168&REV_03
  63. %RTL8168D.DeviceDesc% = RTL8168D.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_03
  64.  
  65. [Realtek.NTx86.5.1]; This section will only be installed by Windows XP
  66. ;8101E
  67. %RTL8136.DeviceDesc% = RTL8136x.ndi, PCI\VEN_10EC&DEV_8136&REV_01
  68. %RTL8136.DeviceDesc% = RTL8136x.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_01
  69.  
  70. ;8101HP
  71. %RTL8136.DeviceDesc% = RTL8136HPx.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A57103C ;HP
  72. %RTL8136.DeviceDesc% = RTL8136HPx.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A78103C ;HP-CPC
  73. %RTL8136.DeviceDesc% = RTL8136HPx.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A79103C ;HP-CPC
  74. %RTL8136.DeviceDesc% = RTL8136HPx.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_FF101179&REV_01 ;Toshiba
  75.  
  76. ;RTL8131
  77. %RTL8131.DeviceDesc% = RTL8131x.ndi, PCI\VEN_10EC&DEV_8131&REV_01
  78. %RTL8131.DeviceDesc% = RTL8131x.ndi, PCI\VEN_10EC&DEV_8131&SUBSYS_813110EC&REV_01
  79.  
  80. ;8102E/8103E
  81. %RTL8102.DeviceDesc% = RTL8102x.ndi, PCI\VEN_10EC&DEV_8136&REV_02
  82. %RTL8102.DeviceDesc% = RTL8102x.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_02
  83.  
  84. ;8104E
  85. %RTL8104.DeviceDesc% = RTL8104x.ndi, PCI\VEN_10EC&DEV_8137&REV_03
  86. %RTL8104.DeviceDesc% = RTL8104x.ndi, PCI\VEN_10EC&DEV_8137&SUBSYS_813710EC&REV_03
  87.  
  88. ;8168B
  89. %RTL8168.DeviceDesc% = RTL8168x.ndi, PCI\VEN_10EC&DEV_8168&REV_01
  90. %RTL8168.DeviceDesc% = RTL8168x.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_01
  91.  
  92. ;8168C
  93. %RTL8168C.DeviceDesc% = RTL8168Cx.ndi, PCI\VEN_10EC&DEV_8168&REV_02
  94. %RTL8168C.DeviceDesc% = RTL8168Cx.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_02
  95. ;8168CASUS
  96. %RTL8168C.DeviceDesc% = RTL8168CASUSx.ndi,PCI\VEN_10EC&DEV_8168&SUBSYS_82FF1043&REV_02 ;ASUS
  97.  
  98. ;8168D
  99. %RTL8168D.DeviceDesc% = RTL8168Dx.ndi, PCI\VEN_10EC&DEV_8168&REV_03
  100. %RTL8168D.DeviceDesc% = RTL8168Dx.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_03
  101.  
  102. [Realtek.NTamd64]; This section will only be installed by Windows XP 64-bit
  103. ;8101E
  104. %RTL8136.DeviceDesc% = RTL8136a.ndi, PCI\VEN_10EC&DEV_8136&REV_01
  105. %RTL8136.DeviceDesc% = RTL8136a.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_01
  106.  
  107. ;8101HP
  108. %RTL8136.DeviceDesc% = RTL8136HPa.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A57103C ;HP
  109. %RTL8136.DeviceDesc% = RTL8136HPa.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A78103C ;HP-CPC
  110. %RTL8136.DeviceDesc% = RTL8136HPa.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_2A79103C ;HP-CPC
  111. %RTL8136.DeviceDesc% = RTL8136HPa.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_30CB103C ;HP
  112. %RTL8136.DeviceDesc% = RTL8136HPa.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_FF101179&REV_01 ;Toshiba
  113.  
  114. ;RTL8131
  115. %RTL8131.DeviceDesc% = RTL8131a.ndi, PCI\VEN_10EC&DEV_8131&REV_01
  116. %RTL8131.DeviceDesc% = RTL8131a.ndi, PCI\VEN_10EC&DEV_8131&SUBSYS_813110EC&REV_01
  117.  
  118. ;8102E/8103E
  119. %RTL8102.DeviceDesc% = RTL8102a.ndi, PCI\VEN_10EC&DEV_8136&REV_02
  120. %RTL8102.DeviceDesc% = RTL8102a.ndi, PCI\VEN_10EC&DEV_8136&SUBSYS_813610EC&REV_02
  121.  
  122. ;8104E
  123. %RTL8104.DeviceDesc% = RTL8104a.ndi, PCI\VEN_10EC&DEV_8137&REV_03
  124. %RTL8104.DeviceDesc% = RTL8104a.ndi, PCI\VEN_10EC&DEV_8137&SUBSYS_813710EC&REV_03
  125.  
  126. ;8168B
  127. %RTL8168.DeviceDesc% = RTL8168a.ndi, PCI\VEN_10EC&DEV_8168&REV_01
  128. %RTL8168.DeviceDesc% = RTL8168a.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_01
  129.  
  130. ;8168C
  131. %RTL8168C.DeviceDesc% = RTL8168Ca.ndi, PCI\VEN_10EC&DEV_8168&REV_02
  132. %RTL8168C.DeviceDesc% = RTL8168Ca.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_02
  133. ;8168CASUS
  134. %RTL8168C.DeviceDesc% = RTL8168CASUSa.ndi,PCI\VEN_10EC&DEV_8168&SUBSYS_82FF1043&REV_02 ;ASUS
  135.  
  136. ;8168D
  137. %RTL8168D.DeviceDesc% = RTL8168Da.ndi, PCI\VEN_10EC&DEV_8168&REV_03
  138. %RTL8168D.DeviceDesc% = RTL8168Da.ndi, PCI\VEN_10EC&DEV_8168&SUBSYS_816810EC&REV_03
  139.  
  140. ;;****************************************************************************
  141. ;; Windows 98/ME
  142. ;;****************************************************************************
  143. ;;RTL8168(98/ME)
  144. [RTL8168.ndi]
  145. DriverVer = 10/30/2008,708
  146. AddReg = rtl8168.id.reg, NetworkAddress.reg, Speed.reg, 68BJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  147. AddReg = WolCap.reg, ForceMode.reg
  148. CopyFiles = Rtlnic.CopyFiles9x
  149.  
  150. ;;****************************************************************************
  151. ;;RTL8168C(98/ME)
  152. [RTL8168C.ndi]
  153. DriverVer = 10/30/2008,708
  154. AddReg = rtl8168.id.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  155. AddReg = WolCap.reg, PowerDownPll.reg, ForceMode.reg, GreenEthernetDisabled.reg
  156. CopyFiles = Rtlnic.CopyFiles9x
  157.  
  158. ;;****************************************************************************
  159. ;;RTL8168C ASUS(98/ME)
  160. [RTL8168CASUS.ndi]
  161. DriverVer = 10/30/2008,708
  162. AddReg = rtl8168.id.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeedIntel.reg
  163. AddReg = WolCap.reg, PowerDownPll.reg, ForceMode.reg, GreenEthernetDisabled.reg
  164. CopyFiles = Rtlnic.CopyFiles9x
  165.  
  166. ;;****************************************************************************
  167. ;;RTL8168D(98/ME)
  168. [RTL8168D.ndi]
  169. DriverVer = 10/30/2008,708
  170. AddReg = rtl8168.id.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  171. AddReg = WolCap.reg, ForceMode.reg, GreenEthernetEnabled.reg
  172. CopyFiles = Rtlnic.CopyFiles9x
  173.  
  174. ;;****************************************************************************
  175. ;;RTL8136(98/ME)
  176. [RTL8136.ndi]
  177. DriverVer = 10/30/2008,708
  178. AddReg = rtl8136.id.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  179. AddReg = WolCap.reg, ForceMode.reg
  180. CopyFiles = Rtlnic.CopyFiles9x
  181.  
  182. ;;****************************************************************************
  183. ;;RTL8136 HP(98/ME)
  184. [RTL8136HP.ndi]
  185. DriverVer = 10/30/2008,708
  186. AddReg = rtl8136.id.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  187. AddReg = AutoCrossoverDet.reg, WolCap.reg, ForceMode.reg
  188. CopyFiles = Rtlnic.CopyFiles9x
  189.  
  190. ;;****************************************************************************
  191. ;;RTL8131(98/ME)
  192. [RTL8131.ndi]
  193. DriverVer = 10/30/2008,708
  194. AddReg = rtl8136.id.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  195. AddReg = WolCap.reg, ForceMode.reg
  196. CopyFiles = Rtlnic.CopyFiles9x
  197.  
  198. ;;****************************************************************************
  199. ;;RTL8102E(98/ME)
  200. [RTL8102.ndi]
  201. DriverVer = 10/30/2008,708
  202. AddReg = rtl8136.id.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  203. AddReg = WolCap.reg, PowerDownPll.reg, ForceMode.reg
  204. CopyFiles = Rtlnic.CopyFiles9x
  205.  
  206. ;;****************************************************************************
  207. ;;RTL8104E(98/ME)
  208. [RTL8104.ndi]
  209. DriverVer = 10/30/2008,708
  210. AddReg = rtl8136.id.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  211. AddReg = WolCap.reg, PowerDownPll.reg, ForceMode.reg
  212. CopyFiles = Rtlnic.CopyFiles9x
  213.  
  214. [Rtlnic.CopyFiles9x]
  215. Rtenic.sys,,,2
  216.  
  217. ;;****************************************************************************
  218. ;; Windows 2000
  219. ;;****************************************************************************
  220. ;;RTL8168(W2K)
  221. [RTL8168.ndi.NT]
  222. DelReg = GigPreParams.DelReg
  223. Characteristics = 0x84
  224. BusType = 5
  225. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed.reg, 68BJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  226. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg
  227. AddReg = RtNicProp32.reg, ForceMode.reg
  228. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  229.  
  230. [RTL8168.ndi.NT.Services]
  231. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  232.  
  233. ;;****************************************************************************
  234. ;;RTL8168C(W2K)
  235. [RTL8168C.ndi.NT]
  236. DelReg = GigPreParams.DelReg
  237. Characteristics = 0x84
  238. BusType = 5
  239. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  240. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, PowerDownPll.reg
  241. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetDisabled.reg
  242. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  243.  
  244. [RTL8168C.ndi.NT.Services]
  245. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  246.  
  247. ;;****************************************************************************
  248. ;;RTL8168C ASUS(W2K)
  249. [RTL8168CASUS.ndi.NT]
  250. DelReg = GigPreParams.DelReg
  251. Characteristics = 0x84
  252. BusType = 5
  253. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeedIntel.reg
  254. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, PowerDownPll.reg
  255. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetDisabled.reg
  256. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  257.  
  258. [RTL8168CASUS.ndi.NT.Services]
  259. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  260.  
  261. ;;****************************************************************************
  262. ;;RTL8168D(W2K)
  263. [RTL8168D.ndi.NT]
  264. DelReg = GigPreParams.DelReg
  265. Characteristics = 0x84
  266. BusType = 5
  267. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  268. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg
  269. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetEnabled.reg
  270. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  271.  
  272. [RTL8168D.ndi.NT.Services]
  273. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  274.  
  275. ;;****************************************************************************
  276. ;;RTL8136(W2K)
  277. [RTL8136.ndi.NT]
  278. DelReg = TsPreParams.DelReg
  279. Characteristics = 0x84
  280. BusType = 5
  281. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  282. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg
  283. AddReg = RtNicProp32.reg, ForceMode.reg
  284. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  285.  
  286. [RTL8136.ndi.NT.Services]
  287. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  288.  
  289. ;;****************************************************************************
  290. ;;RTL8136 HP(W2K)
  291. [RTL8136HP.ndi.NT]
  292. DelReg = TsPreParams.DelReg
  293. Characteristics = 0x84
  294. BusType = 5
  295. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  296. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, AutoCrossoverDet.reg, WolCap.reg
  297. AddReg = RtNicProp32.reg, ForceMode.reg
  298. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  299.  
  300. [RTL8136HP.ndi.NT.Services]
  301. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  302.  
  303. ;;****************************************************************************
  304. ;;RTL8131(W2K)
  305. [RTL8131.ndi.NT]
  306. DelReg = TsPreParams.DelReg
  307. Characteristics = 0x84
  308. BusType = 5
  309. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  310. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg
  311. AddReg = RtNicProp32.reg, ForceMode.reg
  312. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  313.  
  314. [RTL8131.ndi.NT.Services]
  315. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  316.  
  317. ;;****************************************************************************
  318. ;;RTL8102E(W2K)
  319. [RTL8102.ndi.NT]
  320. DelReg = TsPreParams.DelReg
  321. Characteristics = 0x84
  322. BusType = 5
  323. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  324. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, PowerDownPll.reg
  325. AddReg = RtNicProp32.reg, ForceMode.reg
  326. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  327.  
  328. [RTL8102.ndi.NT.Services]
  329. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  330.  
  331. ;;****************************************************************************
  332. ;;RTL8104E(W2K)
  333. [RTL8104.ndi.NT]
  334. DelReg = TsPreParams.DelReg
  335. Characteristics = 0x84
  336. BusType = 5
  337. AddReg = RTLE8023.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  338. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, PowerDownPll.reg
  339. AddReg = RtNicProp32.reg, ForceMode.reg
  340. CopyFiles = Rtlnic.CopyFiles, RTNicProp.CopyList2K
  341.  
  342. [RTL8104.ndi.NT.Services]
  343. AddService = RTLE8023, 2, rtsnt.Service, common.EventLog
  344.  
  345. [Rtlnic.CopyFiles]
  346. Rtenic.sys,,,2
  347.  
  348. [RTNicProp.CopyList2K]
  349. RtNicProp32.dll,,,0x10
  350.  
  351. ;;****************************************************************************
  352. ;; Windows XP
  353. ;;****************************************************************************
  354. ;;RTL8168(XP)
  355. [RTL8168x.ndi.NT]
  356. DelReg = GigPreParams.DelReg
  357. Characteristics = 0x84
  358. BusType = 5
  359. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed.reg, 68BJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  360. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  361. AddReg = RtNicProp32.reg, ForceMode.reg
  362. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  363.  
  364. [RTL8168x.ndi.NT.Services]
  365. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  366.  
  367. ;;****************************************************************************
  368. ;;RTL8168C(XP)
  369. [RTL8168Cx.ndi.NT]
  370. DelReg = GigPreParams.DelReg
  371. Characteristics = 0x84
  372. BusType = 5
  373. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  374. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  375. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetDisabled.reg
  376. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  377.  
  378. [RTL8168Cx.ndi.NT.Services]
  379. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  380.  
  381. ;;****************************************************************************
  382. ;;RTL8168C ASUS(XP)
  383. [RTL8168CASUSx.ndi.NT]
  384. DelReg = GigPreParams.DelReg
  385. Characteristics = 0x84
  386. BusType = 5
  387. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeedIntel.reg
  388. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  389. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetDisabled.reg
  390. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  391.  
  392. [RTL8168CASUSx.ndi.NT.Services]
  393. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  394.  
  395. ;;****************************************************************************
  396. ;;RTL8168D(XP)
  397. [RTL8168Dx.ndi.NT]
  398. DelReg = GigPreParams.DelReg
  399. Characteristics = 0x84
  400. BusType = 5
  401. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  402. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  403. AddReg = RtNicProp32.reg, ForceMode.reg, GreenEthernetEnabled.reg
  404. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  405.  
  406. [RTL8168Dx.ndi.NT.Services]
  407. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  408.  
  409. ;;****************************************************************************
  410. ;;RTL8136(XP)
  411. [RTL8136x.ndi.NT]
  412. DelReg = TsPreParams.DelReg
  413. Characteristics = 0x84
  414. BusType = 5
  415. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  416. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  417. AddReg = RtNicProp32.reg, ForceMode.reg
  418. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  419.  
  420. [RTL8136x.ndi.NT.Services]
  421. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  422.  
  423. ;;****************************************************************************
  424. ;;RTL8136HP(XP)
  425. [RTL8136HPx.ndi.NT]
  426. DelReg = TsPreParams.DelReg
  427. Characteristics = 0x84
  428. BusType = 5
  429. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  430. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, AutoCrossoverDet.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  431. AddReg = RtNicProp32.reg, ForceMode.reg
  432. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  433.  
  434. [RTL8136HPx.ndi.NT.Services]
  435. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  436.  
  437. ;;****************************************************************************
  438. ;;RTL8131(XP)
  439. [RTL8131x.ndi.NT]
  440. DelReg = TsPreParams.DelReg
  441. Characteristics = 0x84
  442. BusType = 5
  443. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  444. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  445. AddReg = RtNicProp32.reg, ForceMode.reg
  446. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  447.  
  448. [RTL8131x.ndi.NT.Services]
  449. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  450.  
  451. ;;****************************************************************************
  452. ;;RTL8102E(XP)
  453. [RTL8102x.ndi.NT]
  454. DelReg = TsPreParams.DelReg
  455. Characteristics = 0x84
  456. BusType = 5
  457. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  458. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  459. AddReg = RtNicProp32.reg, ForceMode.reg
  460. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  461.  
  462. [RTL8102x.ndi.NT.Services]
  463. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  464.  
  465. ;;****************************************************************************
  466. ;;RTL8104E(XP)
  467. [RTL8104x.ndi.NT]
  468. DelReg = TsPreParams.DelReg
  469. Characteristics = 0x84
  470. BusType = 5
  471. AddReg = RTLE8023xp.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  472. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  473. AddReg = RtNicProp32.reg, ForceMode.reg
  474. CopyFiles = Rtlnic.CopyFilesXP, RTNicProp.CopyListXP
  475.  
  476. [RTL8104x.ndi.NT.Services]
  477. AddService = RTLE8023xp, 2, rtsntxp.Service, common.EventLog
  478.  
  479. [Rtlnic.CopyFilesXP]
  480. Rtenicxp.sys,,,2
  481.  
  482. [RTNicProp.CopyListXP]
  483. RtNicProp32.dll,,,0x10
  484.  
  485. ;;****************************************************************************
  486. ;; Windows XP 64-bit
  487. ;;****************************************************************************
  488. ;;RTL8168(XP64)
  489. [RTL8168a.ndi.NT]
  490. DelReg = GigPreParams.DelReg
  491. Characteristics = 0x84
  492. BusType = 5
  493. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed.reg, 68BJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  494. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  495. AddReg = RtNicProp64.reg, ForceMode.reg
  496. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  497.  
  498. [RTL8168a.ndi.NT.Services]
  499. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  500.  
  501. ;;****************************************************************************
  502. ;;RTL8168C(XP64)
  503. [RTL8168Ca.ndi.NT]
  504. DelReg = GigPreParams.DelReg
  505. Characteristics = 0x84
  506. BusType = 5
  507. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  508. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  509. AddReg = RtNicProp64.reg, ForceMode.reg, GreenEthernetDisabled.reg
  510. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  511.  
  512. [RTL8168Ca.ndi.NT.Services]
  513. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  514.  
  515. ;;****************************************************************************
  516. ;;RTL8168C ASUS(XP64)
  517. [RTL8168CASUSa.ndi.NT]
  518. DelReg = GigPreParams.DelReg
  519. Characteristics = 0x84
  520. BusType = 5
  521. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeedIntel.reg
  522. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  523. AddReg = RtNicProp64.reg, ForceMode.reg, GreenEthernetDisabled.reg
  524. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  525.  
  526. [RTL8168CASUSa.ndi.NT.Services]
  527. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  528.  
  529. ;;****************************************************************************
  530. ;;RTL8168D(XP64)
  531. [RTL8168Da.ndi.NT]
  532. DelReg = GigPreParams.DelReg
  533. Characteristics = 0x84
  534. BusType = 5
  535. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed.reg, 68CJumboframe.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  536. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  537. AddReg = RtNicProp64.reg, ForceMode.reg, GreenEthernetEnabled.reg
  538. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  539.  
  540. [RTL8168Da.ndi.NT.Services]
  541. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  542.  
  543. ;;****************************************************************************
  544. ;;RTL8136(XP64)
  545. [RTL8136a.ndi.NT]
  546. DelReg = TsPreParams.DelReg
  547. Characteristics = 0x84
  548. BusType = 5
  549. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  550. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  551. AddReg = RtNicProp64.reg, ForceMode.reg
  552. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  553.  
  554. [RTL8136a.ndi.NT.Services]
  555. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  556.  
  557. ;;****************************************************************************
  558. ;;RTL8136 HP(XP64)
  559. [RTL8136HPa.ndi.NT]
  560. DelReg = TsPreParams.DelReg
  561. Characteristics = 0x84
  562. BusType = 5
  563. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  564. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, AutoCrossoverDet.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  565. AddReg = RtNicProp64.reg, ForceMode.reg
  566. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  567.  
  568. [RTL8136HPa.ndi.NT.Services]
  569. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  570.  
  571. ;;****************************************************************************
  572. ;;RTL8131(XP64)
  573. [RTL8131a.ndi.NT]
  574. DelReg = TsPreParams.DelReg
  575. Characteristics = 0x84
  576. BusType = 5
  577. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  578. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg
  579. AddReg = RtNicProp64.reg, ForceMode.reg
  580. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  581.  
  582. [RTL8131a.ndi.NT.Services]
  583. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  584.  
  585. ;;****************************************************************************
  586. ;;RTL8102E(XP64)
  587. [RTL8102a.ndi.NT]
  588. DelReg = TsPreParams.DelReg
  589. Characteristics = 0x84
  590. BusType = 5
  591. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  592. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  593. AddReg = RtNicProp64.reg, ForceMode.reg
  594. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  595.  
  596. [RTL8102a.ndi.NT.Services]
  597. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  598.  
  599. ;;****************************************************************************
  600. ;;RTL8104E(XP64)
  601. [RTL8104a.ndi.NT]
  602. DelReg = TsPreParams.DelReg
  603. Characteristics = 0x84
  604. BusType = 5
  605. AddReg = RTLE8023x64.reg, NetworkAddress.reg, Speed10_100.reg, Flowctrl.reg, S5Wol.reg, WolShutdownLinkSpeed.reg
  606. AddReg = OffloadChksum.reg, OffloadLargesend.reg, VLanTagging.reg, WolCap.reg, powersavingautophy.reg, powersavingautopcie.reg, PowerDownPll.reg
  607. AddReg = RtNicProp64.reg, ForceMode.reg
  608. CopyFiles = Rtlnic.CopyFilesX64, RTNicProp.CopyListX64
  609.  
  610. [RTL8104a.ndi.NT.Services]
  611. AddService = RTLE8023x64, 2, rtsntx64.Service, common.EventLog
  612.  
  613. [Rtlnic.CopyFilesX64]
  614. Rtenic64.sys,,,2
  615.  
  616. [RTNicProp.CopyListX64]
  617. RtNicProp64.dll,,,0x10
  618.  
  619. ;;***************************************************************************
  620. ;; Windows 9x parameters
  621. ;;***************************************************************************
  622. [rtl8168.id.reg]
  623. HKR,, MediaType, 0, 1
  624. HKR,, AdapterType, 0, 5
  625. HKR,, BusType, 0, 5
  626. HKR,, DevLoader, 0, "*ndis"
  627. HKR,, DeviceVxDs, 0, "Rtenic.sys"
  628. HKR,, EnumPropPages, 0, "netdi.dll,EnumPropPages"
  629. HKR,NDIS, LogDriverName, 0, "RTLE8023"
  630. HKR,NDIS, MajorNdisVersion, 1, 03
  631. HKR,NDIS, MinorNdisVersion, 1, 0A
  632. HKR,Ndi, DeviceID, 0, "PCI\VEN_10EC&DEV_8168"
  633. HKR,Ndi\Interfaces, DefUpper, 0, "ndis3"
  634. HKR,Ndi\Interfaces, DefLower, 0, "ethernet"
  635. HKR,Ndi\Interfaces, UpperRange, 0, "ndis3"
  636. HKR,Ndi\Interfaces, LowerRange, 0, "ethernet"
  637.  
  638. [rtl8136.id.reg]
  639. HKR,, MediaType, 0, 1
  640. HKR,, AdapterType, 0, 5
  641. HKR,, BusType, 0, 5
  642. HKR,, DevLoader, 0, "*ndis"
  643. HKR,, DeviceVxDs, 0, "Rtenic.sys"
  644. HKR,, EnumPropPages, 0, "netdi.dll,EnumPropPages"
  645. HKR,NDIS, LogDriverName, 0, "RTLE8023"
  646. HKR,NDIS, MajorNdisVersion, 1, 03
  647. HKR,NDIS, MinorNdisVersion, 1, 0A
  648. HKR,Ndi, DeviceID, 0, "PCI\VEN_10EC&DEV_8136"
  649. HKR,Ndi\Interfaces, DefUpper, 0, "ndis3"
  650. HKR,Ndi\Interfaces, DefLower, 0, "ethernet"
  651. HKR,Ndi\Interfaces, UpperRange, 0, "ndis3"
  652. HKR,Ndi\Interfaces, LowerRange, 0, "ethernet"
  653.  
  654. ;;****************************************************************************
  655. ;; Del parameters
  656. ;;****************************************************************************
  657. [GigPreParams.DelReg]
  658. HKR,Ndi\Params\WakeUpFrame
  659. HKR,,WakeUpFrame
  660. HKR,Ndi\Params\NumTxDesc
  661. HKR,,NumTxDesc
  662. HKR,Ndi\Params\NumRxDesc
  663. HKR,,NumRxDesc
  664. HKR,Ndi\Params\NumTxDescHPQ
  665. HKR,,NumTxDescHPQ
  666. HKR,Ndi\Params\RegVlanid
  667. HKR,,RegVlanid
  668. HKR,Ndi\Params\WakeOnLanSpeed
  669. HKR,,WakeOnLanSpeed
  670. ;HKR,Ndi\Params\S5WakeOnLan
  671. ;HKR,,S5WakeOnLan
  672. HKR,,SuperSwitch
  673. HKR,,PowerDownPll
  674.  
  675. [TsPreParams.DelReg]
  676. HKR,Ndi\Params\WakeUpFrame
  677. HKR,,WakeUpFrame
  678. HKR,Ndi\Params\NumTxDesc
  679. HKR,,NumTxDesc
  680. HKR,Ndi\Params\NumRxDesc
  681. HKR,,NumRxDesc
  682. HKR,Ndi\Params\NumTxDescHPQ
  683. HKR,,NumTxDescHPQ
  684. HKR,Ndi\Params\RegVlanid
  685. HKR,,RegVlanid
  686. HKR,Ndi\Params\WakeOnLanSpeed
  687. HKR,,WakeOnLanSpeed
  688. ;HKR,Ndi\Params\S5WakeOnLan
  689. ;HKR,,S5WakeOnLan
  690.  
  691. ;;****************************************************************************
  692. ;; common parameters
  693. ;;****************************************************************************
  694.  
  695. [NetworkAddress.reg]
  696. HKR,Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
  697. HKR,Ndi\params\NetworkAddress, type, 0, "edit"
  698. HKR,Ndi\params\NetworkAddress, default, 0, "000000000000"
  699. HKR,Ndi\params\NetworkAddress, LimitText, 0, "12"
  700. HKR,Ndi\params\NetworkAddress, UpperCase, 0, "1"
  701. HKR,Ndi\params\NetworkAddress, Optional, 0, "1"
  702.  
  703. [Speed.reg]
  704. HKR, Ndi\params\DuplexMode, ParamDesc, 0, %SpeedDuplexMode%
  705. HKR, Ndi\params\DuplexMode, type, 0, "enum"
  706. HKR, Ndi\params\DuplexMode, default, 0, "1"
  707. HKR, Ndi\params\DuplexMode\enum, 1, 0, %auto_nego%
  708. HKR, Ndi\params\DuplexMode\enum, 2, 0, %sd10half%
  709. HKR, Ndi\params\DuplexMode\enum, 3, 0, %sd10full%
  710. HKR, Ndi\params\DuplexMode\enum, 4, 0, %sd100half%
  711. HKR, Ndi\params\DuplexMode\enum, 5, 0, %sd100full%
  712. HKR, Ndi\params\DuplexMode\enum, 6, 0, %sd1000full%
  713. HKR,,DuplexMode,0,"1"
  714.  
  715. [Speed10_100.reg]
  716. HKR, Ndi\params\DuplexMode, ParamDesc, 0, %SpeedDuplexMode%
  717. HKR, Ndi\params\DuplexMode, type, 0, "enum"
  718. HKR, Ndi\params\DuplexMode, default, 0, "1"
  719. HKR, Ndi\params\DuplexMode\enum, 1, 0, %auto_nego%
  720. HKR, Ndi\params\DuplexMode\enum, 2, 0, %sd10half%
  721. HKR, Ndi\params\DuplexMode\enum, 3, 0, %sd10full%
  722. HKR, Ndi\params\DuplexMode\enum, 4, 0, %sd100half%
  723. HKR, Ndi\params\DuplexMode\enum, 5, 0, %sd100full%
  724. HKR,,DuplexMode,0,"1"
  725.  
  726. ;[TxDescNumber.reg]
  727. ;HKR,Ndi\Params\NumTxDesc, ParamDesc, 0, %TxDescNumber%
  728. ;HKR,Ndi\Params\NumTxDesc, Type, 0, "int"
  729. ;HKR,Ndi\Params\NumTxDesc, Default, 0, "256"
  730. ;HKR,Ndi\Params\NumTxDesc, Min, 0, "64"
  731. ;HKR,Ndi\Params\NumTxDesc, Max, 0, "512"
  732. ;HKR,Ndi\Params\NumTxDesc, Step, 0, "1"
  733. ;HKR,Ndi\Params\NumTxDesc, Base, 0, "10"
  734. ;HKR,,NumTxDesc,0,"256"
  735.  
  736. ;[RxDescNumber.reg]
  737. ;HKR,Ndi\Params\NumRxDesc, ParamDesc, 0, %RxDescNumber%
  738. ;HKR,Ndi\Params\NumRxDesc, Type, 0, "int"
  739. ;HKR,Ndi\Params\NumRxDesc, Default, 0, "256"
  740. ;HKR,Ndi\Params\NumRxDesc, Min, 0, "64"
  741. ;HKR,Ndi\Params\NumRxDesc, Max, 0, "512"
  742. ;HKR,Ndi\Params\NumRxDesc, Step, 0, "1"
  743. ;HKR,Ndi\Params\NumRxDesc, Base, 0, "10"
  744. ;HKR,,NumRxDesc,0,"256"
  745.  
  746. [68BJumboframe.reg]
  747. HKR,Ndi\params\Jumboframe, ParamDesc, 0, %JumboFrame%
  748. HKR,Ndi\params\Jumboframe, default, 0, "0"
  749. HKR,Ndi\params\Jumboframe, type, 0, "enum"
  750. HKR,Ndi\params\Jumboframe\enum, "0", 0, %Disabled%
  751. HKR,Ndi\params\Jumboframe\enum, "1", 0, %2KBMTU%
  752. HKR,Ndi\params\Jumboframe\enum, "2", 0, %3KBMTU%
  753. HKR,Ndi\params\Jumboframe\enum, "3", 0, %4KBMTU%
  754. HKR,,Jumboframe,0,"0"
  755.  
  756. [68CJumboframe.reg]
  757. HKR,Ndi\params\Jumboframe, ParamDesc, 0, %JumboFrame%
  758. HKR,Ndi\params\Jumboframe, default, 0, "0"
  759. HKR,Ndi\params\Jumboframe, type, 0, "enum"
  760. HKR,Ndi\params\Jumboframe\enum, "0", 0, %Disabled%
  761. HKR,Ndi\params\Jumboframe\enum, "1", 0, %2KBMTU%
  762. HKR,Ndi\params\Jumboframe\enum, "2", 0, %3KBMTU%
  763. HKR,Ndi\params\Jumboframe\enum, "3", 0, %4KBMTU%
  764. HKR,Ndi\params\Jumboframe\enum, "4", 0, %5KBMTU%
  765. HKR,Ndi\params\Jumboframe\enum, "5", 0, %6KBMTU%
  766. HKR,Ndi\params\Jumboframe\enum, "6", 0, %7KBMTU%
  767. HKR,Ndi\params\Jumboframe\enum, "7", 0, %8KBMTU%
  768. HKR,Ndi\params\Jumboframe\enum, "8", 0, %9KBMTU%
  769. HKR,,Jumboframe,0,"0"
  770.  
  771. [Flowctrl.reg]
  772. HKR,Ndi\params\FlowControl, ParamDesc, 0, %FlowControl%
  773. HKR,Ndi\params\FlowControl, default, 0, "1"
  774. HKR,Ndi\params\FlowControl, type, 0, "enum"
  775. HKR,Ndi\params\FlowControl\enum, "0", 0, %Disabled%
  776. HKR,Ndi\params\FlowControl\enum, "1", 0, %Enabled%
  777. HKR,,FlowControl,0,"1"
  778.  
  779. [S5Wol.reg]
  780. HKR,Ndi\params\S5WakeOnLan, ParamDesc, 0, %S5WakeOnLan%
  781. HKR,Ndi\params\S5WakeOnLan, default, 0, "1"
  782. HKR,Ndi\params\S5WakeOnLan, type, 0, "enum"
  783. HKR,Ndi\params\S5WakeOnLan\enum, "0", 0, %Disabled%
  784. HKR,Ndi\params\S5WakeOnLan\enum, "1", 0, %Enabled%
  785. HKR,,S5WakeOnLan,0,"1"
  786.  
  787. [powersavingautophy.reg]
  788. HKR,Ndi\params\AutoLinkDownPhyOff, ParamDesc, 0, %AutoLinkDownPhyOff%
  789. HKR,Ndi\params\AutoLinkDownPhyOff, default, 0, "0"
  790. HKR,Ndi\params\AutoLinkDownPhyOff, type, 0, "enum"
  791. HKR,Ndi\params\AutoLinkDownPhyOff\enum, "0", 0, %Disabled%
  792. HKR,Ndi\params\AutoLinkDownPhyOff\enum, "1", 0, %Battery%
  793. HKR,Ndi\params\AutoLinkDownPhyOff\enum, "2", 0, %AcBattery%
  794. HKR,,AutoLinkDownPhyOff,0,"0"
  795.  
  796. [powersavingautopcie.reg]
  797. HKR,Ndi\params\AutoLinkDownPcieMacOff, ParamDesc, 0, %AutoLinkDownPcieMacOff%
  798. HKR,Ndi\params\AutoLinkDownPcieMacOff, default, 0, "0"
  799. HKR,Ndi\params\AutoLinkDownPcieMacOff, type, 0, "enum"
  800. HKR,Ndi\params\AutoLinkDownPcieMacOff\enum, "0", 0, %Disabled%
  801. HKR,Ndi\params\AutoLinkDownPcieMacOff\enum, "1", 0, %Battery%
  802. HKR,Ndi\params\AutoLinkDownPcieMacOff\enum, "2", 0, %AcBattery%
  803. HKR,,AutoLinkDownPcieMacOff,0,"0"
  804.  
  805. [WolShutdownLinkSpeed.reg]
  806. HKR, Ndi\params\WolShutdownLinkSpeed, ParamDesc, 0, %WolShutdownLinkSpeed%
  807. HKR, Ndi\params\WolShutdownLinkSpeed, type, 0, "enum"
  808. HKR, Ndi\params\WolShutdownLinkSpeed, default, 0, "0"
  809. HKR, Ndi\params\WolShutdownLinkSpeed\enum, "0", 0, %10MbFirst%
  810. HKR, Ndi\params\WolShutdownLinkSpeed\enum, "1", 0, %100MbFirst%
  811. HKR,,WolShutdownLinkSpeed,0,"0"
  812.  
  813. [WolShutdownLinkSpeedIntel.reg]
  814. HKR, Ndi\params\WolShutdownLinkSpeed, ParamDesc, 0, %WolShutdownLinkSpeed%
  815. HKR, Ndi\params\WolShutdownLinkSpeed, type, 0, "enum"
  816. HKR, Ndi\params\WolShutdownLinkSpeed, default, 0, "2"
  817. HKR, Ndi\params\WolShutdownLinkSpeed\enum, "0", 0, %10MbFirst%
  818. HKR, Ndi\params\WolShutdownLinkSpeed\enum, "1", 0, %100MbFirst%
  819. HKR, Ndi\params\WolShutdownLinkSpeed\enum, "2", 0, %NotSpeedDown%
  820. HKR,,WolShutdownLinkSpeed,0,"2"
  821.  
  822. [WolCap.reg]
  823. HKR, Ndi\params\WolCap, ParamDesc, 0, %WolCap%
  824. HKR, Ndi\params\WolCap, type, 0, "enum"
  825. HKR, Ndi\params\WolCap, default, 0, "3"
  826. HKR, Ndi\params\WolCap\enum, "0", 0, %None%
  827. HKR, Ndi\params\WolCap\enum, "1", 0, %PatternMatch%
  828. HKR, Ndi\params\WolCap\enum, "2", 0, %MagicPacket%
  829. HKR, Ndi\params\WolCap\enum, "3", 0, %PatternAndMagic%
  830. HKR,,WolCap,0,"3"
  831.  
  832. [GreenEthernetEnabled.reg]
  833. HKR,Ndi\params\GreenEthernet, ParamDesc, 0, %GreenEthernet%
  834. HKR,Ndi\params\GreenEthernet, default, 0, "1"
  835. HKR,Ndi\params\GreenEthernet, type, 0, "enum"
  836. HKR,Ndi\params\GreenEthernet\enum, "0", 0, %Disabled%
  837. HKR,Ndi\params\GreenEthernet\enum, "1", 0, %Enabled%
  838. HKR,,GreenEthernet,0,"1"
  839.  
  840. [GreenEthernetDisabled.reg]
  841. HKR,Ndi\params\GreenEthernet, ParamDesc, 0, %GreenEthernet%
  842. HKR,Ndi\params\GreenEthernet, default, 0, "0"
  843. HKR,Ndi\params\GreenEthernet, type, 0, "enum"
  844. HKR,Ndi\params\GreenEthernet\enum, "0", 0, %Disabled%
  845. HKR,Ndi\params\GreenEthernet\enum, "1", 0, %Enabled%
  846. HKR,,GreenEthernet,0,"0"
  847.  
  848. ;[AutoSpeedDown.reg]
  849. ;HKR,Ndi\params\AutoSpeedDown, ParamDesc, 0, %AutoSpeedDown%
  850. ;HKR,Ndi\params\AutoSpeedDown, default, 0, "1"
  851. ;HKR,Ndi\params\AutoSpeedDown, type, 0, "enum"
  852. ;HKR,Ndi\params\AutoSpeedDown\enum, "0", 0, %Disabled%
  853. ;HKR,Ndi\params\AutoSpeedDown\enum, "1", 0, %Enabled%
  854. ;HKR,,AutoSpeedDown,0,"1"
  855.  
  856. ;[SuperSwitch.reg]
  857. ;HKR,,SuperSwitch,0,"0"
  858.  
  859. [PowerDownPll.reg]
  860. HKR,,PowerDownPll,0,"0"
  861.  
  862. [ForceMode.reg]
  863. HKR,,ForceMode,0,"0"
  864.  
  865. [RtNicProp32.reg]
  866. HKR,,EnumPropPages32,,"rtnicprop32.dll,RTNicPropPageProvider"
  867.  
  868. [RtNicProp64.reg]
  869. HKR,,EnumPropPages32,,"rtnicprop64.dll,RTNicPropPageProvider"
  870.  
  871. ;;****************************************************************************
  872. ;; NT parameters
  873. ;;****************************************************************************
  874.  
  875. [OffloadChksum.reg]
  876. HKR,Ndi\params\CksOffload, ParamDesc, 0, %ChecksumOffload%
  877. HKR,Ndi\params\CksOffload, default, 0, "1"
  878. HKR,Ndi\params\CksOffload, type, 0, "enum"
  879. HKR,Ndi\params\CksOffload\enum, "0", 0, %Disabled%
  880. HKR,Ndi\params\CksOffload\enum, "1", 0, %RxTxEnabled%
  881. HKR,Ndi\params\CksOffload\enum, "3", 0, %RxEnabled%
  882. HKR,Ndi\params\CksOffload\enum, "4", 0, %TxEnabled%
  883. HKR,,CksOffload,0,"1"
  884.  
  885. [OffloadLargesend.reg]
  886. HKR,Ndi\params\Largesend, ParamDesc, 0, %LargesendOffload%
  887. HKR,Ndi\params\Largesend, default, 0, "1"
  888. HKR,Ndi\params\Largesend, type, 0, "enum"
  889. HKR,Ndi\params\Largesend\enum, "0", 0, %Disabled%
  890. HKR,Ndi\params\Largesend\enum, "1", 0, %Enabled%
  891. HKR,,Largesend,0,"1"
  892.  
  893. [VLanTagging.reg]
  894. HKR,Ndi\params\Support8021p, ParamDesc, 0, %VLanTagging%
  895. HKR,Ndi\params\Support8021p, default, 0, "0"
  896. HKR,Ndi\params\Support8021p, type, 0, "enum"
  897. HKR,Ndi\params\Support8021p\enum, "0", 0, %Disabled%
  898. HKR,Ndi\params\Support8021p\enum, "1", 0, %Enabled%
  899. HKR,,Support8021p,0,"0"
  900.  
  901. ;[VLanID.reg]
  902. ;HKR,Ndi\Params\RegVlanid, ParamDesc, 0, %VLanID%
  903. ;HKR,Ndi\Params\RegVlanid, Type, 0, "int"
  904. ;HKR,Ndi\Params\RegVlanid, Default, 0, "0"
  905. ;HKR,Ndi\Params\RegVlanid, Min, 0, "0"
  906. ;HKR,Ndi\Params\RegVlanid, Max, 0, "4094"
  907. ;HKR,Ndi\Params\RegVlanid, Step, 0, "1"
  908. ;HKR,Ndi\Params\RegVlanid, Base, 0, "10"
  909. ;HKR,,RegVlanid,0,"0"
  910.  
  911. ;[TxHPQDescNumber.reg]
  912. ;HKR,Ndi\Params\NumTxDescHPQ, ParamDesc, 0, %TxHPQDescNumber%
  913. ;HKR,Ndi\Params\NumTxDescHPQ, Type, 0, "int"
  914. ;HKR,Ndi\Params\NumTxDescHPQ, Default, 0, "256"
  915. ;HKR,Ndi\Params\NumTxDescHPQ, Min, 0, "64"
  916. ;HKR,Ndi\Params\NumTxDescHPQ, Max, 0, "512"
  917. ;HKR,Ndi\Params\NumTxDescHPQ, Step, 0, "1"
  918. ;HKR,Ndi\Params\NumTxDescHPQ, Base, 0, "10"
  919. ;HKR,,NumTxDescHPQ,0,"256"
  920.  
  921. [AutoCrossoverDet.reg]
  922. HKR,Ndi\params\AutoCrossoverDet, ParamDesc, 0, %AutoCrossoverDet%
  923. HKR,Ndi\params\AutoCrossoverDet, default, 0, "0"
  924. HKR,Ndi\params\AutoCrossoverDet, type, 0, "enum"
  925. HKR,Ndi\params\AutoCrossoverDet\enum, "0", 0, %Disabled%
  926. HKR,Ndi\params\AutoCrossoverDet\enum, "1", 0, %Enabled%
  927. HKR,,AutoCrossoverDet,0,"0"
  928.  
  929. ;;****************************************************************************
  930. ;; NT 5.0 parameters
  931. ;;****************************************************************************
  932. [RTLE8023.reg]
  933. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  934. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  935. HKR, Ndi, Service, 0, "RTLE8023"
  936.  
  937. [rtsnt.Service]
  938. DisplayName = %Rtlnic.Service.DispName%
  939. ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
  940. StartType = 3 ; %SERVICE_DEMAND_START%
  941. ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
  942. ServiceBinary = %12%\Rtenic.sys
  943. LoadOrderGroup = NDIS
  944.  
  945. [RTLE8023xp.reg]
  946. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  947. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  948. HKR, Ndi, Service, 0, "RTLE8023xp"
  949.  
  950. [rtsntxp.Service]
  951. DisplayName = %Rtlnicxp.Service.DispName%
  952. ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
  953. StartType = 3 ; %SERVICE_DEMAND_START%
  954. ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
  955. ServiceBinary = %12%\Rtenicxp.sys
  956. LoadOrderGroup = NDIS
  957.  
  958. [RTLE8023x64.reg]
  959. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  960. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  961. HKR, Ndi, Service, 0, "RTLE8023x64"
  962.  
  963. [rtsntx64.Service]
  964. DisplayName = %Rtlnicx64.Service.DispName%
  965. ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
  966. StartType = 3 ; %SERVICE_DEMAND_START%
  967. ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
  968. ServiceBinary = %12%\Rtenic64.sys
  969. LoadOrderGroup = NDIS
  970.  
  971. [common.EventLog]
  972. Addreg = common.AddEventLog.reg
  973.  
  974. [common.AddEventLog.reg]
  975. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  976. HKR, , TypesSupported, 0x00010001, 7
  977.  
  978.  
  979. ;;****************************************************************************
  980. ;; Destination Directory
  981. ;;****************************************************************************
  982. [DestinationDirs]
  983. Rtlnic.CopyFiles = 12
  984. Rtlnic.CopyFilesXP = 12
  985. Rtlnic.CopyFilesX64 = 12
  986. Rtlnic.CopyFiles9x = 11
  987. RTNicProp.CopyList2k = 11
  988. RTNicProp.CopyListXP = 11
  989. RTNicProp.CopyListX64 = 11
  990. DefaultDestDir = 11 ; LDID_SYS
  991.  
  992. ;;****************************************************************************
  993. ;; Source Files
  994. ;;****************************************************************************
  995. [SourceDisksNames]
  996. 1=%DISKNAME%,,,
  997.  
  998. [SourceDisksFiles]
  999. Rtenic.sys = 1
  1000. Rtenicxp.sys = 1
  1001. Rtenic64.sys = 1
  1002. RTNicProp32.dll = 1
  1003. RTNicProp64.dll = 1
  1004.  
  1005. ;;****************************************************************************
  1006. ;; Strings
  1007. ;;****************************************************************************
  1008. [Strings]
  1009. Realtek = "Realtek Semiconductor Corp."
  1010. VLanTagging = "802.1Q/1p VLAN Tagging"
  1011. ;VLanID = "802.1Q VLAN ID"
  1012. ChecksumOffload = "Checksum Offload"
  1013. LargesendOffload = "Large Send Offload"
  1014. SpeedDuplexMode = "Speed & Duplex"
  1015. auto_nego = "Auto Negotiation"
  1016. sd10half = "10 Mbps Half Duplex"
  1017. sd10full = "10 Mbps Full Duplex"
  1018. sd100half = "100 Mbps Half Duplex"
  1019. sd100full = "100 Mbps Full Duplex"
  1020. sd1000full = "1.0 Gbps Full Duplex"
  1021. NetworkAddress = "Network Address"
  1022. JumboFrame = "Jumbo Frame"
  1023. ;TxDescNumber = "Number of Tx Descriptor"
  1024. ;RxDescNumber = "Number of Rx Descriptor"
  1025. ;TxHPQDescNumber = "Number of High Priority Tx Descriptor"
  1026. FlowControl = "Flow Control"
  1027. ;AutoSpeedDown = "Auto Speed Down"
  1028. S5WakeOnLan = "Shutdown Wake-On-Lan"
  1029. 10MbFirst = "10 Mbps First"
  1030. 100MbFirst = "100 Mbps First"
  1031. NotSpeedDown = "Not Speed Down"
  1032. WolShutdownLinkSpeed = "WOL & Shutdown Link Speed"
  1033. AutoCrossoverDet = "Auto Crossover Detection"
  1034. Disabled = "Disabled"
  1035. Enabled = "Enabled"
  1036. TxEnabled = "Tx Enabled"
  1037. RxEnabled = "Rx Enabled"
  1038. RxTxEnabled = "Rx & Tx Enabled"
  1039. 2KBMTU = "2KB MTU"
  1040. 3KBMTU = "3KB MTU"
  1041. 4KBMTU = "4KB MTU"
  1042. 5KBMTU = "5KB MTU"
  1043. 6KBMTU = "6KB MTU"
  1044. 7KBMTU = "7KB MTU"
  1045. 8KBMTU = "8KB MTU"
  1046. 9KBMTU = "9KB MTU"
  1047. WolCap = "Wake-On-Lan Capabilities"
  1048. None = "None"
  1049. PatternMatch = "Pattern Match"
  1050. MagicPacket = "Magic Packet"
  1051. PatternAndMagic = "Pattern Match & Magic Packet"
  1052. AutoLinkDownPcieMacOff = "Auto Disable PCIe (PowerSaving)"
  1053. AutoLinkDownPhyOff = "Auto Disable PHY (PowerSaving)"
  1054. Battery = "Enabled, Battery"
  1055. AcBattery = "Enabled, Battery or AC"
  1056. GreenEthernet = "Green Ethernet"
  1057.  
  1058. ;;Source disk name
  1059. DISKNAME = "Realtek 10/100/1000 NIC Family all in one NDIS Driver"
  1060.  
  1061. RTL8168.DeviceDesc = "Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC"
  1062. RTL8168C.DeviceDesc = "Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC"
  1063. RTL8168D.DeviceDesc = "Realtek RTL8168D(P)/8111D(P) PCI-E Gigabit Ethernet NIC"
  1064. RTL8136.DeviceDesc = "Realtek RTL8139/810x Family Fast Ethernet NIC"
  1065. RTL8131.DeviceDesc = "Realtek RTL8131 Family PCI-E Fast Ethernet NIC"
  1066. RTL8102.DeviceDesc = "Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC"
  1067. RTL8104.DeviceDesc = "Realtek RTL8104E Family PCI-E Fast Ethernet NIC"
  1068.  
  1069. ;;NT service name
  1070. Rtlnic.Service.DispName = "Realtek 10/100/1000 PCI-E NIC Family NT Driver"
  1071. Rtlnicxp.Service.DispName = "Realtek 10/100/1000 PCI-E NIC Family NDIS XP Driver"
  1072. Rtlnicx64.Service.DispName = "Realtek 10/100/1000 PCI-E NIC Family NDIS XP(x64) Driver"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement