home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / net8185.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  10.8 KB  |  140 lines

  1. ;
  2. ;     Copyright 2006 Microsoft Corporation
  3. ;
  4.  
  5. [version]
  6. Signature   = "$Windows NT$"
  7. Class       = Net
  8. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider    = %MSFT%
  10. DriverVer=06/21/2006,6.1053.1002.2006
  11.  
  12.  
  13. [Manufacturer]
  14. %Realtek%     = Realtek, NTx86
  15. %Surecom%     = Surecom, NTx86
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = *
  19.  
  20.  
  21. [Realtek.NTx86]
  22. ; DisplayName                   Section         DeviceID
  23. ; -----------                   -------         --------
  24. %Realtek.DeviceDesc_8180%       = realtek.ndi,  PCI\VEN_10EC&DEV_8180
  25. %Realtek.DeviceDesc_8185%       = realtek.ndi,  PCI\VEN_10EC&DEV_8185&REV_20
  26. %Realtek.DeviceDesc_8185_8225%  = realtek.ndi,  PCI\VEN_10EC&DEV_8185&SUBSYS_822510EC&REV_20
  27. %Realtek.DeviceDesc_8185_8255%  = realtek.ndi,  PCI\VEN_10EC&DEV_8185&SUBSYS_825510EC&REV_20
  28. %Realtek.DeviceDesc_8185%       = realtek.ndi,  PCI\VEN_10EC&DEV_8185&SUBSYS_616518E8 
  29.  
  30.  
  31. [Surecom.NTx86]
  32. %Realtek.DeviceDesc_SURECOME_EP9321%      = realtek.ndi, PCI\VEN_10EC&DEV_8185&SUBSYS_13F210BD&REV_20
  33. %Realtek.DeviceDesc_SURECOME_EP9428%      = realtek.ndi, PCI\VEN_10EC&DEV_8185&SUBSYS_14F210BD&REV_20
  34.  
  35. [realtek.ndi.NTX86]
  36. Characteristics = 0x84
  37. BusType         = 5
  38. AddReg          = realtek.reg
  39. CopyFiles       = realtek.CopyFiles
  40. *IfType         = 71        ; IF_TYPE_IEEE80211
  41. *MediaType      = 16        ; NdisMediumNative802_11
  42. *PhysicalMediaType = 9        ; NdisPhysicalMediumNative802_11
  43.  
  44. [realtek.ndi.NTX86.Services]
  45. AddService = RTL85n86, 2, realtek.Service, realtek.EventLog
  46.  
  47. ; /****************************************************************************
  48. ; ** register for both x86 and x64                          **
  49. ; ****************************************************************************/
  50.  
  51. [realtek.reg]
  52. HKR, Ndi,                         Service,    0, "NET8185"
  53.  
  54. HKR, Ndi\Interfaces,              UpperRange, 0, "ndis5"
  55. HKR, Ndi\Interfaces,              LowerRange, 0, "wlan,ethernet"
  56.  
  57. HKR, Ndi\params\*ReceiveBuffers,  ParamDesc,  0, "%ReceiveBuffers%"
  58. HKR, Ndi\params\*ReceiveBuffers,  default,    0, "64"
  59. HKR, Ndi\params\*ReceiveBuffers,  min,        0, "1"
  60. HKR, Ndi\params\*ReceiveBuffers,  max,        0, "00000128"
  61. HKR, Ndi\params\*ReceiveBuffers,  step,       0, "1"
  62. HKR, Ndi\params\*ReceiveBuffers,  Base,       0, "10"
  63. HKR, Ndi\params\*ReceiveBuffers,  type,       0, "int"
  64.  
  65. HKR, Ndi\params\*TransmitBuffers, ParamDesc,  0, "%TransmitBuffers%"
  66. HKR, Ndi\params\*TransmitBuffers, default,    0, "64"
  67. HKR, Ndi\params\*TransmitBuffers, min,        0, "1"
  68. HKR, Ndi\params\*TransmitBuffers, max,        0, "00000064"
  69. HKR, Ndi\params\*TransmitBuffers, step,       0, "1"
  70. HKR, Ndi\params\*TransmitBuffers, Base,       0, "10"
  71. HKR, Ndi\params\*TransmitBuffers, type,       0, "int"
  72.  
  73. HKR, Ndi\Params\ChannelPlan,      ParamDesc,  0, "ChannelPlan"
  74. HKR, Ndi\Params\ChannelPlan,      Type,       0, "enum"
  75. HKR, Ndi\Params\ChannelPlan,      Default,    0, "0x0100"
  76. HKR, Ndi\Params\ChannelPlan\enum, "0x0200",   0, "FCC"
  77. HKR, Ndi\Params\ChannelPlan\enum, "0x0201",   0, "IC"
  78. HKR, Ndi\Params\ChannelPlan\enum, "0x0202",   0, "ETSI"
  79. HKR, Ndi\Params\ChannelPlan\enum, "0x0203",   0, "Spain"
  80. HKR, Ndi\Params\ChannelPlan\enum, "0x0204",   0, "France"
  81. HKR, Ndi\Params\ChannelPlan\enum, "0x0205",   0, "MKK"
  82. HKR, Ndi\Params\ChannelPlan\enum, "0x0206",   0, "MKK1"
  83. HKR, Ndi\Params\ChannelPlan\enum, "0x0207",   0, "Israel"
  84. HKR, Ndi\Params\ChannelPlan\enum, "0x0207",   0, "TELEC"
  85. HKR, Ndi\Params\ChannelPlan\enum, "0x0100",   0, "DOMAIN_FROM_EEPROM"
  86.  
  87.  
  88. ; /****************************************************************************
  89. ; ** X86 section                                           **
  90. ; ****************************************************************************/
  91.  
  92. [realtek.Service]
  93. DisplayName     = %Realtek.Service.DispName%
  94. ServiceType     = 1         ;SERVICE_KERNEL_DRIVER
  95. StartType       = 3         ;SERVICE_DEMAND_START
  96. ErrorControl    = 1         ;SERVICE_ERROR_NORMAL
  97. ServiceBinary   = %12%\RTL85n86.sys
  98. LoadOrderGroup  = NDIS
  99.  
  100. [realtek.EventLog]
  101. AddReg = realtek.AddEventLog.reg
  102.  
  103. [realtek.AddEventLog.reg]
  104. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  105. HKR, , TypesSupported,   0x00010001, 7
  106.  
  107.  
  108. [realtek.CopyFiles]
  109. RTL85n86.sys,,,2
  110.  
  111. ; /****************************************************************************
  112. ; ** common section                                        **
  113. ; ****************************************************************************/
  114.  
  115. [SourceDisksNames]
  116. 1 = %DiskDescription%,,,
  117.  
  118. [SourceDisksFiles]
  119. RTL85n86.sys = 1
  120.  
  121. [DestinationDirs]
  122. realtek.CopyFiles          = 12
  123. DefaultDestDir             = 11
  124.  
  125. [Strings]
  126. Msft                         = "Microsoft"
  127. Realtek                      = "Realtek Semiconductor Corp"
  128. Surecom                 = "Surecom"
  129. Realtek.DeviceDesc_8180      = "Realtek 8180 Extensible 802.11b Wireless Device"
  130. Realtek.DeviceDesc_8185      = "Realtek 8185 Extensible Wireless Device"
  131. Realtek.DeviceDesc_8185_8225 = "Realtek 8185 Extensible 802.11b/g Wireless Device"
  132. Realtek.DeviceDesc_8185_8255 = "Realtek 8185 Extensible 802.11a/b/g Wireless Device"
  133. Realtek.Service.DispName     = "Realtek 8180/8185 Extensible 802.11 Wireless Device Driver"
  134. Realtek.DeviceDesc_SURECOME_EP9321 = "SURECOM EP-9321-g/g1 802.11g 54M WLAN PCI Adapter"
  135. Realtek.DeviceDesc_SURECOME_EP9428 = "SURECOM EP-9428-g 802.11g 54M WLAN CardBus Adapter"
  136. DiskDescription              = "Realtek Driver"
  137. TransmitBuffers              = "Transmit Buffers"
  138. ReceiveBuffers               = "Receive Buffers"
  139.  
  140.