aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cs89x0.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda@ilport.com.ua>2005-08-01 01:34:50 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-01 22:14:01 -0400
commit01bdc0336f8f42b32b9be9ace7775329b25202a5 (patch)
treee5fd8738bda5fd3dc7ad47fa260579bcc03d5c34 /drivers/net/cs89x0.h
parentb1581566183f310abbd2d384a9079d4039faca05 (diff)
[PATCH] silence cs89x0
cs89x0 talks a lot at boot. Seems like debug leftover. This patch downgrades printks to KERN_DEBUG. While we're at it, make these messages a bit less obscure. Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/cs89x0.h')
-rw-r--r--drivers/net/cs89x0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cs89x0.h b/drivers/net/cs89x0.h
index bd3ad8e6cce9..decea264f121 100644
--- a/drivers/net/cs89x0.h
+++ b/drivers/net/cs89x0.h
@@ -93,6 +93,7 @@
93#endif 93#endif
94 94
95#define CHIP_EISA_ID_SIG 0x630E /* Product ID Code for Crystal Chip (CS8900 spec 4.3) */ 95#define CHIP_EISA_ID_SIG 0x630E /* Product ID Code for Crystal Chip (CS8900 spec 4.3) */
96#define CHIP_EISA_ID_SIG_STR "0x630E"
96 97
97#ifdef IBMEIPKT 98#ifdef IBMEIPKT
98#define EISA_ID_SIG 0x4D24 /* IBM */ 99#define EISA_ID_SIG 0x4D24 /* IBM */