summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-04-25 21:46:45 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-04-25 21:46:45 +0000
commitd6601e2b35afc0b23d502e4ea8bc2ea7a05fec86 (patch)
treecf8bfa998ff67959aa022edab4345c7a9c8b4f22 /sys/dev/pci/files.pci
parent157689c223629defe85952d0c5498d4e253df604 (diff)
viaenv(4) driver from NetBSD adapted for sysctl interface.
The viaenv driver provides support for the hardware monitor in the VIA VT82C686A South Bridge. Initial work on viaenv driver was done by henning@ a while ago. Tested and ok'ed by millert@ and henning@.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r--sys/dev/pci/files.pci7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 87db32e979a..e11a5d26f6b 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.146 2003/02/28 15:26:23 mickey Exp $
+# $OpenBSD: files.pci,v 1.147 2003/04/25 21:46:43 grange 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.
@@ -448,6 +448,11 @@ device amdpm {}
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
+
# OHCI IEEE 1394 controller
attach fwohci at pci with fwohci_pci
file dev/pci/fwohci_pci.c fwohci_pci