Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/conf Enable vnd.



details:   https://anonhg.NetBSD.org/src/rev/69a377055ab6
branches:  trunk
changeset: 487574:69a377055ab6
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 09 13:16:00 2000 +0000

description:
Enable vnd.

diffstat:

 sys/arch/sun3/conf/GENERIC   |  6 +++---
 sys/arch/sun3/conf/GENERIC3X |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r ca775745d310 -r 69a377055ab6 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC        Fri Jun 09 13:06:32 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC        Fri Jun 09 13:16:00 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:36 itojun Exp $
+# $NetBSD: GENERIC,v 1.67 2000/06/09 13:16:00 tsutsui Exp $
 
 # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
 # Supports root on: ie0, le0, sd*, ...
 
 include "arch/sun3/conf/std.sun3"
 
-#ident                 "GENERIC-$Revision: 1.66 $"
+#ident                 "GENERIC-$Revision: 1.67 $"
 
 # Machines to be supported by this kernel
 options        FPU_EMULATE
@@ -228,7 +228,7 @@
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 
 pseudo-device  pty             32      # pseudo-terminals
-#pseudo-device vnd             4       # paging to files
+pseudo-device  vnd             4       # paging to files
 #pseudo-device ccd             4       # concatenated disks
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
diff -r ca775745d310 -r 69a377055ab6 sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X      Fri Jun 09 13:06:32 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X      Fri Jun 09 13:16:00 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.29 2000/04/01 14:00:29 tsutsui Exp $
+# $NetBSD: GENERIC3X,v 1.30 2000/06/09 13:16:00 tsutsui Exp $
 
 # GENERIC Sun3X (3/80, 3/470)
 # Supports root on: ie0, le0, sd*, ...
@@ -231,7 +231,7 @@
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 
 pseudo-device  pty             32      # pseudo-terminals
-#pseudo-device vnd             4       # paging to files
+pseudo-device  vnd             4       # paging to files
 #pseudo-device ccd             4       # concatenated disks
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components



Home | Main Index | Thread Index | Old Index