reenabled flushcount diagnostic check.
tweaked formatting on hex dump debugging routine
This commit is contained in:
parent
403a09df61
commit
235c2b2545
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: esp.c,v 1.30 2001/03/31 06:56:54 dbj Exp $ */
|
||||
/* $NetBSD: esp.c,v 1.31 2001/04/02 05:29:43 dbj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -510,12 +510,10 @@ esp_dma_isintr(sc)
|
|||
if (nr) {
|
||||
DPRINTF(("nextma_intr = %d\n",nr));
|
||||
#ifdef DIAGNOSTIC
|
||||
#if 0
|
||||
if (flushcount > 16) {
|
||||
if (flushcount > 4) {
|
||||
printf("%s: unexpected flushcount %d\n",sc->sc_dev.dv_xname,flushcount);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#ifdef DIAGNOSTIC
|
||||
#if 0
|
||||
if (esp_dma_isactive(sc)) {
|
||||
|
|
Loading…
Reference in New Issue