summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-27 22:47:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-27 22:47:58 +0000
commite4d5bef5f96bcf01950a1560cdbd8d582aac4a8e (patch)
tree0f12c5731fbd670bfde3518a040f1a038387479f
parent74ddbed3578f610d041d1110e1e5fb2ef05e0859 (diff)
make more alike
-rw-r--r--sys/arch/mvme68k/conf/MVME14737
-rw-r--r--sys/arch/mvme68k/conf/MVME1624
-rw-r--r--sys/arch/mvme68k/conf/MVME1674
3 files changed, 40 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147
index 7a1cc2f46fd..3737c5df652 100644
--- a/sys/arch/mvme68k/conf/MVME147
+++ b/sys/arch/mvme68k/conf/MVME147
@@ -1,11 +1,15 @@
-# $OpenBSD: MVME147,v 1.5 1996/04/28 11:24:34 deraadt Exp $
+# $OpenBSD: MVME147,v 1.6 1996/05/27 22:47:56 deraadt Exp $
machine mvme68k m68k
+#options "M68040" # support for 040
+#options FPSP # MC68040 floating point support
options "M68030" # support for 030
options FPCOPROC # Support for MC6888[12] (Required)
options MVME147 # (requires M68030)
+#options MVME162 # (requires M68040)
+#options MVME167 # includes 166 (requires M68040)
maxusers 6
@@ -57,10 +61,41 @@ wdsc0 at pcc0 offset 0x4000 ipl 2
lp0 at pcc0 ipl 1
vme0 at pcc0 offset 0x2000
+# MVME162
+#mc0 at mainbus0 addr 0xfff00000
+#clock0 at mc0 ipl 5
+#nvram0 at mc0 offset 0xc0000
+#zs0 at mc0 offset 0x45000 ipl 4
+#zs1 at mc0 offset 0x45801 ipl 4
+#ie0 at mc0 offset 0x46000 ipl 1
+#siop0 at mc0 offset 0x47000 ipl 2
+#memc0 at mc0 offset 0x43000
+#memc1 at mc0 offset 0x41000
+#ipic0 at mc0 offset 0xbc000
+#vme0 at mc0 offset 0x40000
+#flash0 at mainbus0 addr 0xffa00000
+#sram0 at mainbus0 addr 0xffe00000
+
+#fooip* at ipic? manu 0x11 prod 0x22 ipl 1
+
+# MVME166/167/177
+#pcctwo0 at mainbus0 addr 0xfff00000
+#clock0 at pcctwo0 ipl 5
+#nvram0 at pcctwo0 offset 0xc0000
+#ie0 at pcctwo0 offset 0x46000 ipl 1
+#siop0 at pcctwo0 offset 0x47000 ipl 2
+#cl0 at pcctwo0 offset 0x45000 ipl 3
+#vme0 at pcctwo0 offset 0x40000
+#lptwo0 at pcctwo0 ipl 1
+#memc0 at pcctwo0 offset 0x43000
+#memc1 at pcctwo0 offset 0x43100
+#sram0 at mainbus0 addr 0xffe00000
+
vmes0 at vme0
vmel0 at vme0
scsibus* at wdsc?
+#scsibus* at siop?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162
index b81919a3658..4de28324c4c 100644
--- a/sys/arch/mvme68k/conf/MVME162
+++ b/sys/arch/mvme68k/conf/MVME162
@@ -1,11 +1,11 @@
-# $OpenBSD: MVME162,v 1.5 1996/04/28 11:24:38 deraadt Exp $
+# $OpenBSD: MVME162,v 1.6 1996/05/27 22:47:56 deraadt Exp $
machine mvme68k m68k
options "M68040" # support for 040
options FPSP # MC68040 floating point support
#options "M68030" # support for 030
-options FPCOPROC # Support for MC6888[12] (Required)
+#options FPCOPROC # Support for MC6888[12] (Required)
#options MVME147 # (requires M68030)
options MVME162 # (requires M68040)
diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167
index fb3ab772ecd..ae000f8ecb9 100644
--- a/sys/arch/mvme68k/conf/MVME167
+++ b/sys/arch/mvme68k/conf/MVME167
@@ -1,11 +1,11 @@
-# $OpenBSD: MVME167,v 1.5 1996/04/28 11:24:39 deraadt Exp $
+# $OpenBSD: MVME167,v 1.6 1996/05/27 22:47:57 deraadt Exp $
machine mvme68k m68k
options "M68040" # support for 040
options FPSP # MC68040 floating point support
#options "M68030" # support for 030
-options FPCOPROC # Support for MC6888[12] (Required)
+#options FPCOPROC # Support for MC6888[12] (Required)
#options MVME147 # (requires M68030)
#options MVME162 # (requires M68040)