|
@@ -110,6 +110,7 @@ static int __init h8300_ide_init(void)
|
|
ide_init_port_data(hwif, index);
|
|
ide_init_port_data(hwif, index);
|
|
ide_init_port_hw(hwif, &hw);
|
|
ide_init_port_hw(hwif, &hw);
|
|
hwif_setup(hwif);
|
|
hwif_setup(hwif);
|
|
|
|
+ hwif->host_flags = IDE_HFLAG_NO_IO_32BIT;
|
|
printk(KERN_INFO "ide%d: H8/300 generic IDE interface\n", index);
|
|
printk(KERN_INFO "ide%d: H8/300 generic IDE interface\n", index);
|
|
|
|
|
|
idx[0] = index;
|
|
idx[0] = index;
|
|
@@ -125,3 +126,5 @@ out_busy:
|
|
}
|
|
}
|
|
|
|
|
|
module_init(h8300_ide_init);
|
|
module_init(h8300_ide_init);
|
|
|
|
+
|
|
|
|
+MODULE_LICENSE("GPL");
|