Commit 62e20a62 authored by Ben Dooks's avatar Ben Dooks Committed by David S. Miller

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: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarSimtec Linux Team <linux@simtec.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 05af2142
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#define DM9000_RCSR 0x32 #define DM9000_RCSR 0x32
#define CHIPR_DM9000A 0x19 #define CHIPR_DM9000A 0x19
#define CHIPR_DM9000B 0x1B #define CHIPR_DM9000B 0x1A
#define DM9000_MRCMDX 0xF0 #define DM9000_MRCMDX 0xF0
#define DM9000_MRCMD 0xF2 #define DM9000_MRCMD 0xF2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment