summaryrefslogtreecommitdiffstats
path: root/sys/conf
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
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')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.sparc642
3 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 14d18d9..8ca7082 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -763,6 +763,7 @@ dev/pccard/power_if.m standard
dev/pccbb/pccbb.c optional cbb
dev/pccbb/pccbb_isa.c optional cbb isa
dev/pccbb/pccbb_pci.c optional cbb pci
+dev/pcf/pcf.c optional pcf
dev/pci/eisa_pci.c optional pci eisa
dev/pci/fixup_pci.c optional pci
dev/pci/ignore_pci.c optional pci
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
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 47b1341..470cd2c 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -46,6 +46,8 @@ dev/ofw/ofw_console.c optional ofw_console
dev/ofw/openfirm.c standard
dev/ofw/openfirmio.c standard
dev/ofw/openpromio.c standard
+dev/pcf/envctrl.c optional pcf
+dev/pcf/pcf_ebus.c optional pcf ebus
dev/sound/sbus/cs4231.c optional snd_audiocs ebus
dev/sound/sbus/cs4231.c optional snd_audiocs sbus
dev/syscons/scgfbrndr.c optional sc
OpenPOWER on IntegriCloud