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

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