[kernel] r9512 - dists/etch/linux-2.6/debian/patches/features/all/drivers

Dann Frazier dannf at alioth.debian.org
Thu Sep 13 23:19:15 UTC 2007


Author: dannf
Date: Thu Sep 13 23:19:15 2007
New Revision: 9512

Log:
*sigh* - fix build

Modified:
   dists/etch/linux-2.6/debian/patches/features/all/drivers/ata_piix-ich8-fix-map-for-combined-mode.patch

Modified: dists/etch/linux-2.6/debian/patches/features/all/drivers/ata_piix-ich8-fix-map-for-combined-mode.patch
==============================================================================
--- dists/etch/linux-2.6/debian/patches/features/all/drivers/ata_piix-ich8-fix-map-for-combined-mode.patch	(original)
+++ dists/etch/linux-2.6/debian/patches/features/all/drivers/ata_piix-ich8-fix-map-for-combined-mode.patch	Thu Sep 13 23:19:15 2007
@@ -15,17 +15,13 @@
 
 Backported to Debian's 2.6.18 by dann frazier <dannf at debian.org>
 
-diff -urpN linux-2.6-2.6.18.dfsg.1.orig/drivers/scsi/ata_piix.c linux-2.6-2.6.18.dfsg.1/drivers/scsi/ata_piix.c
---- linux-2.6-2.6.18.dfsg.1.orig/drivers/scsi/ata_piix.c	2007-09-12 18:47:41.000000000 -0600
-+++ linux-2.6-2.6.18.dfsg.1/drivers/scsi/ata_piix.c	2007-09-12 18:50:38.000000000 -0600
-@@ -373,9 +373,9 @@ static const struct piix_map_db ich8_map
- 	.present_shift = 8,
- 	.map = {
+--- source/drivers/scsi/ata_piix.c.orig	2007-09-13 17:12:44.000000000 -0600
++++ source/drivers/scsi/ata_piix.c	2007-09-13 17:15:59.000000000 -0600
+@@ -375,7 +375,7 @@ static const struct piix_map_db ich8_map
  		/* PM   PS   SM   SS       MAP */
--		{  P0,  NA,  P1,  NA }, /* 00b (hardwired) */
-+		{  P0,  P2,  P1,  P3 }, /* 00b (hardwired when in AHCI) */
+ 		{  P0,  P2,  P1,  P3 }, /* 00b (hardwired when in AHCI) */
  		{  RV,  RV,  RV,  RV },
--		{  RV,  RV,  RV,  RV }, /* 10b (never) */
+-		{  IDE,  IDE,  NA,  NA }, /* 10b (IDE mode) */
 +		{  P0,  P2, IDE, IDE }, /* 10b (IDE mode) */
  		{  RV,  RV,  RV,  RV },
  	},



More information about the Kernel-svn-changes mailing list