summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-10-23 07:25:35 +0000
committerasami <asami@FreeBSD.org>1996-10-23 07:25:35 +0000
commitda2957207b1d3dec86dcf8334bc11b75a9113b84 (patch)
tree59a2eda3deec512d26d8ccb3951fd2db2f76dab6 /sys/conf/files.pc98
parent326b6b4bd810b639513bd0adabaeed761886bd77 (diff)
downloadFreeBSD-src-da2957207b1d3dec86dcf8334bc11b75a9113b84.zip
FreeBSD-src-da2957207b1d3dec86dcf8334bc11b75a9113b84.tar.gz
Another round of merge.
(1) Bug fix (pass boot drive): pc98/boot/biosboot/boot2.S (2) Delete code for unsupported high-resolution modes and move old Epson notebook code to epsonio.h: pc98/boot/biosboot/io.c pc98/i386/vm_machdep.c pc98/pc98/fd.c pc98/pc98/pc98.c pc98/pc98/pc98.h pc98/pc98/epsonio.h (new) (3) Change aic driver so that PCMCIA cards (I/O port same as PC/AT) and PC-9801-100 cards can be selected with a flag in kernel config file: pc98/pc98/aic6360.c pc98/pc98/aic_98.h (new) (4) Fix wcd entry (it was broken). Delete mcd, it doesn't work on 98. Change aic entry according to above: pc98/conf/GENERIC98 (5) Move pc98_machdep.c to top of files in pc98/pc98: pc98/conf/files.pc98 (6) Delete empty lines: pc98/i386/locore.s (7) Fix (it didn't work if I586 was specified): pc98/pc98/clock.c (8) Staticize: pc98/pc98/pc98_machdep.c (9) Enable workaround for Cyrix bug for 5x86 also: pc98/i386/machdep.c pc98/i386/trap.c All the above deletes this file too: pc98/i386/pmap.c (phew!) Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc987
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 1d02c57..fef4b97 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -3,7 +3,7 @@
#
# modified for PC-9801
#
-# $Id: files.i386,v 1.140 1996/09/11 19:53:30 phk Exp $
+# $Id: files.pc98,v 1.7 1996/09/12 11:09:18 asami Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -50,12 +50,12 @@ i386/i386/in_cksum.c optional inet
# now normal.
# i386/i386/locore.s standard
pc98/i386/machdep.c standard
-pc98/pc98/pc98_machdep.c standard
i386/i386/math_emulate.c optional math_emulate
i386/i386/mem.c standard
pc98/i386/microtime.s standard
+i386/i386/perfmon.c optional perfmon profiling-routine
i386/i386/perfmon.c optional perfmon
-pc98/i386/pmap.c standard
+i386/i386/pmap.c standard
i386/i386/procfs_machdep.c standard
i386/i386/support.s standard
i386/i386/swtch.s standard
@@ -82,6 +82,7 @@ i386/ibcs2/ibcs2_errno.c optional ibcs2
i386/ibcs2/ibcs2_sysent.c optional ibcs2
i386/ibcs2/ibcs2_sysvec.c optional ibcs2
i386/ibcs2/imgact_coff.c optional ibcs2
+pc98/pc98/pc98_machdep.c standard
pc98/pc98/bs/bs.c optional bs device-driver
pc98/pc98/bs/bsfunc.c optional bs device-driver
pc98/pc98/bs/bshw.c optional bs device-driver
OpenPOWER on IntegriCloud