summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-03-19 13:07:12 +0000
committerpeter <peter@FreeBSD.org>2000-03-19 13:07:12 +0000
commit35e00e91c81c202b223a8954e6798bff332b6ca2 (patch)
tree9a22fcf4c02473f470d31db949a7c6d32f882f33 /sys/conf/files.pc98
parentd5a5d97386bb5078082d6af0f294010609a96f04 (diff)
downloadFreeBSD-src-35e00e91c81c202b223a8954e6798bff332b6ca2.zip
FreeBSD-src-35e00e91c81c202b223a8954e6798bff332b6ca2.tar.gz
Connect the ISA and PCI compatability shims to an option. In this case
it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a fairly strong incentive to update the older drivers to newbus, but doesn't (quite) leave anybody hanging with no hardware support. I was talking with a few folks and I was encouraged to simply break or disable the shims but that was a bit too drastic for my liking.
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 43783c5..e619ae8 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -204,7 +204,7 @@ i386/isa/intr_machdep.c standard
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
i386/isa/isa.c optional isa
-pc98/pc98/isa_compat.c optional isa
+pc98/pc98/isa_compat.c optional isa compat_oldisa
pc98/pc98/isa_dma.c optional isa
i386/isa/istallion.c optional stli
i386/isa/labpc.c optional labpc
OpenPOWER on IntegriCloud