diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-09-19 08:07:52 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:06 -0400 |
commit | 18ad4e700647a9f727fa82a7f8d1f31444abbdfb (patch) | |
tree | d9fc2c9a6bdf162a093bb5df1d66ddfe9e16b128 /drivers/net/smc91x.h | |
parent | 726d722e41f1c329b7f04c5ee5aef02a60ac1991 (diff) |
smc91x Hitachi Solution Engine (SuperH) Support
Hi, all.
This patch supports Hitachi Solution Engine (SuperH) of smc91x.
Please apply this patch .
regards,
Nobuhiro
--
Nobuhiro Iwamatsu
E-Mail : iwamatsu@nigauri.org
GPG ID : 3170EBE9
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 6ff3a1627af8..af9e6bf59552 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -284,6 +284,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) | |||
284 | #elif defined(CONFIG_SUPERH) | 284 | #elif defined(CONFIG_SUPERH) |
285 | 285 | ||
286 | #ifdef CONFIG_SOLUTION_ENGINE | 286 | #ifdef CONFIG_SOLUTION_ENGINE |
287 | #define SMC_IRQ_FLAGS (0) | ||
287 | #define SMC_CAN_USE_8BIT 0 | 288 | #define SMC_CAN_USE_8BIT 0 |
288 | #define SMC_CAN_USE_16BIT 1 | 289 | #define SMC_CAN_USE_16BIT 1 |
289 | #define SMC_CAN_USE_32BIT 0 | 290 | #define SMC_CAN_USE_32BIT 0 |