Skip to content

Commit

Permalink
DM9000: Fix revision ID for DM9000B
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and David S. Miller committed Oct 24, 2009
1 parent 05af214 commit 62e20a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dm9000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62e20a6

Please sign in to comment.