summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-01-10 18:11:30 +0000
committerache <ache@FreeBSD.org>1994-01-10 18:11:30 +0000
commit6cc7152206134f2f005a2521abf5503c2fc79f55 (patch)
tree7b67a2d8ed76fb0ed019e726669e7b9c64843ac1 /etc/MAKEDEV
parent454674c0f642f6c2bc3cbd420ed2ecc5bc7dabbd (diff)
downloadFreeBSD-src-6cc7152206134f2f005a2521abf5503c2fc79f55.zip
FreeBSD-src-6cc7152206134f2f005a2521abf5503c2fc79f55.tar.gz
Add callout device for bidirectional port
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 3d01dbd..3f37c28 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -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*)
OpenPOWER on IntegriCloud