rpms/kernel/devel linux-2.6-libata-ich8m-add-pciid.patch, NONE, 1.1 kernel-2.6.spec, 1.3276, 1.3277

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Fri Jul 6 17:18:11 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26344

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-libata-ich8m-add-pciid.patch 
Log Message:
* Fri Jul 06 2007 Chuck Ebbert <cebbert at redhat.com>
- add Intel ICH8M (Santa Rosa) PCI ID to ata_piix driver


linux-2.6-libata-ich8m-add-pciid.patch:

--- NEW FILE linux-2.6-libata-ich8m-add-pciid.patch ---
From: Christian Lamparter <chunkeey at web.de>

ATA: add a PCI ID for Intel Santa Rosa PATA controller.

Signed-off-by: Christian Lamparter <chunkeey at web.de>
---
 drivers/ata/ata_piix.c |    2 ++
 1 file changed, 2 insertions(+) 
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 9c07b88..b210726 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -200,6 +200,8 @@ static const struct pci_device_id piix_pci_tbl[] = {
 	/* ICH7/7-R (i945, i975) UDMA 100*/
 	{ 0x8086, 0x27DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_133 },
 	{ 0x8086, 0x269E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
+	/* ICH8 Mobile PATA Controller */
+	{ 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_133 },
 
 	/* NOTE: The following PCI ids must be kept in sync with the
 	 * list in drivers/pci/quirks.c.


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3276
retrieving revision 1.3277
diff -u -r1.3276 -r1.3277
--- kernel-2.6.spec	6 Jul 2007 17:15:36 -0000	1.3276
+++ kernel-2.6.spec	6 Jul 2007 17:17:34 -0000	1.3277
@@ -539,6 +539,7 @@
 Patch620: linux-2.6-defaults-unicode-vt.patch
 Patch630: linux-2.6-defaults-nonmi.patch
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
+Patch661: linux-2.6-libata-ich8m-add-pciid.patch
 Patch670: linux-2.6-ata-quirk.patch
 Patch680: git-wireless-dev.patch
 Patch710: linux-2.6-bcm43xx-pci-neuter.patch
@@ -1107,6 +1108,8 @@
 # Disable ATAPI DMA on ALI chipsets.
 ApplyPatch linux-2.6-libata-ali-atapi-dma.patch
 # libata: don't initialize sg in ata_exec_internal() if DMA_NONE
+#libata add ich8m (santa rosa) pata controller ID
+ApplyPatch linux-2.6-libata-ich8m-add-pciid.patch
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
 
@@ -2046,6 +2049,9 @@
 %endif
 
 %changelog
+* Fri Jul 06 2007 Chuck Ebbert <cebbert at redhat.com>
+- add Intel ICH8M (Santa Rosa) PCI ID to ata_piix driver
+
 * Fri Jul 06 2007 Dave Jones <davej at redhat.com>
 - Don't force enable HPET on ICH7 & ICH8
   This seems to be broken.




More information about the fedora-extras-commits mailing list