summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-11-15 20:39:46 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-11-15 20:39:46 +0000
commit5dd64b53feea9c808079c6f2286504e7a39f965b (patch)
tree35030a359735d3fd5b5b1b0b3c3196f880d41791 /sys
parent9d43658136f4d77016705d796fa1a99d05ed0339 (diff)
Attach to "rsc-console". Hopefuly this will give us a proper console on
the Sun Fire 280R/V480/V880 when the console is directed to the RSC card.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/dev/com_ebus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c
index 836c7efa8b1..edf008c990c 100644
--- a/sys/arch/sparc64/dev/com_ebus.c
+++ b/sys/arch/sparc64/dev/com_ebus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com_ebus.c,v 1.12 2007/04/03 23:17:42 kettenis Exp $ */
+/* $OpenBSD: com_ebus.c,v 1.13 2007/11/15 20:39:45 kettenis Exp $ */
/* $NetBSD: com_ebus.c,v 1.6 2001/07/24 19:27:10 eeh Exp $ */
/*
@@ -62,6 +62,7 @@ struct cfattach com_ebus_ca = {
static char *com_names[] = {
"su",
"su_pnp",
+ "rsc-console",
NULL
};