rpms/kernel/F-7 linux-2.6-libata-sb700-sata-ids.patch, NONE, 1.1 kernel-2.6.spec, 1.3280, 1.3281

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Fri Jul 13 22:27:55 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-libata-sb700-sata-ids.patch 
Log Message:
* Fri Jul 13 2007 Chuck Ebbert <cebbert at redhat.com>
- add more ATI SB700 ids to the ahci driver


linux-2.6-libata-sb700-sata-ids.patch:

--- NEW FILE linux-2.6-libata-sb700-sata-ids.patch ---
diff -Nur linux-2.6.22.1.orig/drivers/ata/ahci.c linux-2.6.22.1/drivers/ata/ahci.c
--- linux-2.6.22.1.orig/drivers/ata/ahci.c	2007-07-13 10:39:27.854093200 +0800
+++ linux-2.6.22.1/drivers/ata/ahci.c	2007-07-13 10:52:58.625022700 +0800
@@ -399,7 +399,10 @@
 
 	/* ATI */
 	{ PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */
-	{ PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 */
+	{ PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 IDE */
+	{ PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700 AHCI */
+	{ PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700 nor-raid5 */
+	{ PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700 raid5 */
 
 	/* VIA */
 	{ PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3280
retrieving revision 1.3281
diff -u -r1.3280 -r1.3281
--- kernel-2.6.spec	12 Jul 2007 22:40:24 -0000	1.3280
+++ kernel-2.6.spec	13 Jul 2007 22:27:22 -0000	1.3281
@@ -566,6 +566,7 @@
 Patch661: linux-2.6-libata-ich8m-add-pciid.patch
 Patch662: linux-2.6-ata-update-noncq.patch
 Patch670: linux-2.6-ata-quirk.patch
+Patch671: linux-2.6-libata-sb700-sata-ids.patch
 Patch680: git-wireless-dev.patch
 Patch681: git-iwlwifi.patch
 Patch682: linux-2.6-rtl8187.patch
@@ -1204,6 +1205,8 @@
 ApplyPatch linux-2.6-ata-update-noncq.patch
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
+# add more ati sb700 ids to the ahci driver
+ApplyPatch linux-2.6-libata-sb700-sata-ids.patch
 
 # Add the rtl8187 driver from upstream (remove after update to 2.6.22-git1)
 ApplyPatch linux-2.6-rtl8187.patch
@@ -2171,6 +2174,9 @@
 %endif
 
 %changelog
+* Fri Jul 13 2007 Chuck Ebbert <cebbert at redhat.com>
+- add more ATI SB700 ids to the ahci driver
+
 * Thu Jul 12 2007 Dave Jones <davej at redhat.com>
 - Some systems have a HPET which is not incrementing, which leads
   to a complete hang.  Detect it during HPET setup.




More information about the scm-commits mailing list