Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Revert prior inadvertent checkin.
details: https://anonhg.NetBSD.org/src/rev/6c13a63d7317
branches: trunk
changeset: 768889:6c13a63d7317
user: elric <elric%NetBSD.org@localhost>
date: Sun Aug 28 16:33:51 2011 +0000
description:
Revert prior inadvertent checkin.
diffstat:
sys/dev/pci/if_iwn.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d0a11adaf13f -r 6c13a63d7317 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c Sun Aug 28 16:21:57 2011 +0000
+++ b/sys/dev/pci/if_iwn.c Sun Aug 28 16:33:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwn.c,v 1.57 2011/08/28 16:26:29 elric Exp $ */
+/* $NetBSD: if_iwn.c,v 1.58 2011/08/28 16:33:51 elric Exp $ */
/* $OpenBSD: if_iwn.c,v 1.96 2010/05/13 09:25:03 damien Exp $ */
/*-
@@ -22,7 +22,7 @@
* adapters.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.57 2011/08/28 16:26:29 elric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.58 2011/08/28 16:33:51 elric Exp $");
#define IWN_USE_RBUF /* Use local storage for RX */
#undef IWN_HWCRYPTO /* XXX does not even compile yet */
@@ -305,7 +305,7 @@
#ifdef IWN_DEBUG
#define DPRINTF(x) do { if (iwn_debug > 0) printf x; } while (0)
#define DPRINTFN(n, x) do { if (iwn_debug >= (n)) printf x; } while (0)
-int iwn_debug = 100;
+int iwn_debug = 0;
#else
#define DPRINTF(x)
#define DPRINTFN(n, x)
- Prev by Date:
[src/trunk]: src add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxd...
- Next by Date:
[src/trunk]: src/usr.sbin/gpioctl Use Cm to mark up command arguments. Use An...
- Previous by Thread:
[src/trunk]: src add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxd...
- Next by Thread:
[src/trunk]: src/usr.sbin/gpioctl Use Cm to mark up command arguments. Use An...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index