Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: Gary Smith <gary.smith@3phoenix.com>
Cc: linux-mips@linux-mips.org
Subject: Re: IDE on Swarm
Date: Thu, 20 Jul 2006 16:32:08 +0100	[thread overview]
Message-ID: <20060720153208.GC4350@networkno.de> (raw)
In-Reply-To: <000601c6ac09$0c262f30$6dacaac0@3PiGAS>

Gary Smith wrote:
[snip]
> I am using a BCM91250A evaluation board with a compactflash device connected
> to the onboard IDE controller.  When booting with a Linux 2.4.20 kernel, the
> IDE interface is recognized and the compactflash device is hda.  When
> booting with a Linux 2.6.16.25 kernel, the IDE interface is recognized, but
> no device information is echoed to the console.  I've included output below.
> The message post above mentions that there were problems with the IDE driver
> in Linux 2.6 during the late 2004 time-frame.  I'd like to inquire about the
> current availability of the IDE driver in the kernel.

The SWARM onboard IDE works for me with the appended patch. (Originally from
Peter Horton <pdh@colonel-panic.org>.)


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;

  parent reply	other threads:[~2006-07-20 15:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-20 14:30 IDE on Swarm Gary Smith
2006-07-20 14:30 ` Gary Smith
2006-07-20 15:32 ` Thiemo Seufer [this message]
2006-07-20 15:36   ` Martin Michlmayr
2006-07-20 15:55     ` Thiemo Seufer
2006-07-20 15:53   ` Sergei Shtylyov

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=20060720153208.GC4350@networkno.de \
    --to=ths@networkno.de \
    --cc=gary.smith@3phoenix.com \
    --cc=linux-mips@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