All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Ethan Weinstein <e-d0uble@stinkfoot.org>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: aic7xxx panics (long)
Date: 22 Jul 2003 01:42:48 +0200	[thread overview]
Message-ID: <1058830966.11024.10.camel@gaston> (raw)
In-Reply-To: <3F19C4B2.4030803@stinkfoot.org>


On Sun, 2003-07-20 at 00:22, Ethan Weinstein wrote:

> I was able to get my hands on an IDE drive to boot from.
> The lspci -vvv + dmesg's + /proc/device-tree's fom each kernel,
> (2.4.20-ben10 vs. 2.4.21-ben2) is located here:
>
> ftp://stinkfoot.org/for.benh_stinkfoot.org.tar.bz2
>
> Again, I appreciate your help.

That's weird, things appear to be mapped the same way. The only
difference I see that could be significant (though it should not)
is that 2.4.21 actually doesn't enable the IO access (the driver
is supposed to do only MMIO here). Can you try this patch ? If
it works, then we might be facing a HW bug...

In drivers/scsi/aix7xxx/aix7xxx_osm_pci.c, line 313, replace:

	command &= ~(PCIM_CMD_PORTEN|PCIM_CMD_MEMEN);

with
	command |= PCIM_CMD_PORTEN|PCIM_CMD_MEMEN;

And tell me if that makes any difference,

Ben.


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

  reply	other threads:[~2003-07-21 23:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-30  6:27 aic7xxx panics Ethan Weinstein
2003-06-30  7:11 ` Benjamin Herrenschmidt
2003-07-01  1:48   ` aic7xxx panics (long) Ethan Weinstein
2003-07-01  9:59     ` Benjamin Herrenschmidt
2003-07-02  3:37       ` Ethan Weinstein
2003-07-02  7:59         ` Ethan Benson
2003-07-02  8:39           ` Michel Dänzer
2003-07-02  9:24           ` Benjamin Herrenschmidt
2003-07-02  9:48             ` Ethan Benson
2003-07-02 12:26         ` Benjamin Herrenschmidt
2003-07-04  1:01           ` Ethan Weinstein
2003-07-07 15:04             ` Benjamin Herrenschmidt
2003-07-07 16:51               ` Ethan Weinstein
2003-07-15 14:15               ` Ethan Weinstein
2003-07-15 14:17                 ` Benjamin Herrenschmidt
2003-07-15 14:26                   ` Ethan Weinstein
2003-07-15 14:30                     ` Benjamin Herrenschmidt
2003-07-19 22:22                       ` Ethan Weinstein
2003-07-21 23:42                         ` Benjamin Herrenschmidt [this message]
2003-07-22  1:11                           ` Ethan Weinstein

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=1058830966.11024.10.camel@gaston \
    --to=benh@kernel.crashing.org \
    --cc=e-d0uble@stinkfoot.org \
    --cc=linuxppc-dev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.