Module Name: src
Committed By: jmcneill
Date: Sun Aug 23 15:56:56 UTC 2009
Modified Files:
src/sys/dev/isapnp: isapnp.c
Log Message:
Drop the string 'ISA Plug 'n Play device support', it's not something to
brag about anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/isapnp/isapnp.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/dev/isapnp/isapnp.c
diff -u src/sys/dev/isapnp/isapnp.c:1.58 src/sys/dev/isapnp/isapnp.c:1.59
--- src/sys/dev/isapnp/isapnp.c:1.58 Mon Apr 28 20:23:53 2008
+++ src/sys/dev/isapnp/isapnp.c Sun Aug 23 15:56:56 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: isapnp.c,v 1.58 2008/04/28 20:23:53 martin Exp $ */
+/* $NetBSD: isapnp.c,v 1.59 2009/08/23 15:56:56 jmcneill Exp $ */
/*-
* Copyright (c) 1996, 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isapnp.c,v 1.58 2008/04/28 20:23:53 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isapnp.c,v 1.59 2009/08/23 15:56:56 jmcneill Exp $");
#include "isadma.h"
@@ -907,7 +907,8 @@
sc->sc_dmat = ia->ia_dmat;
sc->sc_ncards = 0;
- aprint_normal(": ISA Plug 'n Play device support\n");
+ aprint_naive("\n");
+ aprint_normal("\n");
if (isapnp_map(sc)) {
aprint_error_dev(self, "unable to map PnP register\n");