summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-08-29 23:43:17 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-08-29 23:43:17 +0000
commit05f321c4ac08ce5c6b100bca188bbb7f27a04692 (patch)
tree61d26cc61c346fba533d2f1c32c71aa931df831c /etc
parent97d011a3c3ace5fc1a09ca95815ab41ec357f480 (diff)
add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wscons
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV.mi6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi
index 49a862d2168..b3cd75d022c 100644
--- a/etc/MAKEDEV.mi
+++ b/etc/MAKEDEV.mi
@@ -1,6 +1,6 @@
include(MAKEDEV.sub)dnl
dnl
-vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.50 2002/08/12 10:45:04 miod Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.51 2002/08/29 23:43:16 todd Exp $-})dnl
dnl
divert(1)dnl
{-#-}
@@ -329,6 +329,8 @@ target(ramd, rd, 0)dnl
-})dnl
ifelse(MACHINE, sparc, {-dnl
twrget(wscons, wscons, ttyD, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
+twrget(wscons, wscons, ttyE, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
+twrget(wscons, wscons, ttyF, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
target(all, ses, 0)dnl
target(all, ch, 0)dnl
target(all, ss, 0, 1)dnl
@@ -352,6 +354,8 @@ target(ramd, cd, 0)dnl
-})dnl
ifelse(MACHINE, sparc64, {-dnl
twrget(wscons, wscons, ttyD, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
+twrget(wscons, wscons, ttyE, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
+twrget(wscons, wscons, ttyF, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
target(all, ccd, 0, 1, 2, 3)dnl
target(all, ses, 0)dnl
target(all, ch, 0)dnl