* DM9000: Fix revision ID for DM9000B
@ 2009-10-23 10:26 Ben Dooks
2009-10-24 13:53 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ben Dooks @ 2009-10-23 10:26 UTC (permalink / raw)
To: netdev; +Cc: Simtec Linux Team
[-- Attachment #1: dm9000-fix-revb-id.patch --]
[-- Type: text/plain, Size: 841 bytes --]
The DM9000B revision ID is 0x1A, not 0x1B as set in the curernt dm9000.h
header.
Fix bug reported by Paolo Zebelloni.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
---
drivers/net/dm9000.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/drivers/net/dm9000.h
===================================================================
--- a/drivers/net/dm9000.h 2009-10-22 12:33:48.000000000 +0100
+++ b/drivers/net/dm9000.h 2009-10-22 12:33:53.000000000 +0100
@@ -50,7 +50,7 @@
#define DM9000_RCSR 0x32
#define CHIPR_DM9000A 0x19
-#define CHIPR_DM9000B 0x1B
+#define CHIPR_DM9000B 0x1A
#define DM9000_MRCMDX 0xF0
#define DM9000_MRCMD 0xF2
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-24 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23 10:26 DM9000: Fix revision ID for DM9000B Ben Dooks
2009-10-24 13:53 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox