home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-08-16 | 3.1 KB | 103 lines |
- ;
- ; ViaMach.inf
- ;
- ; Copyright (c) 1998-2000, VIA Technologies, Inc.
- ; for Windows XP
- ;
-
-
- [Version]
- CatalogFile=viamach.cat
- Signature="$WINDOWS NT$"
- Class=System
- ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%VIA%
- DriverVer=08/15/2001,5.00.00.0140
-
- [Manufacturer]
- %VIA_MFG%=VIA_SYS
-
- [VIA_SYS]
- %PCI\VEN_1106&DEV_3128.DeviceDesc% = VIANO_DRV,PCI\VEN_1106&DEV_3128
- %PCI\VEN_1106&DEV_3148.DeviceDesc% = VIANO_DRV,PCI\VEN_1106&DEV_3148
- %PCI\VEN_1106&DEV_3116.DeviceDesc% = VIANO_DRV,PCI\VEN_1106&DEV_3116
- %PCI\VEN_1106&DEV_3156.DeviceDesc% = VIANO_DRV,PCI\VEN_1106&DEV_3156
- %PCI\VEN_1106&DEV_3158.DeviceDesc% = VIANO_DRV,PCI\VEN_1106&DEV_3158
- %PCI\VEN_1106&DEV_3109.DeviceDesc% = VIAISA_DRV,PCI\VEN_1106&DEV_3109
- %PCI\VEN_1106&DEV_3147.DeviceDesc% = VIAISA_DRV,PCI\VEN_1106&DEV_3147
- %PCI\VEN_1106&DEV_3177.DeviceDesc% = VIAISA_DRV,PCI\VEN_1106&DEV_3177
- %PCI\VEN_1106&DEV_b116.DeviceDesc% = VIAAGP_BRIDGE_DRV,PCI\VEN_1106&DEV_b116
- %PCI\VEN_1106&DEV_b148.DeviceDesc% = VIAAGP_BRIDGE_DRV,PCI\VEN_1106&DEV_b148
- %PCI\VEN_1106&DEV_b156.DeviceDesc% = VIAAGP_BRIDGE_DRV,PCI\VEN_1106&DEV_b156
- %PCI\VEN_1106&DEV_b158.DeviceDesc% = VIAAGP_BRIDGE_DRV,PCI\VEN_1106&DEV_b158
- %PCI\VEN_1106&DEV_3113.DeviceDesc% = VIAPCI_DRV, PCI\VEN_1106&DEV_3113
- %PCI\VEN_1106&DEV_b113.DeviceDesc% = VIANO_DRV_MEM,PCI\VEN_1106&DEV_b113
-
- ;;Begin NT only
- [VIANO_DRV.NT]
- Include=machine.inf
- Needs=NO_DRV
-
- [VIANO_DRV.NT.Services]
- Include=machine.inf
- Needs=NO_DRV.Services
-
- [VIAPCI_DRV.NT]
- Include=machine.inf
- Needs=PCI_DRV
-
- [VIAPCI_DRV.NT.Services]
- Include=machine.inf
- Needs=PCI_DRV.Services
-
- [VIANO_DRV_MEM]
- Include=machine.inf
- Needs=NO_DRV_MEM
-
- [VIANO_DRV_MEM.Services]
- Include=machine.inf
- Needs=NO_DRV_MEM.Services
-
- [VIAAGP_BRIDGE_DRV.NT]
- Include=machine.inf
- Needs=VIAAGP_Install
-
- [VIAAGP_BRIDGE_DRV.NT.HW]
- Include=machine.inf
- Needs=VIAAGP_Install.HW
-
- [VIAAGP_BRIDGE_DRV.NT.Services]
- Include=machine.inf
- Needs=VIAAGP_Install.Services
-
- [VIAISA_DRV.NT]
- Include=machine.inf
- Needs=ISAPNP_DRV
-
- [VIAISA_DRV.NT.Services]
- Include=machine.inf
- Needs=ISAPNP_DRV.Services
-
- ;End NT ONLY
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [Strings]
- VIA="VIA Technologies, Inc."
- VIA_MFG="VIA"
- PCI\VEN_1106&DEV_3128.DeviceDesc = "VIA Standard CPU to PCI Bridge"
- PCI\VEN_1106&DEV_3148.DeviceDesc = "VIA Standard CPU to PCI Bridge"
- PCI\VEN_1106&DEV_3116.DeviceDesc = "VIA Standard CPU to PCI Bridge"
- PCI\VEN_1106&DEV_3156.DeviceDesc = "VIA Standard CPU to PCI Bridge"
- PCI\VEN_1106&DEV_3158.DeviceDesc = "VIA Standard CPU to PCI Bridge"
- PCI\VEN_1106&DEV_3109.DeviceDesc = "VIA Standard PCI to ISA Bridge"
- PCI\VEN_1106&DEV_3147.DeviceDesc = "VIA Standard PCI to ISA Bridge"
- PCI\VEN_1106&DEV_3177.DeviceDesc = "VIA Standard PCI to ISA Bridge"
- PCI\VEN_1106&DEV_b116.DeviceDesc = "VIA CPU to AGP Controller"
- PCI\VEN_1106&DEV_b148.DeviceDesc = "VIA CPU to AGP Controller"
- PCI\VEN_1106&DEV_b156.DeviceDesc = "VIA CPU to AGP Controller"
- PCI\VEN_1106&DEV_b158.DeviceDesc = "VIA CPU to AGP Controller"
- PCI\VEN_1106&DEV_3113.DeviceDesc = "VIA PCI to PCI Bridge Controller"
- PCI\VEN_1106&DEV_b113.DeviceDesc = "VIA I/O APIC Interrupt Controller"
-