20 #include <asm/machvec.h>
24 static void landisk_power_off(
void)
29 static struct resource cf_ide_resources[3];
36 .name =
"pata_platform",
39 .resource = cf_ide_resources,
41 .platform_data = &pata_info,
55 static int __init landisk_devices_setup(
void)
58 unsigned long paddrbase;
66 printk(
"allocate_cf_area : can't open CF I/O window!\n");
71 cf_ide_resources[0].start = (
unsigned long)cf_ide_base + 0x40;
72 cf_ide_resources[0].end = (
unsigned long)cf_ide_base + 0x40 + 0x0f;
74 cf_ide_resources[1].start = (
unsigned long)cf_ide_base + 0x2c;
75 cf_ide_resources[1].end = (
unsigned long)cf_ide_base + 0x2c + 0x03;
77 cf_ide_resources[2].start =
IRQ_FATA;
86 static void __init landisk_setup(
char **cmdline_p)
91 printk(
KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");
100 .mv_setup = landisk_setup,