diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-03 23:04:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-03 23:04:00 +0000 |
commit | 2b31e82237dabc508cbc2df2c9a840ed81cab1cc (patch) | |
tree | 9a07f34b04a5e562d7f680d3232060d0d402182a | |
parent | b33b8926939f770fb2c64241ecea527d63e3bb06 (diff) |
Shupid me, bugtty is necessary...
-rw-r--r-- | sys/arch/mvme68k/conf/MVME147 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME162 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME167 | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147 index 94b98adc416..5b234f3f0f2 100644 --- a/sys/arch/mvme68k/conf/MVME147 +++ b/sys/arch/mvme68k/conf/MVME147 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME147,v 1.15 2001/08/03 21:16:04 miod Exp $ +# $OpenBSD: MVME147,v 1.16 2001/08/03 23:03:59 miod Exp $ machine mvme68k m68k @@ -29,6 +29,8 @@ wdsc0 at pcc0 offset 0x4000 ipl 2 lp0 at pcc0 ipl 1 vme0 at pcc0 offset 0x2000 +bugtty0 at mainbus0 + vmes0 at vme0 #vs* at vmes0 addr 0xffff9000 ipl 2 vec 0x80 len 0x800 diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162 index 234091f728a..390a74d0179 100644 --- a/sys/arch/mvme68k/conf/MVME162 +++ b/sys/arch/mvme68k/conf/MVME162 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME162,v 1.18 2001/08/03 21:16:04 miod Exp $ +# $OpenBSD: MVME162,v 1.19 2001/08/03 23:03:59 miod Exp $ machine mvme68k m68k @@ -36,6 +36,8 @@ sram0 at mainbus0 addr 0xffe00000 fooip* at ipic? manu 0x11 prod 0x22 ipl 1 +bugtty0 at mainbus0 + vmes0 at vme0 vs* at vmes0 addr 0xffff9000 ipl 2 vec 0x80 len 0x800 diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167 index 9b974acc270..71b77b46995 100644 --- a/sys/arch/mvme68k/conf/MVME167 +++ b/sys/arch/mvme68k/conf/MVME167 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME167,v 1.18 2001/08/03 21:16:04 miod Exp $ +# $OpenBSD: MVME167,v 1.19 2001/08/03 23:03:59 miod Exp $ machine mvme68k m68k @@ -32,7 +32,7 @@ memc0 at pcctwo0 offset 0x43000 memc1 at pcctwo0 offset 0x43100 sram0 at mainbus0 addr 0xffe00000 -#bugtty0 at mainbus0 +bugtty0 at mainbus0 vmes0 at vme0 |