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/mvme88k/conf | |
parent | 4bc8efd29f290caad078386f1308c7f9d49c95ae (diff) |
There is no point keeping ramdisk support in non-RAMDISK kernels.
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M187 | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M188 | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M197 | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index cf4a9726127..9fdf2a3a0b9 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2001/08/23 22:04:32 miod Exp $ +# $OpenBSD: GENERIC,v 1.21 2001/11/08 23:53:12 miod Exp $ machine mvme88k @@ -78,6 +78,3 @@ scsibus* at ssh? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? - -# ------------------------------ pseudo devices ------------------------ -pseudo-device rd 2 diff --git a/sys/arch/mvme88k/conf/M187 b/sys/arch/mvme88k/conf/M187 index 4271cb18c56..4417bb9b669 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -1,4 +1,4 @@ -# $OpenBSD: M187,v 1.12 2001/08/23 22:04:32 miod Exp $ +# $OpenBSD: M187,v 1.13 2001/11/08 23:53:12 miod Exp $ machine mvme88k @@ -60,6 +60,3 @@ scsibus* at ssh? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? - -# ------------------------------ pseudo devices ------------------------ -pseudo-device rd 2 diff --git a/sys/arch/mvme88k/conf/M188 b/sys/arch/mvme88k/conf/M188 index 7c6774aa4a4..561bc4f19f1 100644 --- a/sys/arch/mvme88k/conf/M188 +++ b/sys/arch/mvme88k/conf/M188 @@ -1,4 +1,4 @@ -# $OpenBSD: M188,v 1.9 2001/08/23 22:04:32 miod Exp $ +# $OpenBSD: M188,v 1.10 2001/11/08 23:53:12 miod Exp $ machine mvme88k @@ -54,6 +54,3 @@ scsibus* at vs? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? - -# ------------------------------ pseudo devices ------------------------ -pseudo-device rd 2 diff --git a/sys/arch/mvme88k/conf/M197 b/sys/arch/mvme88k/conf/M197 index 68e5b2dc567..61824a7bc17 100644 --- a/sys/arch/mvme88k/conf/M197 +++ b/sys/arch/mvme88k/conf/M197 @@ -1,4 +1,4 @@ -# $OpenBSD: M197,v 1.7 2001/08/23 22:04:32 miod Exp $ +# $OpenBSD: M197,v 1.8 2001/11/08 23:53:12 miod Exp $ machine mvme88k @@ -64,6 +64,3 @@ scsibus* at ssh? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? - -# ------------------------------ pseudo devices ------------------------ -pseudo-device rd 2 |