summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-07-15 19:25:50 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-07-15 19:25:50 +0000
commit69cf2041742e938a8ae0a1dfa255ed1377ba0aad (patch)
treed871a600601d1a213d8c68b4e6e1b2b386837826 /sys/arch/hppa/include
parent75794e3db978d84f32b4dfd1285c03786a530b40 (diff)
Delay switching to the real serial console until we attach the serial device.
The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. ok miod@
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/param.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 59dbc90acea..edf08d13765 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.35 2007/07/01 12:19:27 kettenis Exp $ */
+/* $OpenBSD: param.h,v 1.36 2007/07/15 19:25:49 kettenis Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -110,14 +110,6 @@
#define ISHPMMADDR(v) 0 /* XXX ...jef */
#define HPMMBASEADDR(v) ((unsigned)(v) & ~HPMMMASK)
#endif
-
-#ifndef _LOCORE
-#define CONADDR conaddr
-#define CONUNIT conunit
-#define COM_FREQ 7372800
-extern hppa_hpa_t conaddr;
-extern int conunit;
-#endif
#endif
#define __SWAP_BROKEN