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.
This commit is contained in:
parent
50e43712d9
commit
5c42327764
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user