Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Not much sense in printing 'AT Timer' when the '...



details:   https://anonhg.NetBSD.org/src/rev/e39021454dcf
branches:  trunk
changeset: 746926:e39021454dcf
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 23 16:02:53 2009 +0000

description:
Not much sense in printing 'AT Timer' when the 'attimer' driver attaches.

diffstat:

 sys/dev/isa/attimer_isa.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 85681296bcf8 -r e39021454dcf sys/dev/isa/attimer_isa.c
--- a/sys/dev/isa/attimer_isa.c Sun Aug 23 16:02:50 2009 +0000
+++ b/sys/dev/isa/attimer_isa.c Sun Aug 23 16:02:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: attimer_isa.c,v 1.12 2009/05/12 08:44:19 cegger Exp $  */
+/*     $NetBSD: attimer_isa.c,v 1.13 2009/08/23 16:02:53 jmcneill Exp $        */
 
 /*
  *  Copyright (c) 2005 The NetBSD Foundation.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: attimer_isa.c,v 1.12 2009/05/12 08:44:19 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: attimer_isa.c,v 1.13 2009/08/23 16:02:53 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -131,8 +131,8 @@
        sc->sc_dev = self;
        sc->sc_iot = ia->ia_iot;
 
-       aprint_naive(": AT Timer\n");
-       aprint_normal(": AT Timer\n");
+       aprint_naive("\n");
+       aprint_normal("\n");
 
        sc->sc_size = 4;
        if (bus_space_map(sc->sc_iot, IO_TIMER1, sc->sc_size, 0,



Home | Main Index | Thread Index | Old Index