mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Add callout device for bidirectional port
This commit is contained in:
parent
253a42c5fc
commit
946b113fcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=961
@ -71,7 +71,7 @@
|
||||
# tw* xten power controller
|
||||
# snd* various sound cards
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $
|
||||
# $Id: MAKEDEV,v 1.21 1993/12/24 11:36:28 rgrimes Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -444,11 +444,12 @@ speaker)
|
||||
chown root.wheel speaker
|
||||
;;
|
||||
|
||||
sio*|tty*)
|
||||
sio*|tty*|cua*)
|
||||
unit=`expr $i : '...\(.*\)'`
|
||||
rm -f tty0$unit
|
||||
rm -f tty0$unit cua0$unit
|
||||
mknod tty0$unit c 28 $unit
|
||||
chown uucp.wheel tty0$unit
|
||||
mknod cua0$unit c 28 `expr $unit + 128`
|
||||
chown uucp.wheel tty0$unit cua0$unit
|
||||
;;
|
||||
|
||||
mse*)
|
||||
|
@ -71,7 +71,7 @@
|
||||
# tw* xten power controller
|
||||
# snd* various sound cards
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $
|
||||
# $Id: MAKEDEV,v 1.21 1993/12/24 11:36:28 rgrimes Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -444,11 +444,12 @@ speaker)
|
||||
chown root.wheel speaker
|
||||
;;
|
||||
|
||||
sio*|tty*)
|
||||
sio*|tty*|cua*)
|
||||
unit=`expr $i : '...\(.*\)'`
|
||||
rm -f tty0$unit
|
||||
rm -f tty0$unit cua0$unit
|
||||
mknod tty0$unit c 28 $unit
|
||||
chown uucp.wheel tty0$unit
|
||||
mknod cua0$unit c 28 `expr $unit + 128`
|
||||
chown uucp.wheel tty0$unit cua0$unit
|
||||
;;
|
||||
|
||||
mse*)
|
||||
|
Loading…
Reference in New Issue
Block a user