Add ttyEcfg.

This commit is contained in:
tsubai 1999-03-22 14:05:34 +00:00
parent 8fcaa99d1b
commit 18e25765c1
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.9 1999/02/26 12:01:36 tsubai Exp $
# $NetBSD: MAKEDEV,v 1.10 1999/03/22 14:05:34 tsubai Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -137,11 +137,19 @@ adb)
;;
wscons)
sh $0 ttyE0 ttyE1 ttyE2 ttyE3
sh $0 ttyE0 ttyE1 ttyE2 ttyE3 ttyEcfg
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
;;
ttyEcfg)
chr=35
rm -f ttyEcfg
mknod ttyEcfg c $chr 255
chown root.wheel ttyEcfg
chmod 600 ttyEcfg
;;
ttyE*)
chr=35; unit=${i#ttyE}
rm -f ttyE$unit