From: Jeff Garzik <jeff@garzik.org>
To: Tejun Heo <tj@kernel.org>
Cc: "linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>
Subject: Re: [PATCH #upstream] ahci: add HFLAG_YES_FBS and apply it to 88SE9128
Date: Tue, 17 Aug 2010 17:54:30 -0400 [thread overview]
Message-ID: <4C6B0516.6080506@garzik.org> (raw)
In-Reply-To: <4C4AFE7C.5070506@kernel.org>
On 07/24/2010 10:53 AM, Tejun Heo wrote:
> 88SE9128 can do FBS and sets it in HOST_CAP but forgets to set FBSCP
> in PORT_CMD. Implement AHCI_HFLAG_YES_FBS and apply it to 88SE9128.
>
> Signed-off-by: Tejun Heo<tj@kernel.org>
> --
> drivers/ata/ahci.c | 11 +++++++++++
> drivers/ata/ahci.h | 1 +
> drivers/ata/libahci.c | 16 ++++++++++++++--
> 3 files changed, 26 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index f252253..41fa0a3 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -60,6 +60,7 @@ enum board_ids {
> board_ahci,
> board_ahci_ign_iferr,
> board_ahci_nosntf,
> + board_ahci_yes_fbs,
>
> /* board IDs for specific chipsets in alphabetical order */
> board_ahci_mcp65,
> @@ -132,6 +133,14 @@ static const struct ata_port_info ahci_port_info[] = {
> .udma_mask = ATA_UDMA6,
> .port_ops =&ahci_ops,
> },
> + [board_ahci_yes_fbs] =
> + {
> + AHCI_HFLAGS (AHCI_HFLAG_YES_FBS),
> + .flags = AHCI_FLAG_COMMON,
> + .pio_mask = ATA_PIO4,
> + .udma_mask = ATA_UDMA6,
> + .port_ops =&ahci_ops,
> + },
> /* by chipsets */
> [board_ahci_mcp65] =
> {
> @@ -362,6 +371,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
> /* Marvell */
> { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */
> { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */
> + { PCI_DEVICE(0x1b4b, 0x9123),
> + .driver_data = board_ahci_yes_fbs }, /* 88se9128 */
>
> /* Promise */
> { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */
> diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
> index 7113c57..474427b 100644
> --- a/drivers/ata/ahci.h
> +++ b/drivers/ata/ahci.h
> @@ -209,6 +209,7 @@ enum {
> link offline */
> AHCI_HFLAG_NO_SNTF = (1<< 12), /* no sntf */
> AHCI_HFLAG_NO_FPDMA_AA = (1<< 13), /* no FPDMA AA */
> + AHCI_HFLAG_YES_FBS = (1<< 14), /* force FBS cap on */
>
> /* ap->flags bits */
applied
next prev parent reply other threads:[~2010-08-17 21:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-24 14:53 [PATCH #upstream] ahci: add HFLAG_YES_FBS and apply it to 88SE9128 Tejun Heo
2010-08-17 21:54 ` Jeff Garzik [this message]
2010-11-30 2:04 ` Anssi Hannula
2010-11-30 13:31 ` Tejun Heo
2010-11-30 20:10 ` Anssi Hannula
2010-12-07 19:45 ` Anssi Hannula
2010-12-08 11:10 ` Tejun Heo
2010-12-08 18:09 ` Jeff Garzik
2010-12-08 18:13 ` Tejun Heo
2011-01-07 19:22 ` Anssi Hannula
2011-01-19 1:07 ` Jeff Garzik
2010-12-20 3:24 ` Anssi Hannula
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=4C6B0516.6080506@garzik.org \
--to=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--cc=tj@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).