All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: "Alan J. Wylie" <alan@wylie.me.uk>
Cc: linux-kernel@vger.kernel.org, EC <wingman@waika9.com>,
	Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Subject: Re: 2.4.29-pre1 OOPS early in boot with Intel ICH5 SATA controller
Date: Sat, 11 Dec 2004 13:52:12 -0500	[thread overview]
Message-ID: <41BB41DC.6020808@pobox.com> (raw)
In-Reply-To: <16824.8109.697757.673632@devnull.wylie.me.uk>

Alan J. Wylie wrote:
> Code;  c01ccd07 <ata_host_add+57/80>
> 00000000 <_EIP>:
> Code;  c01ccd07 <ata_host_add+57/80>   <=====
>    0:   ff 50 50                  call   *0x50(%eax)   <=====
> Code;  c01ccd0a <ata_host_add+5a/80>
>    3:   89 da                     mov    %ebx,%edx
> Code;  c01ccd0c <ata_host_add+5c/80>
>    5:   85 c0                     test   %eax,%eax
> Code;  c01ccd0e <ata_host_add+5e/80>
>    7:   75 12                     jne    1b <_EIP+0x1b>
> Code;  c01ccd10 <ata_host_add+60/80>
>    9:   8b 5c 24 14               mov    0x14(%esp),%ebx
> Code;  c01ccd14 <ata_host_add+64/80>
>    d:   89 d0                     mov    %edx,%eax
> Code;  c01ccd16 <ata_host_add+66/80>
>    f:   8b 74 24 18               mov    0x18(%esp),%esi
> Code;  c01ccd1a <ata_host_add+6a/80>
>   13:   8b 00                     mov    (%eax),%eax

If you are getting an oops there, it looks like your ata_piix driver is 
mismatched from the libata core.  Did you compile them both at the same 
time, from the same source kernel?

The assembly code above is where function ata_host_add in libata-core.c 
calls "ap->ops->port_start", which definitely exists in ata_piix.c.

	Jeff



  parent reply	other threads:[~2004-12-11 18:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09  9:49 2.4.29-pre1 OOPS early in boot with Intel ICH5 SATA controller Alan J. Wylie
2004-12-10 16:04 ` Alan J. Wylie
2004-12-11 18:52 ` Jeff Garzik [this message]
2004-12-11 20:24   ` EC
2004-12-11 20:37     ` Jeff Garzik
2004-12-11 20:59       ` EC
2004-12-12 15:40   ` Alan J. Wylie
2004-12-13 10:50   ` Alan J. Wylie
2004-12-13 11:09     ` Jeff Garzik
2004-12-13 12:11       ` Alan J. Wylie
2005-02-19 17:33         ` Jeff Garzik
2005-02-19 17:41           ` Alan J. Wylie
  -- strict thread matches above, loose matches on Subject: below --
2004-12-09  9:49 Alan J. Wylie

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=41BB41DC.6020808@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=alan@wylie.me.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=wingman@waika9.com \
    /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.