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

  1.  ■;Copyright (c) 2002 Microsoft Corporation
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. sdbus.sys         = 3426
  7. ;;--
  8. [Version]
  9. Signature="$Windows NT$"
  10. Class=SDHost
  11. ClassGUID={a0a588a4-c46f-4b37-b7ea-c82fe89870c6}
  12. Provider=%Msft%
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. ;; Commented by AddSDisk.cmd
  15. ;; LayoutFile=layout.inf
  16. ;
  17. ;   List of manufacturers and devices
  18. ;
  19. [Manufacturer]
  20. %Generic%=Generic,NTx86
  21. %TED%=TED,NTx86
  22. %TI%=TI,NTx86
  23. %Toshiba%=Toshiba,NTx86
  24. %Ricoh%=Ricoh,NTx86
  25. [ControlFlags]
  26. ExcludeFromSelect=PCI\cc_080500
  27. ExcludeFromSelect=PCI\cc_080501
  28. ExcludeFromSelect=PCI\VEN_1679&DEV_3000
  29. ExcludeFromSelect=PCI\VEN_104c&DEV_ac9f
  30. ExcludeFromSelect=PCI\VEN_1179&DEV_0805
  31. ExcludeFromSelect=PCI\VEN_1180&DEV_0822&SUBSYS_C01A144D&REV_17
  32. [Generic.NTx86]
  33. %PCI\CC_080500.DeviceDesc%=SDHost,PCI\CC_080500
  34. %PCI\CC_080501.DeviceDesc%=SDHost,PCI\CC_080501
  35. [TED.NTx86]
  36. %PCI\VEN_1679&DEV_3000.DeviceDesc%=SDHost, PCI\VEN_1679&DEV_3000
  37. [TI.NTx86]
  38. %PCI\VEN_104c&DEV_ac9f.DeviceDesc%=SDHost, PCI\VEN_104c&DEV_ac9f
  39. [Toshiba.NTx86]
  40. %PCI\VEN_1179&DEV_0805.DeviceDesc%=SDHost, PCI\VEN_1179&DEV_0805
  41. [Ricoh.NTx86]
  42. %PCI\VEN_1180&DEV_0822&SUBSYS_C01A144D&REV_17%=SDHostRicoh, PCI\VEN_1180&DEV_0822&SUBSYS_C01A144D&REV_17
  43. [sdbus_Service_Inst]
  44. ServiceType    = %SERVICE_KERNEL_DRIVER%
  45. StartType      = %SERVICE_DEMAND_START%
  46. ErrorControl   = %SERVICE_ERROR_NORMAL%
  47. ServiceBinary  = %12%\sdbus.sys
  48. LoadOrderGroup = System Bus Extender
  49. AddReg         = SDBUSServiceReg
  50. [SDBUSLocationReg]
  51. HKR,,UINumberDescFormat,,%SDBUSSlot%
  52. [SDHostRicoh.HW.addreg]
  53. HKR,,CardPresenceCheckDelay,0x00010001,500000
  54. [SDBUSReg]
  55. HKR,,Driver,,"sdbus.sys"
  56. [SDBUSServiceReg]
  57. HKR,Parameters,SdCmdFlags,1,    06,01, 09,19, 0A,19, 0D,11, \
  58.                                 10,01, 11,01, 12,01, 18,05, 19,05, \
  59.                                 19,01, 1A,01, 1B,01, 1C,01, \
  60.                                 20,05, 21,05, 26,05, \
  61.                                 2A,01, \
  62.                                 34,02, 35,02, \
  63.                                 37,01, 38,01, \
  64.                                 22,01, 23,05, 24,01, 25,01
  65. HKR,Parameters,SdAppCmdFlags,1, 06,01, 0D,01, 16,01, 17,01, 33,01, \
  66.                                 12,01, 19,01, 1A,01, 26,01, 2B,01, \
  67.                                 2C,01, 2D,01, 2E,01, 2F,01, 30,01, 31,01
  68. [CSCopyFiles]
  69. sdbus.sys,,,0x100
  70. [DestinationDirs]
  71. CSCopyFiles=12
  72. ;
  73. ; Standard host controller
  74. ;
  75. [SDHost]
  76. CopyFiles=CSCopyFiles
  77. AddReg=SDBUSReg
  78. [SDHost.Services]
  79. AddService = sdbus, 2, sdbus_Service_Inst
  80. [SDHost.HW]
  81. AddReg=SDBUSLocationReg
  82. ;
  83. ; Ricoh host controller R5C841
  84. ;
  85. [SDHostRicoh]
  86. CopyFiles=CSCopyFiles
  87. AddReg=SDBUSReg
  88. [SDHostRicoh.Services]
  89. AddService = sdbus, 2, sdbus_Service_Inst
  90. [SDHostRicoh.HW]
  91. AddReg=SDBUSLocationReg
  92. AddReg=SDHostRicoh.HW.addreg
  93. [Strings]
  94. ; localizable
  95. ;
  96. ;   Manufacturer name strings
  97. ;
  98. Generic="SDA Standard Compliant SD Host Controller Vendor"
  99. Msft="Microsoft"
  100. TED="Tokyo Electron Device"
  101. TI="Texas Instruments"
  102. Toshiba="Toshiba"
  103. Ricoh="Ricoh"
  104. ;
  105. ;   Device Decription strings
  106. ;
  107. PCI\VEN_104c&DEV_ac9f.DeviceDesc="Texas Instruments Secure Digital host controller"
  108. PCI\VEN_1679&DEV_3000.DeviceDesc="Tokyo Electron SD Standard host controller"
  109. PCI\VEN_1179&DEV_0805.DeviceDesc="Toshiba Secure Digital host controller"
  110. PCI\VEN_1180&DEV_0822&SUBSYS_C01A144D&REV_17="Ricoh Secure Digital host controller R5C841"
  111. PCI\CC_080500.DeviceDesc="SDA Standard Compliant SD Host Controller"
  112. PCI\CC_080501.DeviceDesc="SDA Standard Compliant SD Host Controller"
  113. ;
  114. ;
  115. ;
  116. SDBUSSlot = "SD Host Slot %1!u!"
  117. ; non-localizable
  118. SERVICE_KERNEL_DRIVER = 1
  119. SERVICE_BOOT_START    = 0
  120. SERVICE_SYSTEM_START  = 1
  121. SERVICE_DEMAND_START  = 3
  122. SERVICE_ERROR_NORMAL  = 1
  123. SERVICE_ERROR_IGNORE  = 0
  124. REG_EXPAND_SZ         = 0x00020000
  125. REG_DWORD             = 0x00010001
  126. REG_SZ                = 0x00000000