Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Correct a debug message.
details: https://anonhg.NetBSD.org/src/rev/37a4175c3cd2
branches: trunk
changeset: 584409:37a4175c3cd2
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Sep 15 19:56:50 2005 +0000
description:
Correct a debug message.
diffstat:
sys/dev/pci/if_iwi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 79018c8e2185 -r 37a4175c3cd2 sys/dev/pci/if_iwi.c
--- a/sys/dev/pci/if_iwi.c Thu Sep 15 18:51:33 2005 +0000
+++ b/sys/dev/pci/if_iwi.c Thu Sep 15 19:56:50 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwi.c,v 1.22 2005/09/12 21:15:04 skrll Exp $ */
+/* $NetBSD: if_iwi.c,v 1.23 2005/09/15 19:56:50 skrll Exp $ */
/*-
* Copyright (c) 2004, 2005
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.22 2005/09/12 21:15:04 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.23 2005/09/15 19:56:50 skrll Exp $");
/*-
* Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver
@@ -1106,7 +1106,7 @@
case IWI_NOTIF_TYPE_SCAN_CHANNEL:
chan = (struct iwi_notif_scan_channel *)(notif + 1);
- DPRINTFN(2, ("Scanning channel (%u)\n", chan->nchan));
+ DPRINTFN(2, ("Finished scanning channel (%u)\n", chan->nchan));
break;
case IWI_NOTIF_TYPE_SCAN_COMPLETE:
Home |
Main Index |
Thread Index |
Old Index