All of lore.kernel.org
 help / color / mirror / Atom feed
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

  reply	other threads:[~2010-11-27 10:25 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26  6:58 Message Alessandro Tagliapietra
     [not found] ` <1290755809.2678.14.camel@edumazet-laptop>
     [not found]   ` <AANLkTi=8nWFHeJ0Z-WhprNqZMGprMRG5LQ+b3wKoMWWv@mail.gmail.com>
2010-11-26  7:35     ` Message Alessandro Tagliapietra
2010-11-26  7:38       ` Message Borislav Petkov
2010-11-26  7:41         ` Message Alessandro Tagliapietra
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
  -- strict thread matches above, loose matches on Subject: below --
2020-11-20 21:57 Message WordPress
2019-02-02  3:58 Message PBC Eastgate
2017-10-01 21:12 MESSAGE CAROLINE
     [not found] <357637774.3932650.1459300252372.JavaMail.zimbra@outremer-telecom.fr>
2016-03-30  2:50 ` Message Thomas Marr
2015-07-17 16:56 MESSAGE GORDON CHANG
2015-07-17 16:56 MESSAGE GORDON CHANG
2015-07-17 16:56 MESSAGE GORDON CHANG
2015-07-17 16:56 MESSAGE GORDON CHANG
2015-07-17 16:56 MESSAGE GORDON CHANG
2015-07-17 16:13 MESSAGE GORDON CHANG
     [not found] <169584985.3193991335304268840.JavaMail.root@zim-store03.web.westnet.com.au>
2012-04-24 21:54 ` Message Timothy Hull
     [not found] <1160661693.3191741335302952449.JavaMail.root@zim-store03.web.westnet.com.au>
2012-04-24 21:31 ` Message Timothy Hull
2012-04-24 21:31 ` Message Timothy Hull
2012-04-24  0:48 Message Mr.Liu Wang
2012-03-29 15:10 Message yelsy carrasco
2012-03-29 15:10 Message yelsy carrasco
2011-06-21 18:16 Message Paul Bowen Chamber
2011-03-30 13:59 Message terrissonz
2011-03-30 13:59 Message terrissonz-q6EoVN9bke7vnOemgxGiVw
2010-04-03 20:39 message Mark Anthony
2001-12-04 18:45 Message Justin Smith
2001-12-04 19:48 ` Message Stephen Smalley

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 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.