[kernel] r15279 - in dists/lenny/linux-2.6/debian: . patches/features/all patches/series

Moritz Muehlenhoff jmm at alioth.debian.org
Thu Feb 25 21:38:46 UTC 2010


Author: jmm
Date: Thu Feb 25 21:38:44 2010
New Revision: 15279

Log:
ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs

Added:
   dists/lenny/linux-2.6/debian/patches/features/all/ata-piix-add-intel-pci-ids.patch
Modified:
   dists/lenny/linux-2.6/debian/changelog
   dists/lenny/linux-2.6/debian/patches/series/22

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Thu Feb 25 14:23:35 2010	(r15278)
+++ dists/lenny/linux-2.6/debian/changelog	Thu Feb 25 21:38:44 2010	(r15279)
@@ -10,6 +10,8 @@
   [ Moritz Muehlenhoff ]
   * Fix deadlock in saa7134-empress driver (Closes: #499671)
   * x86, vmi: TSC going backwards check in vmi clocksource (Closes: #524521)
+  * ipv6: fix run pending DAD when interface becomes ready (Closes: #508460)
+  * ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs (Closes: #5571533)
 
   [ Ben Hutchings ]
   * via-velocity: Give RX descriptors to the NIC later on open or MTU change

Added: dists/lenny/linux-2.6/debian/patches/features/all/ata-piix-add-intel-pci-ids.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/features/all/ata-piix-add-intel-pci-ids.patch	Thu Feb 25 21:38:44 2010	(r15279)
@@ -0,0 +1,33 @@
+From: Seth Heasley <seth.heasley at intel.com>
+Date: Tue, 12 Aug 2008 00:03:18 +0000 (-0700)
+Subject: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs
+X-Git-Tag: v2.6.27-rc5~51^2~9
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=c6c6a1afefe51d488c050464f261d4711bea9a37
+
+ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs
+
+This patch adds the Intel Ibex Peak (PCH) IDE mode SATA Controller DeviceIDs.
+
+Signed-off-by: Seth Heasley <seth.heasley at intel.com>
+Signed-off-by: Jeff Garzik <jgarzik at redhat.com>
+---
+
+diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
+index c294121..b1d08a8 100644
+--- a/drivers/ata/ata_piix.c
++++ b/drivers/ata/ata_piix.c
+@@ -275,6 +275,14 @@ static const struct pci_device_id piix_pci_tbl[] = {
+ 	{ 0x8086, 0x3a20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
+ 	/* SATA Controller IDE (ICH10) */
+ 	{ 0x8086, 0x3a26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
++	/* SATA Controller IDE (PCH) */
++	{ 0x8086, 0x3b20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
++	/* SATA Controller IDE (PCH) */
++	{ 0x8086, 0x3b26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
++	/* SATA Controller IDE (PCH) */
++	{ 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
++	/* SATA Controller IDE (PCH) */
++	{ 0x8086, 0x3b2e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
+ 
+ 	{ }	/* terminate list */
+ };

Modified: dists/lenny/linux-2.6/debian/patches/series/22
==============================================================================
--- dists/lenny/linux-2.6/debian/patches/series/22	Thu Feb 25 14:23:35 2010	(r15278)
+++ dists/lenny/linux-2.6/debian/patches/series/22	Thu Feb 25 21:38:44 2010	(r15279)
@@ -22,5 +22,6 @@
 + bugfix/x86/fix-vmi-clocksource.patch
 + bugfix/all/yealink-reliably-kill-urbs.patch
 + bugfix/all/ipv6-fix-pending-dad.patch
++ features/all/ata-piix-add-intel-pci-ids.patch
 
 



More information about the Kernel-svn-changes mailing list