[PATCH] cs89x0.c: support for Philips' pnx0105 network adapter

This patch is to provide support for cs89x0-based network device on
Philips' pnx0105 board.

Signed-off-by: dmitry pervushin <dpervushin@ru.mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
This commit is contained in:
dmitry pervushin
2005-06-20 15:32:54 -07:00
committed by Jeff Garzik
parent 7aa55fcec2
commit 0dd3c78147
3 changed files with 39 additions and 5 deletions

View File

@ -16,7 +16,7 @@
#include <linux/config.h>
#ifdef CONFIG_ARCH_IXDP2X01
#if defined(CONFIG_ARCH_IXDP2X01) || defined(CONFIG_ARCH_PNX0105)
/* IXDP2401/IXDP2801 uses dword-aligned register addressing */
#define CS89x0_PORT(reg) ((reg) * 2)
#else