home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2000-2005 VIA Techologies, Inc.
-
- [version]
- Signature="$WINDOWS NT$"
- Class=hdc
- ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
- Provider=%VIA%
- CatalogFile=viamini.cat
- DriverVer=10/18/2001,5.0.2195.120
-
- [DestinationDirs]
- DefaultDestDir = 12 ; DIRID_DRIVERS
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1106&DEV_0571
-
-
- [Manufacturer]
- %VIA%=VIA_HDC
-
- [VIA_HDC]
- %PCI\VEN_1106&DEV_0571.DeviceDesc%=viaide_Inst, PCI\VEN_1106&DEV_0571 ; VIA
-
- [SourceDisksFiles]
- viaide.sys = 1,,
-
- [SourceDisksNames]
- 1=%VIAFilterDisk%,,,
-
- ;**********************************************************
- ; VIA PCI IDE Controller (DUAL_GOOD_IDE)
- [viaide_Inst]
- CopyFiles = @viaide.sys
-
- [viaide_Inst.Services]
- AddService = viaide, %SPSVCINST_ASSOCSERVICE%, viaide_Service_Inst
-
- [viaide_Service_Inst]
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_BOOT_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\viaide.sys
- LoadOrderGroup = System Bus Extender
-
- [Strings]
- VIA = "VIA Technologies, Inc."
- PCI\VEN_1106&DEV_0571.DeviceDesc="VIA Bus Master IDE Controller"
- VIAFilterDisk = ""
-
- ;*******************************************
- ;Handy macro substitutions (non-localizable)
- SPSVCINST_ASSOCSERVICE = 0x00000002
- SERVICE_KERNEL_DRIVER = 1
- SERVICE_BOOT_START = 0
- SERVICE_ERROR_NORMAL = 1
-
-