linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dan Malek <dan@mvista.com>
To: Lee <kdlee@sei.co.kr>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: hda: lost interrupt
Date: Thu, 10 May 2001 12:12:44 -0400	[thread overview]
Message-ID: <3AFABDFC.B70C0775@mvista.com> (raw)
In-Reply-To: 001901c0d8ed$43a4daa0$16b260d2@sei.co.kr


Lee wrote:
>
>     I have the custom mpc860 board ported with linux version 2.2.13.
> My custom board looks like a Motorola MBX board because it has a ATA-type
> IDE disk drive interfaced through QSPAN PCI-Bridge and W83C553F.

There have been lots of changes to the IDE and interrupt controller
software since 2.2.13.  It barely worked correctly back then, and
is certainly broken now because the PCMCIA and compact Flash devices
are much more popular IDE peripherals than a real disk connected
through PC-style bridges.

> Currently, I am trying to upgrade our linux kernel using linux version 2.4.0.
> But I am having trouble with a problem regarding to the IDE disk drive.

...and if you get it to work it will likely break everything else.
We also rely heavily on the MBX boot rom to initialize the bridges,
so when it works there it still isn't likely to work on other boards
that may even use the same parts connected in exactly the same way.

There are some modifications in the 2.2.13 (and subsequent) kernels
for generic IDE changes that are necessary to make this work at all.
These changes were never accepted upstream, so you are going to have
a unique kernel that isn't likely to have this support in general.

All of the people I know that are actually using disk drives on MPC8xx
systems have simply created a small, inexpensive piece of logic right
on the 8xx bus or buffered directly to the PCMCIA interface.  The
QSpan plus PCI/ISA parts just to get an IDE interface is not cost
effective in real products.  In these configurations, the standard
IDE or PCMCIA software "just works."


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2001-05-10 16:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-10  1:04 hda: lost interrupt Lee
2001-05-10 16:12 ` Dan Malek [this message]

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=3AFABDFC.B70C0775@mvista.com \
    --to=dan@mvista.com \
    --cc=kdlee@sei.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).