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-next>] [day] [month] [year] [list]
Date:	Sun, 12 Oct 2008 00:41:22 +0100
From:	gettinther <gettinther@...il.com>
To:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Marvell 88SE6141

To the attention of Alan Cox,

Following an issue from one of our users,  I had to patch the 2.6.26
kernel (and also the 2.6.27) for the marvell controller based on your
patch dated 2006.

http://www.nabble.com/kernel-support-for-Marvell-88SE614x-chipset-to7091227.html

I had to modify the patch to adjust it but the user reported proper
recognition of the hardware.

Just letting you know in case you just forgot to include it.  Or is
there is another issue I should be aware of.

Thanking you

Cyrille

--- a/drivers/ata/ahci.c~ 2006-10-31 13:00:50.918919744 +0000
+++ a/drivers/ata/ahci.c 2006-10-31 13:00:50.927918376 +0000
@@ -540,6 +540,7 @@

	/* Marvell */
	{ PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv },	/* 6145 */
+ 	{ PCI_VDEVICE(MARVELL, 0x6141), board_ahci_mv },	/* 6141 */
	{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv },	/* 6121 */

	/* Generic, PCI class code for AHCI */
--
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