* [PATCH 2.6.10] smc-ultra.c verbose driver
@ 2005-01-10 1:39 Paul Gortmaker
0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2005-01-10 1:39 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
[-- 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++) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-10 1:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-10 1:39 [PATCH 2.6.10] smc-ultra.c verbose driver Paul Gortmaker
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).