summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/dev/cons.h')
-rw-r--r--sys/arch/sparc64/dev/cons.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/arch/sparc64/dev/cons.h b/sys/arch/sparc64/dev/cons.h
index 0234189e786..0419815fbe7 100644
--- a/sys/arch/sparc64/dev/cons.h
+++ b/sys/arch/sparc64/dev/cons.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cons.h,v 1.2 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: cons.h,v 1.3 2007/03/07 06:23:04 miod Exp $ */
/* $NetBSD: cons.h,v 1.3 2000/05/19 05:26:17 eeh Exp $ */
/*-
@@ -29,23 +29,6 @@
* SUCH DAMAGE.
*/
-/*
- * PROM console driver.
- *
- * This is the default fallback console driver if nothing else attaches.
- */
-
-struct pconssoftc {
- struct device of_dev;
- struct tty *of_tty;
- struct timeout sc_poll_to;
- int of_flags;
-};
-/* flags: */
-#define OFPOLL 1
-
-#define OFBURSTLEN 128 /* max number of bytes to write in one chunk */
-
/* These are shared with the consinit OBP console */
extern int stdin, stdout;
void pcons_cnpollc(dev_t dev, int on);