|
|
@ -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*) |
|
|
|