diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-08 23:53:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-08 23:53:13 +0000 |
commit | 20e7c06fe66a526b4808dff882fa88621379c051 (patch) | |
tree | faddeccc73a388111946c41e2948e577bd79b3bd /sys/arch/mvme68k/conf | |
parent | 4bc8efd29f290caad078386f1308c7f9d49c95ae (diff) |
There is no point keeping ramdisk support in non-RAMDISK kernels.
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 4 | ||||
-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 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME177 | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 080f8efbeb7..63c89d655ec 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2001/06/27 05:46:18 art Exp $ +# $OpenBSD: GENERIC,v 1.20 2001/11/08 23:53:10 miod Exp $ machine mvme68k m68k @@ -96,8 +96,6 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -pseudo-device rd 2 - #si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 #nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 #xd* at xdc? target ? diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147 index 5b234f3f0f2..6dae4a10b7c 100644 --- a/sys/arch/mvme68k/conf/MVME147 +++ b/sys/arch/mvme68k/conf/MVME147 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME147,v 1.16 2001/08/03 23:03:59 miod Exp $ +# $OpenBSD: MVME147,v 1.17 2001/11/08 23:53:10 miod Exp $ machine mvme68k m68k @@ -56,8 +56,6 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -pseudo-device rd 2 - #si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 #nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 #xd* at xdc? target ? diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162 index 390a74d0179..1a33395188f 100644 --- a/sys/arch/mvme68k/conf/MVME162 +++ b/sys/arch/mvme68k/conf/MVME162 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME162,v 1.19 2001/08/03 23:03:59 miod Exp $ +# $OpenBSD: MVME162,v 1.20 2001/11/08 23:53:10 miod Exp $ machine mvme68k m68k @@ -63,8 +63,6 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -pseudo-device rd 2 - #si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 #nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 #xd* at xdc? target ? diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167 index 71b77b46995..d619f092863 100644 --- a/sys/arch/mvme68k/conf/MVME167 +++ b/sys/arch/mvme68k/conf/MVME167 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME167,v 1.19 2001/08/03 23:03:59 miod Exp $ +# $OpenBSD: MVME167,v 1.20 2001/11/08 23:53:10 miod Exp $ machine mvme68k m68k @@ -59,8 +59,6 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -pseudo-device rd 2 - #si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 #nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 #xd* at xdc? target ? diff --git a/sys/arch/mvme68k/conf/MVME177 b/sys/arch/mvme68k/conf/MVME177 index 593fe5a8ee4..f5b24104d8f 100644 --- a/sys/arch/mvme68k/conf/MVME177 +++ b/sys/arch/mvme68k/conf/MVME177 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME177,v 1.8 2001/08/03 21:16:04 miod Exp $ +# $OpenBSD: MVME177,v 1.9 2001/11/08 23:53:10 miod Exp $ machine mvme68k m68k @@ -59,8 +59,6 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -pseudo-device rd 2 - #si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 #nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 #xd* at xdc? target ? |