summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1998-09-04 06:06:55 +0000
committernsouch <nsouch@FreeBSD.org>1998-09-04 06:06:55 +0000
commit3b89bdbe5522c11eb2121f8612559f208b48f448 (patch)
treec2d1cf86fc2edbb885ae328d8b5c81c4c3fdccc1 /sys/conf
parentf869e2df6fece8f1875fbbfd0abd584e482bfe80 (diff)
downloadFreeBSD-src-3b89bdbe5522c11eb2121f8612559f208b48f448.zip
FreeBSD-src-3b89bdbe5522c11eb2121f8612559f208b48f448.tar.gz
pcf.c added, support for the Philips PCF8584 I2C bus controller
(this is part of the iicbus system)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index f9c3d6c..bccdc5bc 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.199 1998/07/20 20:00:30 msmith Exp $
+# $Id: files.i386,v 1.200 1998/08/04 21:44:09 brian Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -155,6 +155,7 @@ i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/pnp.c optional pnp device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/ppc.c optional ppc device-driver
+i386/isa/pcf.c optional pcf device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/random_machdep.c standard
i386/isa/rc.c optional rc device-driver
OpenPOWER on IntegriCloud