Browse Source

Regen

OPENBSD_3_8
miod 19 years ago
parent
commit
13c937fcd9
2 changed files with 13 additions and 4 deletions
  1. +11
    -3
      src/etc/etc.sparc/MAKEDEV
  2. +2
    -1
      src/etc/etc.sparc/MAKEDEV.md

+ 11
- 3
src/etc/etc.sparc/MAKEDEV View File

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


+ 2
- 1
src/etc/etc.sparc/MAKEDEV.md View File

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


Loading…
Cancel
Save