Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Andrew Joyce <joyce@webcreations.ca>
To: linux-ide@vger.kernel.org
Subject: Re: VIA VT8251 on Asus A8V-MV
Date: Tue, 22 Nov 2005 03:09:56 +0000 (UTC)	[thread overview]
Message-ID: <loom.20051122T040228-399@post.gmane.org> (raw)
In-Reply-To: 20051122021604.GA32312@havoc.gtf.org

Jeff Garzik <jgarzik <at> pobox.com> writes:

> 
> On Mon, Nov 21, 2005 at 09:03:34PM -0500, Jason Cribbins wrote:
> > Can you explain the situation in the following URL?
> > http://forums.viaarena.com/messageview.aspx?catid=28&threadid=68455
> > 
> > Also as I try to install fedora it reports that it is unable to find any 
> > installed HDs.  I have found an OpenBSD patch that does get it to work 
> > there but nothing for Linux that works as of right now.
> > My BIOS has the controller set to SATA mode right now and its not 
> > visible.  Even if I set it to RAID mode or AHCI modes I get the same 
> > result using fedora core4 and what ever kernel comes bundled with their 
> > installer.
> 
> The AHCI driver certainly won't work without adding PCI IDs to it...
> 
> did you try that?
> 
> These threads seem to indicate that AHCI needs updating for VIA.
> 
> 	Jeff 

I hate to spoil the suspense but I imagine you will meet with the same results
others have.  There have been a few posts to this list regarding the chipset and
so far no concrete ideas about what may be going on.  The following will patch
your ahci.c file to provide the correct PCI ID and, if my experience holds, the
chip will be recognized but communicating with the drives will timeout.

--- ahci.c      2005-11-21 21:52:38.000000000 -0500
+++ ahci.c      2005-11-21 21:52:41.000000000 -0500
@@ -277,6 +277,8 @@
          board_ahci }, /* ESB2 */
        { PCI_VENDOR_ID_INTEL, 0x27c6, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_ahci }, /* ICH7-M DH */
+       { PCI_VENDOR_ID_VIA, 0x3349, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_ahci }, /* VT8251 */
        { }     /* terminate list */
 };

Best of luck and please post your results of adding this ID to the AHCI driver.

Andrew



  reply	other threads:[~2005-11-22  3:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-20 14:52 VIA VT8251 on Asus A8V-MV Jason Cribbins
2005-11-21 23:55 ` Vojtech Pavlik
2005-11-22  2:03   ` Jason Cribbins
2005-11-22  2:16     ` Jeff Garzik
2005-11-22  3:09       ` Andrew Joyce [this message]
2005-11-22  7:29     ` Vojtech Pavlik

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=loom.20051122T040228-399@post.gmane.org \
    --to=joyce@webcreations.ca \
    --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