netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Gortmaker <penguin@muskoka.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: netdev@oss.sgi.com
Subject: [PATCH 2.6.10]  smc-ultra.c verbose driver
Date: Sun, 09 Jan 2005 20:39:00 -0500	[thread overview]
Message-ID: <41E1DCB4.1090902@muskoka.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

In keeping with the idea of a quiet boot time with less dmesg clutter,
the smc-ultra driver should not be printing about the absence of PnP
cards every time it goes probing -- e.g. if you have a non-PnP card
installed, you get the message twice...

Signed-off-by: Paul Gortmaker <p_gortmaker@yahoo.com>



[-- Attachment #2: 2.6.10-smc-ultra_diff0 --]
[-- Type: text/plain, Size: 401 bytes --]

--- linux-200/drivers/net/smc-ultra.c~	Sat Aug 14 01:38:37 2004
+++ linux-200/drivers/net/smc-ultra.c	Sun Jan  9 20:33:06 2005
@@ -156,8 +156,6 @@
 	/* Look for any installed ISAPnP cards */
 	if (isapnp_present() && (ultra_probe_isapnp(dev) == 0))
 		return 0;
-
-	printk(KERN_NOTICE "smc-ultra.c: No ISAPnP cards found, trying standard ones...\n");
 #endif
 
 	for (i = 0; ultra_portlist[i]; i++) {

                 reply	other threads:[~2005-01-10  1:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41E1DCB4.1090902@muskoka.com \
    --to=penguin@muskoka.com \
    --cc=jgarzik@pobox.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).