From: Peter Horton <pdh@colonel-panic.org>
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org
Subject: [PATCH 2.6.X] Fix SWARM IDE detection
Date: Wed, 25 Jan 2006 22:13:02 +0000 [thread overview]
Message-ID: <20060125221302.GA2968@colonel-panic.org> (raw)
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;
next reply other threads:[~2006-01-25 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 22:13 Peter Horton [this message]
2006-01-30 10:22 ` [PATCH 2.6.X] Fix SWARM IDE detection Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060125221302.GA2968@colonel-panic.org \
--to=pdh@colonel-panic.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox