Source-Changes-HG archive

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

[src/trunk]: src/sbin/wsconsctl Change the default controlling devices to /de...



details:   https://anonhg.NetBSD.org/src/rev/c3821e896be9
branches:  trunk
changeset: 580567:c3821e896be9
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Apr 29 16:51:33 2005 +0000

description:
Change the default controlling devices to /dev/wskbd and /dev/wsmouse
(instead wskbd0 and wsmouse0), this way changes will affect all devices
instead of just the first one.

diffstat:

 sbin/wsconsctl/wsconsctl.8 |  10 +++++-----
 sbin/wsconsctl/wsconsctl.c |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r b03b883fde9b -r c3821e896be9 sbin/wsconsctl/wsconsctl.8
--- a/sbin/wsconsctl/wsconsctl.8        Fri Apr 29 16:00:31 2005 +0000
+++ b/sbin/wsconsctl/wsconsctl.8        Fri Apr 29 16:51:33 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsconsctl.8,v 1.16 2005/04/05 12:17:17 hubertf Exp $
+.\" $NetBSD: wsconsctl.8,v 1.17 2005/04/29 16:51:33 augustss Exp $
 .\"
 .\" Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"/
-.Dd July 30, 2004
+.Dd April 29, 2005
 .Dt WSCONSCTL 8
 .Os
 .Sh NAME
@@ -137,10 +137,10 @@
 German, Italian, Japanese, Norwegian, Portuguese, Spanish, and Swedish.
 Finally, a user-defined encoding is supported.
 .Sh FILES
-.Bl -tag -width /dev/wsmouse0
-.It Pa /dev/wskbd0
+.Bl -tag -width /dev/wsmouse
+.It Pa /dev/wskbd
 keyboard control device
-.It Pa /dev/wsmouse0
+.It Pa /dev/wsmouse
 mouse control device
 .It Pa /dev/ttyE0
 display control device
diff -r b03b883fde9b -r c3821e896be9 sbin/wsconsctl/wsconsctl.c
--- a/sbin/wsconsctl/wsconsctl.c        Fri Apr 29 16:00:31 2005 +0000
+++ b/sbin/wsconsctl/wsconsctl.c        Fri Apr 29 16:51:33 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsconsctl.c,v 1.10 2005/01/19 20:37:52 xtraeme Exp $ */
+/*     $NetBSD: wsconsctl.c,v 1.11 2005/04/29 16:51:33 augustss Exp $ */
 
 /*-
  * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
@@ -44,8 +44,8 @@
 #include <unistd.h>
 #include "wsconsctl.h"
 
-#define PATH_KEYBOARD          "/dev/wskbd0"
-#define PATH_MOUSE             "/dev/wsmouse0"
+#define PATH_KEYBOARD          "/dev/wskbd"
+#define PATH_MOUSE             "/dev/wsmouse"
 #define PATH_DISPLAY           "/dev/ttyE0"
 
 extern struct field keyboard_field_tab[];



Home | Main Index | Thread Index | Old Index