From 5c423277649c693055363644459406b3872607a7 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 5 Oct 2002 10:47:51 +0000 Subject: [PATCH] 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. --- etc/etc.cats/MAKEDEV | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV index 935e51067f03..832ea673e7d8 100755 --- a/etc/etc.cats/MAKEDEV +++ b/etc/etc.cats/MAKEDEV @@ -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 @@ wscons) 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 @@ ttyEcfg) 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