Source-Changes-HG archive

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

[src/trunk]: src/sys/dev I'm not so sure this is actually CPU-intensive in 20...



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

description:
I'm not so sure this is actually CPU-intensive in 2009, so don't print it.

diffstat:

 sys/dev/midi.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 799b14194791 -r 7ce91d0c787e sys/dev/midi.c
--- a/sys/dev/midi.c    Sun Aug 23 15:50:35 2009 +0000
+++ b/sys/dev/midi.c    Sun Aug 23 15:56:07 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: midi.c,v 1.69 2009/04/07 17:54:58 dyoung Exp $ */
+/*     $NetBSD: midi.c,v 1.70 2009/08/23 15:56:07 jmcneill Exp $       */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: midi.c,v 1.69 2009/04/07 17:54:58 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: midi.c,v 1.70 2009/08/23 15:56:07 jmcneill Exp $");
 
 #include "midi.h"
 #include "sequencer.h"
@@ -275,9 +275,7 @@
                        device_xname(sc->dev), "rcv incomplete msgs");
        }
        
-       aprint_normal(": %s%s\n", mi.name,
-           (sc->props & (MIDI_PROP_OUT_INTR|MIDI_PROP_NO_OUTPUT)) ?
-           "" : " (CPU-intensive output)");
+       aprint_normal(": %s\n", mi.name);
 }
 
 void midi_register_hw_if_ext(struct midi_hw_if_ext *exthw) {



Home | Main Index | Thread Index | Old Index