Need aprint_naive() with aprint_normal() change. Thanks, Jason.

This commit is contained in:
briggs 2003-05-23 05:47:11 +00:00
parent 56debc31d7
commit 5ce8e50a2e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.2 2003/05/23 05:42:05 briggs Exp $ */
/* $NetBSD: obio.c,v 1.3 2003/05/23 05:47:11 briggs Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -94,6 +94,7 @@ obio_attach(struct device *parent, struct device *self, void *aux)
obio_found = 1;
aprint_naive("\n");
aprint_normal("\n");
/*