Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/dev Remove pointless debugging check.
details: https://anonhg.NetBSD.org/src/rev/5e850928e734
branches: trunk
changeset: 487939:5e850928e734
user: pk <pk%NetBSD.org@localhost>
date: Thu Jun 15 14:42:32 2000 +0000
description:
Remove pointless debugging check.
diffstat:
sys/arch/sparc/dev/si.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r af383e0b6065 -r 5e850928e734 sys/arch/sparc/dev/si.c
--- a/sys/arch/sparc/dev/si.c Thu Jun 15 14:27:07 2000 +0000
+++ b/sys/arch/sparc/dev/si.c Thu Jun 15 14:42:32 2000 +0000
@@ -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->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.
Home |
Main Index |
Thread Index |
Old Index