Hello. Thiemo Seufer wrote:
The SWARM onboard IDE works for me with the appended patch. (Originally from Peter Horton <pdh@xxxxxxxxxxxxxxxxx>.)
Thiemo --- a/drivers/ide/mips/swarm.c +++ b/drivers/ide/mips/swarm.c @@ -127,6 +127,7 @@ static int __devinit swarm_ide_probe(str memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports)); hwif->irq = hwif->hw.irq;+ probe_hwif_init(hwif);dev_set_drvdata(dev, hwif);return 0;
Has it been submitted anywhere? WBR, Sergei