summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-10-01 19:00:53 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-10-01 19:00:53 +0000
commit28d2048972070870285a1f3bcb1de5a0edeb9da2 (patch)
tree31e42da56e059c64534e201480c6a4eb2a560e8f /sys/arch/mvme88k/conf
parent1173b4bd409e7e437a50878107df575f66fd4aa2 (diff)
More mvme88k code cleaning:
- merge locore_c_routines.c into machdep.c - split machdep.c into really machdep.c content, and board-specific routines (memory sizing, early initialization, etc). No functionnal change.
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r--sys/arch/mvme88k/conf/files.mvme88k12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k
index c0a48317c71..18df991418c 100644
--- a/sys/arch/mvme88k/conf/files.mvme88k
+++ b/sys/arch/mvme88k/conf/files.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: files.mvme88k,v 1.32 2004/07/25 11:06:42 miod Exp $
+# $OpenBSD: files.mvme88k,v 1.33 2004/10/01 19:00:51 miod Exp $
#
maxpartitions 16
@@ -63,9 +63,9 @@ device vmes { [addr = -1], [vec = -1], [ipl = 0] }
attach vmes at vme
device vmel { [addr = -1], [vec = -1], [ipl = 0] }
attach vmel at vme
-file arch/mvme88k/dev/vme.c vme | vmes | vmel
-file arch/mvme88k/dev/vmes.c vmes needs-count
-file arch/mvme88k/dev/vmel.c vmel needs-count
+file arch/mvme88k/dev/vme.c vme | vmes | vmel
+file arch/mvme88k/dev/vmes.c vmes needs-count
+file arch/mvme88k/dev/vmel.c vmel needs-count
# list of standard files
file dev/cons.c
@@ -82,8 +82,10 @@ 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_c_routines.c
file arch/mvme88k/mvme88k/machdep.c
+file arch/mvme88k/mvme88k/m187_machdep.c mvme187
+file arch/mvme88k/mvme88k/m188_machdep.c mvme188
+file arch/mvme88k/mvme88k/m197_machdep.c mvme197
file arch/mvme88k/mvme88k/mem.c
file arch/mvme88k/mvme88k/pmap_bootstrap.c
file arch/mvme88k/mvme88k/pmap_table.c