Remove pointless debugging check.
This commit is contained in:
parent
cc9163a28a
commit
98726268ee
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: si.c,v 1.58 2000/06/15 14:27:07 pk Exp $ */
|
||||
/* $NetBSD: si.c,v 1.59 2000/06/15 14:42:32 pk Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -944,14 +944,6 @@ si_vme_dma_start(ncr_sc)
|
||||
si->fifo_count = (u_short)(xlen & 0xFFFF);
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
if (si->fifo_count != xlen) {
|
||||
printf("si_dma_start: Fifo_count=0x%x, xlen=0x%x\n",
|
||||
si->fifo_count, xlen);
|
||||
Debugger();
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Acknowledge the phase change. (After DMA setup!)
|
||||
* Put the SBIC into DMA mode, and start the transfer.
|
||||
|
Loading…
Reference in New Issue
Block a user