Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.dreamcast Add comments for ws* devices.



details:   https://anonhg.NetBSD.org/src/rev/e64abdd01416
branches:  trunk
changeset: 533341:e64abdd01416
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 27 23:11:29 2002 +0000

description:
Add comments for ws* devices.
Please, don't forget to add comment lines when adding/enabling device
nodes.

diffstat:

 etc/etc.dreamcast/MAKEDEV |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r e73b146f627b -r e64abdd01416 etc/etc.dreamcast/MAKEDEV
--- a/etc/etc.dreamcast/MAKEDEV Thu Jun 27 23:06:41 2002 +0000
+++ b/etc/etc.dreamcast/MAKEDEV Thu Jun 27 23:11:29 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.22 2002/06/27 16:22:35 tsutsui Exp $
+#      $NetBSD: MAKEDEV,v 1.23 2002/06/27 23:11:29 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -55,6 +55,12 @@
 # Console ports:
 #      ttyE?   Workstation console ("wscons") glass-tty emulators
 #
+# Pointing devices:
+#      wsmouse* wscons mouse events
+#
+# Keyboard devices:
+#      wskbd*  wscons keyboard events
+#
 # Terminal ports:
 #      scif*   serial communcation interface with FIFO
 #      com*    standard PC COM ports                   (XXX)
@@ -77,6 +83,7 @@
 #      tun*    network tunnel driver
 #      joy*    joystick device
 #      systrace syscall tracer
+#      wsmux*  wscons event multiplexor
 #
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin



Home | Main Index | Thread Index | Old Index