From: Tejun Heo <htejun@gmail.com>
To: Alessandro Tagliapietra <tagliapietra.alessandro@gmail.com>
Cc: Borislav Petkov <bp@alien8.de>,
Eric Dumazet <eric.dumazet@gmail.com>,
linux-kernel@vger.kernel.org,
linux-ide <linux-ide@vger.kernel.org>
Subject: Re: Message
Date: Sat, 27 Nov 2010 11:25:25 +0100 [thread overview]
Message-ID: <4CF0DC95.2050501@gmail.com> (raw)
In-Reply-To: <AANLkTi=W2swi_5r=wMrORA5xkXq1aU5KRD-rE9f0mxxP@mail.gmail.com>
On 11/26/2010 07:59 PM, Alessandro Tagliapietra wrote:
> 2010/11/26 Tejun Heo <htejun@gmail.com>:
>> Can you please just attach them?
>
>
> Sure, here are the files. The file "dmesg" is done via fedora with
> kernel 2.6.35.6-45.fc14.x86_64.
>
> Also, as aked, the lspci -nn.
So, it's a different controller. 1b4b:91a3 instead of 1b4b:9123.
Hmm... why did they switch vendor id from 11ab? I currently don't
have access to the datasheets but does the following blind patch work
by any chance?
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 3288263..0c39fbb 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -380,6 +380,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */
{ PCI_DEVICE(0x1b4b, 0x9123),
.driver_data = board_ahci_yes_fbs }, /* 88se9128 */
+ { PCI_DEVICE(0x1b4b, 0x91a3),
+ .driver_data = board_ahci_yes_fbs },
/* Promise */
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */
--
tejun
next prev parent reply other threads:[~2010-11-27 10:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AANLkTinSigE4JPsFByPCkFd-+_oXQwR-V9=AsSH9Warz@mail.gmail.com>
[not found] ` <1290755809.2678.14.camel@edumazet-laptop>
[not found] ` <AANLkTi=8nWFHeJ0Z-WhprNqZMGprMRG5LQ+b3wKoMWWv@mail.gmail.com>
[not found] ` <AANLkTi=bELgtgcWcy59KCvKwWWiuVZBb7e_hTSBHZ4cH@mail.gmail.com>
2010-11-26 7:38 ` Message Borislav Petkov
2010-11-26 7:41 ` Message Alessandro Tagliapietra
2010-11-26 17:30 ` Message Tejun Heo
2010-11-26 18:59 ` Message Alessandro Tagliapietra
2010-11-27 10:25 ` Tejun Heo [this message]
2010-11-29 10:39 ` Message Alessandro Tagliapietra
2015-07-17 16:56 MESSAGE GORDON CHANG
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=4CF0DC95.2050501@gmail.com \
--to=htejun@gmail.com \
--cc=bp@alien8.de \
--cc=eric.dumazet@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tagliapietra.alessandro@gmail.com \
/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).