aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.h
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-10-24 06:53:07 -0700
committerDavid S. Miller <davem@davemloft.net>2009-10-24 06:53:07 -0700
commit62e20a624b18e135870ae781087bc63fdda829ba (patch)
treea4a3e24d35fb1ad0805746a9c73bfb12e2443b5a /drivers/net/dm9000.h
parentr8169: fix Ethernet Hangup for RTL8110SC rev d (diff)
downloadlinux-dev-62e20a624b18e135870ae781087bc63fdda829ba.tar.xz
linux-dev-62e20a624b18e135870ae781087bc63fdda829ba.zip
DM9000: Fix revision ID for DM9000B
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dm9000.h')
-rw-r--r--drivers/net/dm9000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dm9000.h b/drivers/net/dm9000.h
index 80817c2edfb3..fb1c924d79b4 100644
--- a/drivers/net/dm9000.h
+++ b/drivers/net/dm9000.h
@@ -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