aprint-ify isaattach, removes a hard-to-find newline on a boot -z

This commit is contained in:
jmcneill 2007-12-01 04:50:23 +00:00
parent 9e5ba8057c
commit 597a6bb9ae
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa.c,v 1.129 2007/10/19 12:00:19 ad Exp $ */
/* $NetBSD: isa.c,v 1.130 2007/12/01 04:50:23 jmcneill Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isa.c,v 1.129 2007/10/19 12:00:19 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: isa.c,v 1.130 2007/12/01 04:50:23 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -100,7 +100,8 @@ isaattach(struct device *parent, struct device *self, void *aux)
sc->sc_dynamicdevs = 0;
isa_attach_hook(parent, self, iba);
printf("\n");
aprint_naive("\n");
aprint_normal("\n");
/* XXX Add code to fetch known-devices. */