lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 27 Nov 2010 11:25:25 +0100
From:	Tejun Heo <htejun@...il.com>
To:	Alessandro Tagliapietra <tagliapietra.alessandro@...il.com>
CC:	Borislav Petkov <bp@...en8.de>,
	Eric Dumazet <eric.dumazet@...il.com>,
	linux-kernel@...r.kernel.org, linux-ide <linux-ide@...r.kernel.org>
Subject: Re: Message

On 11/26/2010 07:59 PM, Alessandro Tagliapietra wrote:
> 2010/11/26 Tejun Heo <htejun@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ