Module Name: src
Committed By: martin
Date: Sun Nov 5 17:06:14 UTC 2023
Modified Files:
src/sys/arch/newsmips/dev [netbsd-10]: zs_hb.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #456):
sys/arch/newsmips/dev/zs_hb.c: revision 1.30
Don't use aprint_error(9) for a normal attach message.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.29.6.1 src/sys/arch/newsmips/dev/zs_hb.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/arch/newsmips/dev/zs_hb.c
diff -u src/sys/arch/newsmips/dev/zs_hb.c:1.29 src/sys/arch/newsmips/dev/zs_hb.c:1.29.6.1
--- src/sys/arch/newsmips/dev/zs_hb.c:1.29 Sat Aug 7 16:19:01 2021
+++ src/sys/arch/newsmips/dev/zs_hb.c Sun Nov 5 17:06:14 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_hb.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $ */
+/* $NetBSD: zs_hb.c,v 1.29.6.1 2023/11/05 17:06:14 martin Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_hb.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_hb.c,v 1.29.6.1 2023/11/05 17:06:14 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -214,7 +214,7 @@ zs_hb_attach(device_t parent, device_t s
#endif
}
- aprint_error(" level %d\n", intlevel);
+ aprint_normal(" level %d\n", intlevel);
zs_delay = zs_hb_delay;