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>] [day] [month] [year] [list]
Date:	Wed, 28 Feb 2007 10:53:22 -0500
From:	"Morrison, Tom" <tmorrison@...irix.com>
To:	<jgarzik@...ox.com>, <jeff@...zik.org>
Cc:	<linux-ide@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH]Support for Marvell 7042 Chip

Added Support for Marvell 7042 Chip - 7042 has same 
capabilities & behavior as 6042.

Patch based upon stable Linux 2.6.20.1 Kernel Tree...

Signed-off-by: Thomas A. Morrison <tmorrison@...irix.com>

----

--- drivers/ata/sata_mv.c.orig	2007-02-20 01:34:32.000000000 -0500
+++ drivers/ata/sata_mv.c	2007-02-28 10:22:03.000000000 -0500
@@ -546,6 +546,9 @@ static const struct pci_device_id mv_pci
 
 	{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },
 
+	/* add Marvell 7042 support */
+	{ PCI_VDEVICE(MARVELL, 0x7042), chip_7042 },
+
 	{ }			/* terminate list */
 };

-
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