Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [MIPS, 2.6.16, PATCH] Fix SWARM onboard IDE probing
@ 2008-02-25 19:17 Thiemo Seufer
  2008-02-25 20:25 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2008-02-25 19:17 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

linux-2.6.16-stable misses the IDE probing fix which is already applied
to later stable branches (from linux-2.6.17-stable onwards). It is
needed to access the SWARM onboard IDE device.


Signed-off-by: Thiemo Seufer <ths@networkno.de>

diff --git a/drivers/ide/mips/swarm.c b/drivers/ide/mips/swarm.c
index 66f6064..f75d34e 100644
--- a/drivers/ide/mips/swarm.c
+++ b/drivers/ide/mips/swarm.c
@@ -127,6 +127,7 @@ static int __devinit swarm_ide_probe(struct device *dev)
 	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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-25 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 19:17 [MIPS, 2.6.16, PATCH] Fix SWARM onboard IDE probing Thiemo Seufer
2008-02-25 20:25 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox