summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf/files.mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-04-29 14:33:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-04-29 14:33:28 +0000
commit1fa78801a9defc09408f6ce5b7d52e7779fa0db2 (patch)
tree4c27b16dbb451c90c2f0389c2f192283d76e8b77 /sys/arch/mvme88k/conf/files.mvme88k
parenta500642091db73be0684e3a3946c4c97396c840e (diff)
Continue factorizing m88k common code, this time files in <arch>/<arch>
which were copied verbatim from mvme88k to luna88k. This requires backing out syntactic sugar in mvme88k kernel configuration files which would deduct the required processor types from the board models, as the common code only depends upon the M88100 and M88110 defines.
Diffstat (limited to 'sys/arch/mvme88k/conf/files.mvme88k')
-rw-r--r--sys/arch/mvme88k/conf/files.mvme88k16
1 files changed, 3 insertions, 13 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k
index 723cb448f29..00c51acde68 100644
--- a/sys/arch/mvme88k/conf/files.mvme88k
+++ b/sys/arch/mvme88k/conf/files.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: files.mvme88k,v 1.26 2004/04/24 19:51:44 miod Exp $
+# $OpenBSD: files.mvme88k,v 1.27 2004/04/29 14:33:27 miod Exp $
#
maxpartitions 16
@@ -77,26 +77,16 @@ file netns/ns_cksum.c ns
file arch/mvme88k/mvme88k/autoconf.c
file arch/mvme88k/mvme88k/conf.c
-file arch/mvme88k/mvme88k/cmmu.c
-file arch/mvme88k/mvme88k/m8820x.c mvme187 | mvme188
-file arch/mvme88k/mvme88k/m88110.c mvme197
+file arch/mvme88k/mvme88k/m8820x.c m88100
+file arch/mvme88k/mvme88k/m88110.c m88110
file arch/mvme88k/mvme88k/disksubr.c
file arch/mvme88k/mvme88k/dkbad.c
file arch/mvme88k/mvme88k/eh.S
-file arch/mvme88k/mvme88k/locore_asm_routines.S
file arch/mvme88k/mvme88k/locore_c_routines.c
-file arch/mvme88k/mvme88k/m88100_fp.S mvme187 | mvme188
-file arch/mvme88k/mvme88k/m88110_fp.S mvme197
-file arch/mvme88k/mvme88k/m88110_mmu.S mvme197
file arch/mvme88k/mvme88k/machdep.c
file arch/mvme88k/mvme88k/mem.c
file arch/mvme88k/mvme88k/pmap.c
file arch/mvme88k/mvme88k/pmap_table.c
-file arch/mvme88k/mvme88k/process.S
-file arch/mvme88k/mvme88k/process_machdep.c
-file arch/mvme88k/mvme88k/trap.c
-file arch/mvme88k/mvme88k/vectors_88100.S mvme187 | mvme188
-file arch/mvme88k/mvme88k/vectors_88110.S mvme197
file arch/mvme88k/mvme88k/vm_machdep.c
file arch/mvme88k/ddb/db_disasm.c ddb
file arch/mvme88k/ddb/db_interface.c ddb