Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul  2 13:47:53 UTC 2022

Modified Files:
        src/sys/arch/atari/atari: autoconf.c

Log Message:
Use aprint_normal(9) for attach messages.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/atari/atari/autoconf.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/atari/atari/autoconf.c
diff -u src/sys/arch/atari/atari/autoconf.c:1.72 src/sys/arch/atari/atari/autoconf.c:1.73
--- src/sys/arch/atari/atari/autoconf.c:1.72	Mon Mar 28 12:38:57 2022
+++ src/sys/arch/atari/atari/autoconf.c	Sat Jul  2 13:47:53 2022
@@ -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 @@ mbattach(device_t parent, device_t self,
 
 	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);

Reply via email to