home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 1993-1999 Microsoft Corporation
- ;
- ; DDK Sample INF File for PCIIDE
- ;
-
- [version]
- Signature="$WINDOWS NT$"
- Class=hdc
- ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
- Provider=%VIA%
- CatalogFile = viamini.cat
- ;CatalogFile = catalog.cat - If this was an acutal IHV produced miniport driver
- ; inf, the catalog name would be supplied here.
-
-
- DriverVer=10/18/2001,5.1.2600.120
-
- [SourceDisksNames]
- 1 = %VIAFilterDisk%
-
- [SourceDisksFiles]
- viaidexp.sys = 1
-
-
- [DestinationDirs]
- DefaultDestDir = 12 ; DIRID_DRIVERS
-
- [Manufacturer]
- %VIA%=VIA_HDC
-
- [VIA_HDC]
-
- %PCI\VEN_1106&DEV_0571.DeviceDesc%=viaide_Inst, PCI\VEN_1106&DEV_0571 ; VIA
-
-
-
- ;****************************************************
- ; Generic Dual PCI IDE Controller
- [viaide_Inst]
- CopyFiles = @viaidexp.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%\viaidexp.sys
- LoadOrderGroup = System Bus Extender
-
-
-
-
- [ControlFlags]
- CopyFilesOnly=PCI\VEN_1106&DEV_0571
-
- [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
-
-
-