diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
commit | a8e7ede44bdc1df0f4533b916123f47ef374c6fe (patch) | |
tree | 23ea172fa53895dc5bfc0b1feee788caf32a0940 /sys/dev/ic/wdc.c | |
parent | 2a185228c04e6940839149035e64bd65186c7379 (diff) |
remove cold.
Diffstat (limited to 'sys/dev/ic/wdc.c')
-rw-r--r-- | sys/dev/ic/wdc.c | 7 |
1 files changed, 1 insertions, 6 deletions
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; |