13 #include <linux/kernel.h>
14 #include <linux/types.h>
37 #define IDE_CS S3C2410_CS5
39 static struct resource bast_ide0_resource[] = {
46 .name =
"pata_platform",
48 .num_resources =
ARRAY_SIZE(bast_ide0_resource),
49 .resource = bast_ide0_resource,
51 .platform_data = &bast_ide_platdata,
52 .coherent_dma_mask = ~0,
57 static struct resource bast_ide1_resource[] = {
64 .name =
"pata_platform",
66 .num_resources =
ARRAY_SIZE(bast_ide1_resource),
67 .resource = bast_ide1_resource,
69 .platform_data = &bast_ide_platdata,
70 .coherent_dma_mask = ~0,
79 static __init int bast_ide_init(
void)
81 if (machine_is_bast() || machine_is_vr1000())