Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/sparc64/conf Pull up revision 1.102 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/5a5c01688447
branches:  netbsd-3
changeset: 575991:5a5c01688447
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Jun 03 15:47:59 2005 +0000

description:
Pull up revision 1.102 (requested by martin in ticket #369):
Add wsmux and wsfont pseudo devices.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 5bbf6af99492 -r 5a5c01688447 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Fri Jun 03 15:43:23 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Fri Jun 03 15:47:59 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.98.2.4 2005/06/03 15:43:23 riz Exp $
+#      $NetBSD: GENERIC32,v 1.98.2.5 2005/06/03 15:47:59 riz Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.98.2.4 $"
+#ident                 "GENERIC-$Revision: 1.98.2.5 $"
 
 maxusers       64
 
@@ -820,6 +820,8 @@
 
 pseudo-device  rnd
 
+pseudo-device  wsmux                   # mouse & keyboard multiplexor
+pseudo-device  wsfont
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 #pseudo-device pf                      # PF packet filter



Home | Main Index | Thread Index | Old Index