Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add wsmux and wsfont pseudo devices.



details:   https://anonhg.NetBSD.org/src/rev/0485ce3b5ef8
branches:  trunk
changeset: 580678:0485ce3b5ef8
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 03 14:48:52 2005 +0000

description:
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 3b6aeedc86d8 -r 0485ce3b5ef8 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Tue May 03 13:26:25 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Tue May 03 14:48:52 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.101 2005/04/29 19:41:21 martin Exp $
+#      $NetBSD: GENERIC32,v 1.102 2005/05/03 14:48:52 martin Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.101 $"
+#ident                 "GENERIC-$Revision: 1.102 $"
 
 maxusers       64
 
@@ -821,6 +821,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