rpms/kernel/devel linux-2.6-sata-via-id.patch, NONE, 1.1 kernel-2.6.spec, 1.2636, 1.2637

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 11 04:42:14 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2059

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-sata-via-id.patch 
Log Message:
add a pci id to sata_via

linux-2.6-sata-via-id.patch:
 sata_via.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE linux-2.6-sata-via-id.patch ---
--- linux-2.6.17.noarch/drivers/scsi/sata_via.c~	2006-09-09 10:45:30.000000000 -0400
+++ linux-2.6.17.noarch/drivers/scsi/sata_via.c	2006-09-09 10:45:53.000000000 -0400
@@ -77,6 +77,7 @@ static void svia_scr_write (struct ata_p
 static void vt6420_error_handler(struct ata_port *ap);
 
 static const struct pci_device_id svia_pci_tbl[] = {
+	{ 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
 	{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
 	{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },
 


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2636
retrieving revision 1.2637
diff -u -r1.2636 -r1.2637
--- kernel-2.6.spec	9 Sep 2006 14:55:56 -0000	1.2636
+++ kernel-2.6.spec	11 Sep 2006 04:42:12 -0000	1.2637
@@ -481,6 +481,7 @@
 # SATA Bits
 Patch2200: linux-2.6-sata-promise-pata-ports.patch
 Patch2201: linux-2.6-sata-ahci-suspend.patch
+Patch2202: linux-2.6-sata-via-id.patch
 
 # ACPI bits
 
@@ -1061,6 +1062,8 @@
 %patch2200 -p1
 # Fix AHCI Suspend.
 %patch2201 -p1
+# add a PCI ID to sata_via
+%patch2202 -p1
 
 # ACPI patches
 
@@ -1822,6 +1825,9 @@
 %endif
 
 %changelog
+* Mon Sep 11 2006 Dave Jones <davej at redhat.com>
+- Add a PCI ID to sata_via
+
 * Sat Sep  9 2006 Dave Jones <davej at redhat.com>
 - 2.6.18rc6-git3
 




More information about the fedora-cvs-commits mailing list