From 69cf2041742e938a8ae0a1dfa255ed1377ba0aad Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 15 Jul 2007 19:25:50 +0000 Subject: 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@ --- sys/arch/hppa/include/param.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/arch/hppa/include') 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 -- cgit v1.2.3