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

  1. ; QL40XNU.INF - This file is used by Setup to install
  2. ; the QL40XX Windows NULL Driver
  3. ; Copyright 1996-2006 QLogic Corporation 
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class=System
  8. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  9. Provider=%QLOGIC%
  10. DriverVer=07/26/2005,1.0.0.1
  11.  
  12. [DestinationDirs]
  13.  
  14. [Manufacturer]
  15. %QLOGIC%=QLOGIC, NTx86, NTamd64
  16.  
  17. ;*******************************
  18. ;QLogic Manufacturer device list
  19.  
  20. [QLOGIC.NTx86]
  21. %ql40xxnull.DeviceDesc% = ql40xxnull_Inst, PCI\VEN_1077&DEV_3010, PCI\VEN_1077&DEV_3022
  22.  
  23. [QLOGIC.NTamd64]
  24. %ql40xxnull.DeviceDesc% = ql40xxnull_Inst, PCI\VEN_1077&DEV_3010, PCI\VEN_1077&DEV_3022
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = *
  28.  
  29. [ql40xxnull_Inst]
  30. ; the install section must be empty
  31.  
  32. [ql40xxnull_Inst.Services]
  33. AddService = ,2    ; no value for the service name
  34.  
  35. [Strings]
  36. ;localizable
  37. QLOGIC = "QLogic"
  38. ql40xxnull.DeviceDesc = "QLogic NULL Driver"
  39.