From a8e7ede44bdc1df0f4533b916123f47ef374c6fe Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sun, 24 Jun 2001 20:59:41 +0000 Subject: remove cold. --- sys/dev/ic/wdc.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/dev/ic/wdc.c') diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index ec7cc396e64..7e5f84877e5 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.34 2001/06/06 04:12:19 angelos Exp $ */ +/* $OpenBSD: wdc.c,v 1.35 2001/06/24 20:59:40 fgsch Exp $ */ /* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */ @@ -613,7 +613,6 @@ wdcattach(chp) struct ata_atapi_attach aa_link; struct ataparams params; static int inited = 0; - extern int cold; #ifdef WDCDEBUG int savedmask = wdcdebug_mask; #endif @@ -994,10 +993,6 @@ wdc_wait_for_status(chp, mask, bits, timeout) u_char status; int time = 0; -#ifdef WDCNDELAY_DEBUG - extern int cold; -#endif - WDCDEBUG_PRINT(("wdcwait %s:%d\n", chp->wdc ?chp->wdc->sc_dev.dv_xname :"none", chp->channel), DEBUG_STATUS); chp->ch_error = 0; -- cgit v1.2.3