diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-04-10 20:27:03 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-04-10 20:27:03 +0000 |
commit | 38f0c80c668f47b0cfed2daebebb1386bba4e452 (patch) | |
tree | 4abb3aff36277263607b834d9ae45b906cc28d60 /sys/dev/pci/files.pci | |
parent | f0073f2271624cccfb3cfbedb96628f22fca97ba (diff) |
Merge viapm and viaenv
Pluses:
- Add support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231
- Add support ACPI timer for all VIA South Bridges
ok deraadt@, tested sthen@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 25780271001..18cdb9b5177 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.277 2011/01/15 04:35:34 kevlo Exp $ +# $OpenBSD: files.pci,v 1.278 2011/04/10 20:27:02 shadchin Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -658,11 +658,6 @@ device amdpm: i2cbus attach amdpm at pci file dev/pci/amdpm.c amdpm -# VIA VT82C686A hardware monitor -device viaenv -attach viaenv at pci -file dev/pci/viaenv.c viaenv - # Broadcom BCM4401 gigabit ethernet device bce: ether, ifnet, mii, ifmedia, mii_phy attach bce at pci |