All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vlad Codrea <vladc6@yahoo.com>
To: Declan Moriarty <declan.moriarty@iol.ie>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-ide <linux-ide@vger.kernel.org>
Subject: Re: IDE Problem with old Gateway laptop (1998 solo 2300)
Date: Tue, 30 Oct 2007 14:03:59 -0700 (PDT)	[thread overview]
Message-ID: <884696.96067.qm@web54404.mail.yahoo.com> (raw)
In-Reply-To: <1193749336.2360.88.camel@localhost.localdomain>

--- Declan Moriarty <declan.moriarty@iol.ie> wrote:
> On Mon, 2007-10-29 at 11:20 +0000, Alan Cox wrote: 
> > 1998 is well into the world of ATA (IDE is just a confusing
> othername)
> Yeah I read it as 'faster ide' but the board/disk won't do it. The
> disk
> seems up to it, but something else is dodgy.
> > 
> > From your info there isn't enough to debug this. 
> > 
> > Boot the kernel with initcall_debug=1
> > 
> > and it will spew a list of each initializer as it calls it, you
> can then
> > see which is the last called and look it up in the symbol table
> ide_init
...
> 	Uniform  Multi-Platform E-IDE driver Revision 7.00alpha2
> 	ide assuming 33 Mhz
> ide_generic_init
> 	Hitatchi_DK226A-32 ATA disk drive
> 	ide0 at 0x1f0-0x1f7 on irq 14
> *** ide_generic_init took 1446 msec to run***(asterisks mine)
> 
> 
> idedisk_init
> 	hda: max request size:128KiB
> 	hda: 6332256 sectors (3242 MB) w/128 KiB Cache CHS=6282/16/63
> 	hda: hda1 hda2 hda3 hda4
> *** Ran for 18 msec*** (asterisks mine)

The above output seems to indicate that the kernel is still relying on
drivers/ide instead of libata. To change this, I'd suggest setting
"CONFIG_IDE=n" and "CONFIG_ATA=y" in your .config before compiling the
kernel. Also, make sure everything that starts with CONFIG_ATA,
CONFIG_PATA, CONFIG_SATA, and CONFIG_SCSI is set to "y".

Vlad

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

  reply	other threads:[~2007-10-30 21:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <949545.3641.qm@web54410.mail.yahoo.com>
2007-10-29 10:53 ` IDE Problem with old Gateway laptop (1998 solo 2300) Declan Moriarty
2007-10-29 11:20   ` Alan Cox
2007-10-30 13:02     ` Declan Moriarty
2007-10-30 21:03       ` Vlad Codrea [this message]
2007-10-31 11:42         ` Declan Moriarty
2007-10-31 17:58           ` Alan Cox
2007-11-05 15:23             ` IDE Problem with old Gateway laptop -SOLVED Declan Moriarty
2007-10-31 18:21           ` IDE Problem with old Gateway laptop (1998 solo 2300) Vlad Codrea
     [not found] <1193332621.2349.26.camel@localhost.localdomain>
     [not found] ` <200710252111.47097.bzolnier@gmail.com>
2007-10-26 10:21   ` Declan Moriarty
2007-10-28 20:17     ` Declan Moriarty

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=884696.96067.qm@web54404.mail.yahoo.com \
    --to=vladc6@yahoo.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=declan.moriarty@iol.ie \
    --cc=linux-ide@vger.kernel.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.