| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 2.6.X] Fix SWARM IDE detection |
| From: | Peter Horton <pdh@colonel-panic.org> |
| Date: | Wed, 25 Jan 2006 22:13:02 +0000 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.9i |
Make sure we scan SWARM IDE interface for devices.
P.
Index: linux.git/drivers/ide/mips/swarm.c
===================================================================
--- linux.git.orig/drivers/ide/mips/swarm.c 2006-01-23 22:48:58.000000000
+0000
+++ linux.git/drivers/ide/mips/swarm.c 2006-01-24 08:32:45.000000000 +0000
@@ -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: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h, Russell King |
|---|---|
| Next by Date: | Re: [PATCH 5/6] fix warning on test_ti_thread_flag(), Paul Mackerras |
| Previous by Thread: | RE: [PATCH 5/6] fix warning on test_ti_thread_flag(), Chen, Kenneth W |
| Next by Thread: | Re: [PATCH 2.6.X] Fix SWARM IDE detection, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |