diff options
Diffstat (limited to 'sys/arch/hp300/stand/common/dcm.c')
-rw-r--r-- | sys/arch/hp300/stand/common/dcm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/stand/common/dcm.c b/sys/arch/hp300/stand/common/dcm.c index 8247ad5f55b..14579f1d22a 100644 --- a/sys/arch/hp300/stand/common/dcm.c +++ b/sys/arch/hp300/stand/common/dcm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dcm.c,v 1.2 2003/06/02 23:27:46 millert Exp $ */ +/* $OpenBSD: dcm.c,v 1.3 2005/12/31 17:59:47 miod Exp $ */ /* $NetBSD: dcm.c,v 1.2 1997/04/14 05:58:32 scottr Exp $ */ /* @@ -68,9 +68,6 @@ dcmprobe(cp) } dcmcnaddr = (struct dcmdevice *) hw->hw_kva; -#ifdef FORCEDCMCONSOLE - cp->cn_pri = CN_REMOTE; -#else dcm = dcmcnaddr; switch (dcm->dcm_rsid) { case DCMID: @@ -85,7 +82,6 @@ dcmprobe(cp) } curcons_scode = hw->hw_sc; -#endif } void |