Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic kill RAL_DEBUG
details: https://anonhg.NetBSD.org/src/rev/1902bfb6a89c
branches: trunk
changeset: 346317:1902bfb6a89c
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 07 02:18:05 2016 +0000
description:
kill RAL_DEBUG
diffstat:
sys/dev/ic/rt2860.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a3bfdcd482c0 -r 1902bfb6a89c sys/dev/ic/rt2860.c
--- a/sys/dev/ic/rt2860.c Thu Jul 07 01:24:16 2016 +0000
+++ b/sys/dev/ic/rt2860.c Thu Jul 07 02:18:05 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rt2860.c,v 1.18 2016/07/07 01:24:16 christos Exp $ */
+/* $NetBSD: rt2860.c,v 1.19 2016/07/07 02:18:05 christos Exp $ */
/* $OpenBSD: rt2860.c,v 1.90 2016/04/13 10:49:26 mpi Exp $ */
/* $FreeBSD: head/sys/dev/ral/rt2860.c 297793 2016-04-10 23:07:00Z pfg $ */
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.18 2016/07/07 01:24:16 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rt2860.c,v 1.19 2016/07/07 02:18:05 christos Exp $");
#include <sys/param.h>
#include <sys/sockio.h>
@@ -63,7 +63,6 @@
#include <dev/pci/pcidevs.h>
-#define RAL_DEBUG
#ifdef RAL_DEBUG
#define DPRINTF(x) do { if (rt2860_debug > 0) printf x; } while (0)
#define DPRINTFN(n, x) do { if (rt2860_debug >= (n)) printf x; } while (0)
Home |
Main Index |
Thread Index |
Old Index