From: Michael Spiegle <mike@nauticaltech.com>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: AHCI driver for ICH6M
Date: Tue, 31 Jan 2006 21:21:29 -0800 [thread overview]
Message-ID: <1138771289.15467.9.camel@localhost> (raw)
Hello Jeff,
I was trying to use the AHCI driver included in kernel 2.6.15 to drive
the SATA controller on my Asus Z71V laptop which supposedly has an ICH6M
controller. I noticed that the PCI ID of my controller shows up in the
AHCI source code, so I assume that means I should have support. I'm not
terribly good with linux or C, but I think I was able to troubleshoot my
issue down to a specific line of code. Ultimately, I get the error:
ahci: probe of 0000:00:1f.2 failed with error -12
in my dmesg output. I was trying to debug the AHCI driver code by
inserting print statements. I found that the driver stops processing at
this point in the code:
ahci.c:
mmio_base = pci_iomap(pdev, AHCI_PCI_BAR, 0);
Specifically, the pci_iomap function seems to check for
pci_resource_start and pci_resource_len which both return false.
Looking at the code, if either len or start is false, the code returns
NULL, then I get the error observed above in dmesg.
Is this a possible bug, or is AHCI support somehow stripped from my
chipset?
Thank you for your time. If this is not the proper way to contact you
about issues regarding the driver, I am sorry. I am very new to these
things.
Michael Spiegle
mike@nauticaltech.com
next reply other threads:[~2006-02-01 5:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-01 5:21 Michael Spiegle [this message]
2006-02-01 11:29 ` AHCI driver for ICH6M Erik Slagter
2006-02-01 16:15 ` Michael Spiegle
-- strict thread matches above, loose matches on Subject: below --
2006-02-01 11:33 Dominic ES. Ijichi
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=1138771289.15467.9.camel@localhost \
--to=mike@nauticaltech.com \
--cc=jgarzik@pobox.com \
--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 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).