diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc64/MAKEDEV.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/etc.sparc64/MAKEDEV.md b/etc/etc.sparc64/MAKEDEV.md index 784ce68280b..78289231b45 100644 --- a/etc/etc.sparc64/MAKEDEV.md +++ b/etc/etc.sparc64/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,sparc64)dnl 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 dnl 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 ;; esac 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 __devitem(uperf, uperf, Performance counters)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(spif, 108) _DEV(tth, 77) +_DEV(vcc, 127) _TITLE(pty) _DEV(ptm, 123) _DEV(pty, 21) @@ -152,3 +157,4 @@ target(all, vnd, 0, 1, 2, 3)dnl target(all, bpp, 0)dnl twrget(all, s64_tzs, tty, a, b, c, d)dnl twrget(all, s64_czs, cua, a, b, c, d)dnl +twrget(all, vcc, ttyV, 0, 1, 2, 3)dnl |