Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Remove "md" - we have a specific INSTALL ...



details:   https://anonhg.NetBSD.org/src/rev/26607ba25d46
branches:  trunk
changeset: 467709:26607ba25d46
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Mar 27 15:31:50 1999 +0000

description:
Remove "md" - we have a specific INSTALL kernel, so we don't need "md"
on the GENERIC kernel.  Pointed out by Erik Fair.

diffstat:

 sys/arch/pmax/conf/GENERIC |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1aed2db4be53 -r 26607ba25d46 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sat Mar 27 15:22:17 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sat Mar 27 15:31:50 1999 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (any model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.36 1999/03/27 11:10:25 simonb Exp $
+#      $NetBSD: GENERIC,v 1.37 1999/03/27 15:31:50 simonb Exp $
 #
 include                "arch/pmax/conf/std.pmax"
 
@@ -149,7 +149,6 @@
 pseudo-device  vnd              4      # virtual disk ick
 pseudo-device  ccd              4      # concatenated disks
 #pseudo-device raid             4      # RAIDframe disk driver
-pseudo-device  md               1      # memory disk device (ramdisk)
 
 pseudo-device  rasterconsole    1      # NB: raster console requires "fb"
 pseudo-device  fb               1      # up to 3 framebuffers



Home | Main Index | Thread Index | Old Index