rpms/kernel/devel TODO, 1.36, 1.37 linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch, 1.2, 1.3

Chuck Ebbert cebbert at fedoraproject.org
Thu Oct 30 19:59:27 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26549

Modified Files:
	TODO 
	linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch 
Log Message:
official it821x patch


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/TODO,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- TODO	28 Oct 2008 02:12:22 -0000	1.36
+++ TODO	30 Oct 2008 19:58:56 -0000	1.37
@@ -183,8 +183,7 @@
 	The drm patch should be fixed up to not conflict with the upstream patch.
 
 linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch
-	from linux-kernel, acked by Alan, seems to have gone missing
-	submitted to linux-ide 2008-10-26
+	should be sent for -stable
 
 linux-2.6-usb-storage-unusual-devs-jmicron-ata-bridge.patch
 	sent for stable

linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch:

Index: linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch	26 Oct 2008 22:30:20 -0000	1.2
+++ linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch	30 Oct 2008 19:58:56 -0000	1.3
@@ -1,4 +1,7 @@
 From: Ondrej Zary <linux at rainbow-software.org>
+Date: Sun, 26 Oct 2008 22:10:19 +0000 (-0400)
+Subject: libata: Fix LBA48 on pata_it821x RAID volumes.
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=054e5f616b5becdc096b793407dc33fe379749ac
 
 libata: Fix LBA48 on pata_it821x RAID volumes.
 
@@ -6,10 +9,14 @@
 
 Signed-off-by: Ondrej Zary <linux at rainbow-software.org>
 Acked-by: Alan Cox <alan at redhat.com>
+Signed-off-by: Jeff Garzik <jgarzik at redhat.com>
+---
 
---- linux-2.6.27-orig/drivers/ata/pata_it821x.c	2008-10-18 17:09:07.000000000 +0200
-+++ linux-2.6.27-pentium/drivers/ata/pata_it821x.c	2008-10-18 17:10:24.000000000 +0200
-@@ -557,9 +557,8 @@
+diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
+index 4e13aad..860ede5 100644
+--- a/drivers/ata/pata_it821x.c
++++ b/drivers/ata/pata_it821x.c
+@@ -557,9 +557,8 @@ static unsigned int it821x_read_id(struct ata_device *adev,
  	if (strstr(model_num, "Integrated Technology Express")) {
  		/* Set feature bits the firmware neglects */
  		id[49] |= 0x0300;	/* LBA, DMA */
@@ -20,4 +27,3 @@
  		id[86] |= 0x0400;	/* LBA48 on */
  		id[ATA_ID_MAJOR_VER] |= 0x1F;
  	}
-




More information about the scm-commits mailing list