Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isapnp Drop the string 'ISA Plug 'n Play device supp...



details:   https://anonhg.NetBSD.org/src/rev/c4950802eaf6
branches:  trunk
changeset: 746923:c4950802eaf6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 23 15:56:56 2009 +0000

description:
Drop the string 'ISA Plug 'n Play device support', it's not something to
brag about anymore.

diffstat:

 sys/dev/isapnp/isapnp.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7ce91d0c787e -r c4950802eaf6 sys/dev/isapnp/isapnp.c
--- a/sys/dev/isapnp/isapnp.c   Sun Aug 23 15:56:07 2009 +0000
+++ b/sys/dev/isapnp/isapnp.c   Sun Aug 23 15:56:56 2009 +0000
@@ -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");



Home | Main Index | Thread Index | Old Index