summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-19 19:31:57 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-19 19:31:57 +0000
commit313a2379036549707cc09b11a806132a7f324e7f (patch)
tree61e504a7500a7d030587b391fefefda90b14ee2b /sys/dev/pci/files.pci
parent501ef7c92ce51f65a1504494c0a71dacfb3dde03 (diff)
New Intel ICH SMBus driver to be used with the iic(4) framework.
ok deraadt@
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 aacc52e3432..9b00d2e3a72 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.191 2005/12/14 21:54:58 jsg Exp $
+# $OpenBSD: files.pci,v 1.192 2005/12/19 19:31:56 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.
@@ -568,3 +568,8 @@ device art: musycc, ifnet, ifmedia, sppp
attach art at musycc
file dev/pci/if_art.c art
file dev/pci/bt8370.c art
+
+# Intel ICH SMBus controller
+device ichiic: i2cbus
+attach ichiic at pci
+file dev/pci/ichiic.c ichiic