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

  1. ; Copyright (c) 2006, Microsoft
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. DriverVer=06/21/2006,5.1.2600.383
  9.  
  10. [Manufacturer]
  11. %ULIR% = ULICOM, NT.5.1
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15.  
  16. [ULICOM.NT.5.1]
  17. ; DisplayName           Section       DeviceID
  18. ; -----------           -------       --------
  19. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5261
  20. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5263
  21. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5261&SUBSYS_526110B9
  22. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5263&SUBSYS_526310B9
  23. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5261&SUBSYS_016817FF
  24. %ULI5261.DeviceDesc%   = ULI526X.ndi,    PCI\VEN_10B9&DEV_5261&SUBSYS_52611849
  25.  
  26.  
  27. [ULI526X.ndi.NT]
  28. Characteristics = 0x84
  29. BusType         = 5
  30. AddReg          = ULI9PCI.reg, 5261.pci.reg, ULI5261.con.reg
  31. CopyFIles       = ULIPCI.CopyFiles
  32. *IfType         = 6                   ; IF_TYPE_ETHERNET_CSMACD
  33. *MediaType      = 0                   ; NdisMedium802_3
  34. *PhysicalMediaType = 0                ; NdisPhysicalMediumUnspecified
  35.  
  36. [ULI526X.ndi.NT.Services]
  37. AddService = ULI526X, 2, ULI526X.Service, common.EventLog
  38.  
  39. [5261.pci.reg]
  40. HKR,   , AdapterType, 0,"5"
  41. HKR,   , BusType,     0,"5"            
  42.  
  43. ;StoreAndForward
  44. HKR, Ndi\params\StoreAndForward,        ParamDesc, 0,%Store And Forward%
  45. HKR, Ndi\params\StoreAndForward,        default,   0,"0"
  46. HKR, Ndi\params\StoreAndForward,        type,      0,"enum"
  47. HKR, Ndi\params\StoreAndForward\enum,   0,         0,%Disabled%
  48. HKR, Ndi\params\StoreAndForward\enum,   1,         0,%Enabled%
  49.  
  50.  
  51. ;Transmit Threshold
  52. HKR, Ndi\params\TransmitThreshold,      ParamDesc, 0,%Transmit Threshold%
  53. HKR, Ndi\params\TransmitThreshold,      default,   0,"80"
  54. HKR, Ndi\params\TransmitThreshold,      type,      0,"enum"
  55. HKR, Ndi\params\TransmitThreshold\enum, 0,         0,%Low%
  56. HKR, Ndi\params\TransmitThreshold\enum, 40,        0,%Medium%
  57. HKR, Ndi\params\TransmitThreshold\enum, 80,        0,%High%
  58.  
  59.  
  60. ;ACPI Enable/Disable
  61. HKR, ,                               ACPIEnable     , 0, "4"
  62.  
  63. [ULI5261.con.reg]
  64. ;Common
  65. ;ConnectionType
  66. HKR, Ndi\params\ConnectionType,      ParamDesc,  0,%Connection Type%
  67. HKR, Ndi\params\ConnectionType,      default,    0,"0"
  68. HKR, Ndi\params\ConnectionType,      type,       0,"enum"
  69. HKR, Ndi\params\ConnectionType\enum, 0,          0,%AutoSense%
  70. HKR, Ndi\params\ConnectionType\enum, 2,          0,%100Mbps%
  71. HKR, Ndi\params\ConnectionType\enum, 4,          0,%100Mbps Full_Duplex%
  72. HKR, Ndi\params\ConnectionType\enum, 1,          0,%10Mbps%
  73. HKR, Ndi\params\ConnectionType\enum, 3,          0,%10Mbps Full_Duplex%
  74.  
  75. [ULI9PCI.reg]
  76. ;Point to Serivce Name
  77. HKR, Ndi,                       Service,      0, "ULI5261"
  78. HKR, Ndi\Interfaces,            UpperRange,   0, "ndis5"
  79. HKR, Ndi\Interfaces,            LowerRange,   0, "ethernet"
  80. HKR, ,                          AdapterPCIID, 0, "526110B9"
  81.  
  82. [ULI526X.Service]
  83. DisplayName     = %ULIPCI.Service.DispName%
  84. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  85. StartType       = 3 ;%SERVICE_DEMAND_START%
  86. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  87. ServiceBinary   = %12%\ULILAN32.SYS
  88. LoadOrderGroup  = NDIS
  89.  
  90. [common.EventLog]
  91. AddReg = common.AddEventLog.reg
  92.  
  93. [common.AddEventLog.reg]
  94. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  95. HKR, , TypesSupported,   0x00010001, 7
  96.  
  97. [ULIPCI.CopyFiles]
  98. ULILAN32.SYS,,,2
  99.  
  100. [SourceDisksFiles]
  101. ULILAN32.sys = 50,
  102.  
  103. [SourceDisksNames]
  104. 50=%DISK_NAME%, ULILAN32.SYS
  105.  
  106. [DestinationDirs]
  107. DefaultDestDir     =         12
  108. ULIPCI.CopyFiles   =         12
  109.  
  110. [Strings]
  111. DISK_NAME           = "ULi Electronics Inc. Driver Disk"
  112. MSFT                      = "Microsoft Corporation"
  113. ULIR                      = "ULi Electronics Inc."
  114. ULI5261.DeviceDesc      = "ULi M526X Ethernet Controller"
  115. ULIPCI.Service.DispName   = "ULi M526X 10/100 Ethernet Controller Driver"
  116.  
  117. Store And Forward         = "Store And Forward"
  118. Disabled                  = "Disabled"
  119. Enabled                   = "Enabled"
  120. Transmit Threshold        = "Transmit Threshold" 
  121. Low                       = "Low"
  122. Medium                    = "Medium"
  123. High                      = "High"
  124. PME                       = "PME"
  125. Link Change               = "Link Change"
  126. Magic Packet              = "Magic Packet"
  127. Pattern Match             = "Pattern Match"
  128. ALL                       = "ALL"
  129. Connection Type           = "Connection Type"    
  130. AutoSense                 = "AutoSense"
  131. 100Mbps                   = "100Mbps"
  132. 100Mbps Full_Duplex       = "100Mbps Full_Duplex"
  133. 10Mbps                    = "10Mbps"
  134. 10Mbps Full_Duplex        = "10Mbps Full_Duplex"
  135.