summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2005-10-28 15:58:19 +0000
committerjoerg <joerg@FreeBSD.org>2005-10-28 15:58:19 +0000
commitdf94bb0494e53a685b211e2231a893204f622fe7 (patch)
treef620c669980e35963302d54fbd7963506d865867 /sys/conf/files.i386
parentc889c4ea8c5e98777a6ceb36702f701eb266d0b6 (diff)
downloadFreeBSD-src-df94bb0494e53a685b211e2231a893204f622fe7.zip
FreeBSD-src-df94bb0494e53a685b211e2231a893204f622fe7.tar.gz
Finally complete some work on generalizing the PCF8584-based I2C
drivers I started quite some time before. Retire the old i386-only pcf driver, and activate the new general driver that has been sitting in the tree already for quite some time. Build the i2c modules for sparc64 architectures as well (where I've been developing all this on).
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index e9d6597..4be8226 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -199,6 +199,7 @@ dev/mem/memutil.c optional mem
dev/mse/mse.c optional mse
dev/mse/mse_isa.c optional mse isa
dev/nve/if_nve.c optional nve pci
+dev/pcf/pcf_isa.c optional pcf
dev/ppc/ppc.c optional ppc
dev/ppc/ppc_puc.c optional ppc puc pci
dev/random/nehemiah.c optional random
@@ -325,7 +326,6 @@ i386/isa/isa.c optional isa
i386/isa/isa_dma.c optional isa
i386/isa/nmi.c standard
i386/isa/npx.c optional npx
-i386/isa/pcf.c optional pcf
i386/isa/pcvt/pcvt_drv.c optional vt
i386/isa/pcvt/pcvt_ext.c optional vt
i386/isa/pcvt/pcvt_kbd.c optional vt
OpenPOWER on IntegriCloud