| To: | <linux-mips@linux-mips.org> |
|---|---|
| Subject: | swarm IDE fix: missing probing |
| From: | "Kaz Kylheku" <kaz@zeugmasystems.com> |
| Date: | Thu, 9 Nov 2006 11:11:50 -0800 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| Thread-index: | AccEMuj6vdk2mz7kRWqmadbYRgo3Cw== |
| Thread-topic: | swarm IDE fix: missing probing |
This patch is needed to bring up the compact flash IDE drive.
I think it's missing under 2.6.18 as well.
Index: linux-2.6.17.7/drivers/ide/mips/swarm.c
===================================================================
--- linux-2.6.17.7.orig/drivers/ide/mips/swarm.c 2006-11-09
12:55:20.000000000 -0800
+++ linux-2.6.17.7/drivers/ide/mips/swarm.c 2006-11-09
12:56:30.432607488 -0800
@@ -127,6 +127,7 @@
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;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Problems booting Linux 2.6.18.1 on MIPS34K core, Trevor Hamm |
|---|---|
| Next by Date: | Re: Problems booting Linux 2.6.18.1 on MIPS34K core, Atsushi Nemoto |
| Previous by Thread: | upgrade toolchain(gcc-4.1), 김민찬 |
| Next by Thread: | [Fwd: [Ltt-dev] MIPS atomic operations, "sync"], Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |