summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-07-17 12:23:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-07-17 12:23:18 +0000
commitd02029cdfee9ae031bb640477af177877121e203 (patch)
treec4c07f35885ed5ac069cbdbf91cd538433af2bf6
parent992d4aa6e14b34bd1dd27f119c2f82b8c4c78b4c (diff)
Regen
-rw-r--r--etc/etc.sparc/MAKEDEV14
-rw-r--r--etc/etc.sparc/MAKEDEV.md3
-rw-r--r--share/man/man4/com.47
-rw-r--r--share/man/man8/man8.sparc/MAKEDEV.89
4 files changed, 24 insertions, 9 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index 62cda3c2f6d..2afef913f48 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.sparc/MAKEDEV.md,v 1.27 2005/03/29 16:40:10 miod Exp
-# OpenBSD: MAKEDEV.common,v 1.18 2005/06/02 20:09:38 tholo Exp
+# OpenBSD: MAKEDEV.common,v 1.19 2005/06/29 18:23:26 todd Exp
# OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -46,6 +46,7 @@
# Terminal ports:
# cua[a-z]* Zilog 8530 serial ports
# tty[a-z]* Zilog 8530 serial ports
+# tty[0-7][0-9a-f] NS16x50 serial ports
# magma* Magma multiport cards
# spif* "spif" multiport cards
# Pseudo terminals:
@@ -411,6 +412,13 @@ magma*)
M bpp${nam}1 c 101 $(($offset+1)) 600
;;
+tty[0-7][0-9a-f])
+ U=${i#tty*}
+ o=$(h2d $U)
+ M tty$U c 36 $o 660 dialer uucp
+ M cua$U c 36 $(($o+128)) 660 dialer uucp
+ ;;
+
tty[a-z])
u=${i#tty*}
case $u in
@@ -505,8 +513,8 @@ all)
R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D
R fd0E fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 cuaa cuab cuac
R cuad ttya ttyb ttyc ttyd ptm local wscons audio0 uk0 random
- R lkm apm pf systrace xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3
- R std st0 st1 fd
+ R lkm tty00 tty01 tty02 tty03 apm pf systrace xd0 xd1 xd2 xd3
+ R raid0 raid1 raid2 raid3 std st0 st1 fd
;;
presto*|xd*|xy*|sd*|raid*|ccd*)
diff --git a/etc/etc.sparc/MAKEDEV.md b/etc/etc.sparc/MAKEDEV.md
index 138e0267581..43d57358f22 100644
--- a/etc/etc.sparc/MAKEDEV.md
+++ b/etc/etc.sparc/MAKEDEV.md
@@ -1,5 +1,5 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.27 2005/03/29 16:40:10 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.28 2005/07/17 12:23:14 miod Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@@ -72,6 +72,7 @@ _DEV(st, 18, 11)
_TITLE(term)
_DEV(s64_czs, 12)
_DEV(s64_tzs, 12)
+_DEV(com, 36)
_DEV(mag, 100)
_DEV(spif, 102)
_TITLE(pty)
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4
index 961d7d828d4..a5d7a6c9d5e 100644
--- a/share/man/man4/com.4
+++ b/share/man/man4/com.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: com.4,v 1.22 2005/07/08 12:51:54 miod Exp $
+.\" $OpenBSD: com.4,v 1.23 2005/07/17 12:23:15 miod Exp $
.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
.\"
-.Dd January 4, 2005
+.Dd July 6, 2005
.Dt COM 4
.Os
.Sh NAME
@@ -70,6 +70,9 @@
.Cd "com2 at gsc? irq 13"
.Cd "com1 at dino? irq 11"
.Pp
+.Cd "# sparc"
+.Cd "com* at obio? " Pq "built-in modem on SPARCbook"
+.Pp
.Cd "# sparc64"
.Cd "com* at asio?"
.Cd "com* at ebus?"
diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8
index 9c7aad2f9f8..4791184d548 100644
--- a/share/man/man8/man8.sparc/MAKEDEV.8
+++ b/share/man/man8/man8.sparc/MAKEDEV.8
@@ -1,10 +1,10 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.31 2005/06/02 20:13:58 tholo Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.32 2005/07/17 12:23:17 miod Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
.\" OpenBSD: etc.sparc/MAKEDEV.md,v 1.27 2005/03/29 16:40:10 miod Exp
-.\" OpenBSD: MAKEDEV.common,v 1.18 2005/06/02 20:09:38 tholo Exp
+.\" OpenBSD: MAKEDEV.common,v 1.19 2005/06/29 18:23:26 todd 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 June 2, 2005
+.Dd July 17, 2005
.Dt MAKEDEV 8 sparc
.Os
.Sh NAME
@@ -127,6 +127,9 @@ Zilog 8530 serial ports, see
.It Ar tty[a-z]*
Zilog 8530 serial ports, see
.Xr zs 4 .
+.It Ar tty[0-7][0-9a-f]
+NS16x50 serial ports, see
+.Xr com 4 .
.It Ar magma*
Magma multiport cards, see
.Xr magma 4 .