summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/files.pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-09-27 03:35:41 +0000
committerkato <kato@FreeBSD.org>1999-09-27 03:35:41 +0000
commit492315a247ed77161b41bc26f5ca85c085ade2c1 (patch)
treef3d902b87384cd52d0fee93be8300b18d63c9f3a /sys/pc98/conf/files.pc98
parentaa607b12e7833114cab7feeae24e0b133dfd1b51 (diff)
downloadFreeBSD-src-492315a247ed77161b41bc26f5ca85c085ade2c1.zip
FreeBSD-src-492315a247ed77161b41bc26f5ca85c085ade2c1.tar.gz
Make ed driver work again.
isa_compat.c Copied from sys/i386/isa/isa_compat.c. It includes sys/pc98/pc98/isa_compat.h instead of sys/i386/isa/isa_compat.h. isa_compat.h Copied from sys/i386/isa/isa_compat.c. The ed driver is registered in this file until pc98's ed driver is converted into new-bus style. files.pc98 Use sys/pc98/pc98/isa_compat.c instead of sys/i386/isa/isa_compat.c. if_ed.c - Fixed the location of the include file. - Disalbed pnp support.
Diffstat (limited to 'sys/pc98/conf/files.pc98')
-rw-r--r--sys/pc98/conf/files.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index f042317..f04195e 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/conf/files.pc98
@@ -208,7 +208,7 @@ i386/isa/intr_machdep.c standard
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/isa/isa.c optional isa
-i386/isa/isa_compat.c optional isa
+pc98/pc98/isa_compat.c optional isa
pc98/pc98/isa_dma.c optional isa
i386/isa/istallion.c optional stli
i386/isa/joy.c optional joy
OpenPOWER on IntegriCloud