diff options
author | 2004-09-21 07:56:20 +0000 | |
---|---|---|
committer | 2004-09-21 07:56:20 +0000 | |
commit | b10a39bab6a007344122a17bccce188f36deb941 (patch) | |
tree | c4827ac87e62fab1b933781d09a18258ad2931fc | |
parent | /dev/ptm support for sgi. (diff) | |
download | wireguard-openbsd-b10a39bab6a007344122a17bccce188f36deb941.tar.xz wireguard-openbsd-b10a39bab6a007344122a17bccce188f36deb941.zip |
Regen
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 15 | ||||
-rw-r--r-- | share/man/man8/man8.sgi/MAKEDEV.8 | 15 |
2 files changed, 19 insertions, 11 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*) diff --git a/share/man/man8/man8.sgi/MAKEDEV.8 b/share/man/man8/man8.sgi/MAKEDEV.8 index b5c989feb6a..7ca535f72a8 100644 --- a/share/man/man8/man8.sgi/MAKEDEV.8 +++ b/share/man/man8/man8.sgi/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.5 2004/08/19 07:05:51 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.6 2004/09/21 07:56:23 miod Exp $ .\" .\" 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.man,v 1.3 2004/03/12 18:12:12 miod Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd August 19, 2004 +.Dd September 21, 2004 .Dt MAKEDEV 8 sgi .Os .Sh NAME @@ -120,12 +120,15 @@ NS16x50 serial ports, see .Pp .Sy Pseudo terminals .Bl -tag -width tenletters -compact -.It Ar tty* -Set of 62 slave pseudo terminals, see -.Xr tty 4 . +.It Ar ptm +pty master device, see +.Xr ptm 4 . .It Ar pty* Set of 62 master pseudo terminals, see .Xr pty 4 . +.It Ar tty* +Set of 62 slave pseudo terminals, see +.Xr tty 4 . .El .Pp .Sy Console ports |