home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / netuli6x.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  10KB  |  135 lines

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