Module Name: src
Committed By: mrg
Date: Sun Apr 11 01:41:13 UTC 2021
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
mark an extremely uncommon, but sometimes seen, log message
with the function name it comes with.
To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 src/sys/dev/raidframe/rf_netbsdkintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.390 src/sys/dev/raidframe/rf_netbsdkintf.c:1.391
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.390 Sun Sep 27 21:39:08 2020
+++ src/sys/dev/raidframe/rf_netbsdkintf.c Sun Apr 11 01:41:12 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.390 2020/09/27 21:39:08 christos Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.391 2021/04/11 01:41:12 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.390 2020/09/27 21:39:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.391 2021/04/11 01:41:12 mrg Exp $");
#ifdef _KERNEL_OPT
#include "opt_raid_autoconfig.h"
@@ -1986,7 +1986,7 @@ rf_DispatchKernelIO(RF_DiskQueue_t *queu
/* XXX need to do something extra here.. */
/* I'm leaving this in, as I've never actually seen it used,
* and I'd like folks to report it... GO */
- printf(("WAKEUP CALLED\n"));
+ printf("%s: WAKEUP CALLED\n", __func__);
queue->numOutstanding++;
bp->b_flags = 0;