summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-21 07:56:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-21 07:56:24 +0000
commit978f7b57b7899caf8385fa1a5ae4ea31d01bc0cd (patch)
tree0813f94e315190c07d8946a9775344bba15d405f /etc
parenta5e92eb58424f32011f53be46fd3e2169816d402 (diff)
Regen
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.sgi/MAKEDEV15
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 7b8cafc2d68..46a10e2bb27 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sgi/MAKEDEV.md,v 1.4 2004/08/06 23:16:31 mickey Exp
+# OpenBSD: etc.sgi/MAKEDEV.md,v 1.5 2004/09/21 07:55:48 miod Exp
# OpenBSD: MAKEDEV.common,v 1.12 2004/08/19 07:05:20 miod Exp
# OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp
@@ -43,8 +43,9 @@
# Terminal ports:
# tty[0-7][0-9a-f] NS16x50 serial ports
# Pseudo terminals:
-# tty* Set of 62 slave pseudo terminals
+# ptm pty master device
# pty* Set of 62 master pseudo terminals
+# tty* Set of 62 slave pseudo terminals
# Console ports:
# ttyC0 Minimal wscons devices
# ttyC-F* wscons display devices
@@ -294,6 +295,10 @@ pty*)
done
;;
+ptm)
+ M ptm c 52 0 666
+ ;;
+
tty[0-7][0-9a-f])
U=${i#tty*}
o=$(h2d $U)
@@ -346,9 +351,9 @@ fd)
all)
R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4
- R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 ss0 ss1 ch0 local
- R wscons uk0 random tty00 tty01 tty02 tty03 pf wd0 wd1 wd2 wd3
- R std st0 st1 fd
+ R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 ss0 ss1 ch0 ptm
+ R local wscons uk0 random tty00 tty01 tty02 tty03 pf wd0 wd1
+ R wd2 wd3 std st0 st1 fd
;;
wd*|sd*|ccd*)