Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.cats Add ttyEconf char device for wsmoused. The won...



details:   https://anonhg.NetBSD.org/src/rev/fa59044503a1
branches:  trunk
changeset: 537732:fa59044503a1
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Oct 05 10:47:51 2002 +0000

description:
Add ttyEconf char device for wsmoused.  The wonders of having MI stuff, it
just worked.

Also add wsfont and ttyEconf to the wscons section, which now means they're
created by default.

No man page update due to this.

diffstat:

 etc/etc.cats/MAKEDEV |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r fe3bd72aeb72 -r fa59044503a1 etc/etc.cats/MAKEDEV
--- a/etc/etc.cats/MAKEDEV      Sat Oct 05 10:42:23 2002 +0000
+++ b/etc/etc.cats/MAKEDEV      Sat Oct 05 10:47:51 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.16 2002/08/09 02:39:18 lukem Exp $
+#      $NetBSD: MAKEDEV,v 1.17 2002/10/05 10:47:51 chris Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -26,7 +26,7 @@
 #
 ###########################################################################
 #
-#   PLEASE RUN "cd ../share/man/man8 ; make makedevs"
+#   PLEASE RUN "cd ../../share/man/man8 ; make makedevs"
 #   AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
 #
 ###########################################################################
@@ -226,7 +226,8 @@
        makedev wskbd0 wskbd1 wskbd2 wskbd3
        makedev wsmux0 wsmux1 wsmux2 wsmux3
        makedev wsmouse wskbd
-       makedev ttyEcfg
+       makedev ttyEcfg ttyEstat
+       makedev wsfont
        ;;
 
 wsmouse)
@@ -261,6 +262,13 @@
        chmod 600 ttyEcfg
        ;;
 
+ttyEstat)
+       chr=60
+       rm -f ttyEstat
+       mknod ttyEstat c $chr 254
+       chmod 600 ttyEstat
+       ;;
+
 ttyE*)
        chr=60; unit=${i#ttyE}
        rm -f ttyE$unit



Home | Main Index | Thread Index | Old Index