mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ifxmips]
* adds support for speedport w502V * bump kernel to 2.6.33.4 * make ethernet be configurable as MII/RMII * on xway we now assign a static amount of cp1 ram (still need to find a sane value) * remove bogus board.c * jiffies were running with a (1 << 2) multiplier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21485 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _IFXMIPS_PLATFORM_H__
|
||||
#define _IFXMIPS_PLATFORM_H__
|
||||
|
||||
struct ifxmips_eth_data {
|
||||
const char *mac;
|
||||
int mii_mode;
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -7,7 +7,8 @@ enum ifxmips_mach_type {
|
||||
IFXMIPS_MACH_EASY50712, /* Danube evalkit */
|
||||
IFXMIPS_MACH_EASY4010, /* Twinpass evalkit */
|
||||
IFXMIPS_MACH_ARV4519, /* Airties WAV-221 */
|
||||
IFXMIPS_MACH_ARV452, /* Airties WAV-281, Arcor EasyboxA800 */
|
||||
IFXMIPS_MACH_ARV4520, /* Airties WAV-281, Arcor EasyboxA800 */
|
||||
IFXMIPS_MACH_ARV4525, /* Speedport W502V */
|
||||
|
||||
/* ASE based machines */
|
||||
IFXMIPS_MACH_EASY50601, /* ASE wave board */
|
||||
|
||||
Reference in New Issue
Block a user