All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Jeff Garzik <jeff@garzik.org>, linux-ide@vger.kernel.org
Subject: Re: [PATCH 2/2] ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset()
Date: Thu, 25 Oct 2007 13:52:11 +0900	[thread overview]
Message-ID: <472020FB.3050300@gmail.com> (raw)
In-Reply-To: <20071025032845.GF11853@htj.dyndns.org>

Tejun Heo wrote:
> P5W-DH Deluxe has ICH9 which doesn't have PMP support but SIMG 4726
> hardwired to the second port of AHCI controller at PCI device 1f.2.
> The 4726 doesn't work as PMP but as a storage processor which can do
> hardware RAID on downstream ports.
> 
> When no device is attached to the downstream port of the 4726, pseudo
> ATA device for configuration appears.  Unfortunately, ATA emulation on
> the device is very lousy and causes long hang during boot.
> 
> This patch implements workaround for the board.  If the mainboard is
> P5W-DH Deluxe (matched using DMI), only hardreset is used on the
> second port of AHCI controller @ 1f.2 and the hardreset doesn't wait
> for the first FIS and just proceed to IDENTIFY.
> 
> This workaround has been verified in bugzilla report 8923.
> 
>   http://bugzilla.kernel.org/show_bug.cgi?id=8923

I take back this series too. :-( It seems P5W-DH workaround can use 
short wait for !BSY and CLO right after hardreset is finished.  I'll 
post an updated version soon.

Thanks.

-- 
tejun

      reply	other threads:[~2007-10-25  4:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-25  3:02 [PATCH 1/2] ahci: rename ahci_vt8251_hardreset() to ahci_broken_hardreset() Tejun Heo
2007-10-25  3:28 ` [PATCH 2/2] ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset() Tejun Heo
2007-10-25  4:52   ` Tejun Heo [this message]

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=472020FB.3050300@gmail.com \
    --to=htejun@gmail.com \
    --cc=jeff@garzik.org \
    --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.