Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Use aprint_normal(9) for attach messages.
details: https://anonhg.NetBSD.org/src/rev/18c3d1fd8d50
branches: trunk
changeset: 368281:18c3d1fd8d50
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 02 13:47:53 2022 +0000
description:
Use aprint_normal(9) for attach messages.
diffstat:
sys/arch/atari/atari/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0918a85f677f -r 18c3d1fd8d50 sys/arch/atari/atari/autoconf.c
--- a/sys/arch/atari/atari/autoconf.c Sat Jul 02 11:17:54 2022 +0000
+++ b/sys/arch/atari/atari/autoconf.c Sat Jul 02 13:47:53 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.72 2022/03/28 12:38:57 riastradh Exp $ */
+/* $NetBSD: autoconf.c,v 1.73 2022/07/02 13:47:53 tsutsui Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.72 2022/03/28 12:38:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.73 2022/07/02 13:47:53 tsutsui Exp $");
#include "opt_md.h"
@@ -319,7 +319,7 @@
mb_attached = 1;
- printf ("\n");
+ aprint_normal("\n");
config_found(self, __UNCONST("clock") , simple_devprint, CFARGS_NONE);
config_found(self, __UNCONST("grfbus") , simple_devprint, CFARGS_NONE);
config_found(self, __UNCONST("kbd") , simple_devprint, CFARGS_NONE);
Home |
Main Index |
Thread Index |
Old Index