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

  1. ; Copyright (c) 2007, Microsoft.
  2.  
  3.  
  4. [version]
  5. signature   = "$WINDOWS NT$"
  6. class       = system
  7. classguid   = {4D36E97D-E325-11CE-BFC1-08002BE10318}
  8. provider    = %msft%
  9. DriverVer=06/21/2006,3.7.20.0
  10.  
  11.  
  12. [manufacturer]
  13. %brcm% = broadcom, ntx86
  14.  
  15.  
  16. [broadcom.ntx86]
  17. %bcm5706c_desc% = bcm5706c_inst_x86, pci\ven_14e4&dev_164a
  18. %bcm5706s_desc% = bcm5706s_inst_x86, pci\ven_14e4&dev_16aa
  19. %bcm5708c_desc% = bcm5708c_inst_x86, pci\ven_14e4&dev_164c
  20. %bcm5708s_desc% = bcm5708s_inst_x86, pci\ven_14e4&dev_16ac
  21.  
  22.  
  23.  
  24. ;*******************************************************************************
  25. ; x86 install sections.
  26. ;*******************************************************************************
  27.  
  28. [bcm5706c_inst_x86]
  29. copyfiles = x86_sys_file
  30.  
  31. [bcm5706c_inst_x86.services]
  32. addservice = b06bdrv, 0x00000002, x86_add_service, x86_eventlog
  33.  
  34.  
  35. [bcm5706s_inst_x86]
  36. copyfiles = x86_sys_file
  37.  
  38. [bcm5706s_inst_x86.services]
  39. addservice = b06bdrv, 0x00000002, x86_add_service, x86_eventlog
  40.  
  41.  
  42. [bcm5708c_inst_x86]
  43. copyfiles = x86_sys_file
  44.  
  45. [bcm5708c_inst_x86.services]
  46. addservice = b06bdrv, 0x00000002, x86_add_service, x86_eventlog
  47.  
  48.  
  49. [bcm5708s_inst_x86]
  50. copyfiles = x86_sys_file
  51.  
  52. [bcm5708s_inst_x86.services]
  53. addservice = b06bdrv, 0x00000002, x86_add_service, x86_eventlog
  54.  
  55.  
  56. [x86_add_service]
  57. displayname    = %vbd_srv_desc%
  58. servicetype    = 1               ; SERVICE_KERNEL_DRIVER
  59. starttype      = 3               ; SERVICE_DEMAND_START
  60. errorcontrol   = 1               ; SERVICE_ERROR_NORMAL
  61. servicebinary  = %12%\bxvbdx.sys
  62. loadordergroup = base
  63. addreg         = bootflags
  64.  
  65. [x86_eventlog]
  66. addreg = x86_addreg_eventlog
  67.  
  68. [x86_addreg_eventlog]
  69. hkr, , eventmessagefile, 0x00020000, "%%SystemRoot%%\System32\iologmsg.dll;%%SystemRoot%%\System32\drivers\bxvbdx.sys"
  70. hkr, , typessupported  , 0x00010001, 7
  71.  
  72.  
  73.  
  74. ;*******************************************************************************
  75. ; Registry parameters.
  76. ;*******************************************************************************
  77.  
  78. [bootflags]
  79. hkr, , BootFlags, 0x00010001, 1
  80.  
  81.  
  82.  
  83. ;*******************************************************************************
  84. ; Destination directories
  85. ;*******************************************************************************
  86.  
  87. [destinationdirs]
  88. x86_sys_file = 12
  89.  
  90. [sourcedisksnames]
  91. 1 = %disk_desc%,,,
  92.  
  93. [sourcedisksfiles]
  94. bxvbdx.sys = 1,,
  95.  
  96. [x86_sys_file]
  97. bxvbdx.sys
  98.  
  99.  
  100.  
  101. ;*******************************************************************************
  102. ; Localizable strings
  103. ;*******************************************************************************
  104.  
  105. [strings]
  106. brcm = "Broadcom Corporation"
  107. msft = "Microsoft Corporation"
  108. disk_desc = "Broadcom NetXtreme II Installation Media"
  109. vbd_srv_desc = "Broadcom NetXtreme II VBD"
  110.  
  111. bcm5706c_desc = "Broadcom BCM5706C NetXtreme II GigE"
  112. bcm5706s_desc = "Broadcom BCM5706S NetXtreme II GigE"
  113. bcm5708c_desc = "Broadcom BCM5708C NetXtreme II GigE"
  114. bcm5708s_desc = "Broadcom BCM5708S NetXtreme II GigE"
  115.  
  116.