Browse Source

Add /dev/ttyV*.

OPENBSD_4_6
kettenis 15 years ago
parent
commit
be74219c6a
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/etc/etc.sparc64/MAKEDEV.md

+ 7
- 1
src/etc/etc.sparc64/MAKEDEV.md View File

@ -1,6 +1,6 @@
define(MACHINE,sparc64)dnl define(MACHINE,sparc64)dnl
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.52 2009/04/12 22:18:50 kettenis Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.53 2009/05/12 20:15:21 kettenis Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@ -39,6 +39,10 @@ _mkdev(s64_czs, cua[a-z], {-u=${i#cua*}
*) echo unknown cua device $i ;; *) echo unknown cua device $i ;;
esac esac
M cua$u c major_s64_czs_c Add($n, 128) 660 dialer uucp-})dnl M cua$u c major_s64_czs_c Add($n, 128) 660 dialer uucp-})dnl
__devitem(vcc, ttyV*, virtual console concentrator,vcctty)dnl
_mkdev(vcc, ttyV[0-9a-zA-Z], {-U=${i#ttyV*}
o=$(alph2d $U)
M ttyV$U c major_vcc_c $o 600-})dnl
dnl dnl
__devitem(uperf, uperf, Performance counters)dnl __devitem(uperf, uperf, Performance counters)dnl
_mkdev(uperf, uperf, {-M uperf c major_uperf_c 0 664-})dnl _mkdev(uperf, uperf, {-M uperf c major_uperf_c 0 664-})dnl
@ -65,6 +69,7 @@ _DEV(s64_czs, 12)
_DEV(s64_tzs, 12) _DEV(s64_tzs, 12)
_DEV(spif, 108) _DEV(spif, 108)
_DEV(tth, 77) _DEV(tth, 77)
_DEV(vcc, 127)
_TITLE(pty) _TITLE(pty)
_DEV(ptm, 123) _DEV(ptm, 123)
_DEV(pty, 21) _DEV(pty, 21)
@ -152,3 +157,4 @@ target(all, vnd, 0, 1, 2, 3)dnl
target(all, bpp, 0)dnl target(all, bpp, 0)dnl
twrget(all, s64_tzs, tty, a, b, c, d)dnl twrget(all, s64_tzs, tty, a, b, c, d)dnl
twrget(all, s64_czs, cua, a, b, c, d)dnl twrget(all, s64_czs, cua, a, b, c, d)dnl
twrget(all, vcc, ttyV, 0, 1, 2, 3)dnl

Loading…
Cancel
Save