26 #include <mach/irqs.h>
38 static u64 eth_dmamask = 0xffffffff
UL;
40 static struct resource ks8695_wan_resources[] = {
73 .name =
"ks8695_ether",
76 .dma_mask = ð_dmamask,
77 .coherent_dma_mask = 0xffffffff,
79 .resource = ks8695_wan_resources,
80 .num_resources =
ARRAY_SIZE(ks8695_wan_resources),
84 static struct resource ks8695_lan_resources[] = {
103 .name =
"LAN SWITCH",
111 .name =
"ks8695_ether",
114 .dma_mask = ð_dmamask,
115 .coherent_dma_mask = 0xffffffff,
117 .resource = ks8695_lan_resources,
118 .num_resources =
ARRAY_SIZE(ks8695_lan_resources),
122 static struct resource ks8695_hpna_resources[] = {
143 .name =
"ks8695_ether",
146 .dma_mask = ð_dmamask,
147 .coherent_dma_mask = 0xffffffff,
149 .resource = ks8695_hpna_resources,
150 .num_resources =
ARRAY_SIZE(ks8695_hpna_resources),
174 .name =
"ks8695_wdt",
179 static void __init ks8695_add_device_watchdog(
void)
191 static int __init ks8695_add_standard_devices(
void)
193 ks8695_add_device_watchdog();