Skip to content

Commit

Permalink
[PATCH] m68knommu: FEC eth definitions support for the 523x Coldfire …
Browse files Browse the repository at this point in the history
…processor family

Add support for the FEC ethernet driver of the Freescale 523x processor
family to the FEC header definitions.

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 12, 2005
1 parent 7ce4d42 commit 2d9d166
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/net/fec.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/****************************************************************************/

/*
* fec.h -- Fast Ethernet Controller for Motorola ColdFire 5270,
5271, 5272, 5274, 5275, 5280 and 5282.
* fec.h -- Fast Ethernet Controller for Motorola ColdFire 5230,
* 5231, 5232, 5234, 5235, 5270, 5271, 5272, 5274, 5275,
* 5280 and 5282.
*
* (C) Copyright 2000-2003, Greg Ungerer (gerg@snapgear.com)
* (C) Copyright 2000-2001, Lineo (www.lineo.com)
Expand All @@ -13,7 +14,7 @@
#define FEC_H
/****************************************************************************/

#if defined(CONFIG_M527x) || defined(CONFIG_M528x)
#if defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x)
/*
* Just figures, Motorola would have to change the offsets for
* registers in the same peripheral device on different models
Expand Down

0 comments on commit 2d9d166

Please sign in to comment.