r4332 - dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Thu Oct 6 15:48:08 UTC 2005


Author: horms
Date: 2005-10-06 15:48:08 +0000 (Thu, 06 Oct 2005)
New Revision: 4332

Modified:
   dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/drivers-sata-promise-sataii_tx2_tx4.dpatch
Log:
Add missing portion of drivers-sata-promise-sataii_tx2_tx4.dpatch

Modified: dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/drivers-sata-promise-sataii_tx2_tx4.dpatch
===================================================================
--- dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/drivers-sata-promise-sataii_tx2_tx4.dpatch	2005-10-06 15:17:40 UTC (rev 4331)
+++ dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/drivers-sata-promise-sataii_tx2_tx4.dpatch	2005-10-06 15:48:08 UTC (rev 4332)
@@ -38,3 +38,17 @@
  	{ }	/* terminate list */
  };
  
+@@ -408,9 +414,11 @@
+ 		return IRQ_NONE;
+ 	}
+ 
+-        spin_lock(&host_set->lock);
++	spin_lock(&host_set->lock);
++
++	writel(mask, mmio_base + PDC_INT_SEQMASK);
+ 
+-        for (i = 0; i < host_set->n_ports; i++) {
++	for (i = 0; i < host_set->n_ports; i++) {
+ 		VPRINTK("port %u\n", i);
+ 		ap = host_set->ports[i];
+ 		tmp = mask & (1 << (i + 1));




More information about the Kernel-svn-changes mailing list