提交 2d9d166e 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

[PATCH] m68knommu: FEC eth definitions support for the 523x Coldfire processor family

Add support for the FEC ethernet driver of the Freescale 523x processor
family to the FEC header definitions.
Signed-off-by: NGreg Ungerer <gerg@uclinux.com>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 7ce4d425
/****************************************************************************/
/*
* 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)
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册