[kernel] r8033 - in dists/sid/linux-2.6/debian: . patches/bugfix patches/series

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 21 20:44:54 UTC 2006


Author: nobse
Date: Thu Dec 21 21:44:54 2006
New Revision: 8033

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/i2c-elektor-works-on-smp.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/9
Log:
removed BROKEN_ON_SMP dependency from I2C_ELEKTOR

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Dec 21 21:44:54 2006
@@ -34,12 +34,13 @@
   [ Norbert Tretkowski ]
   * libata: handle 0xff status properly. (closes: #391867)
   * alpha: enabled CONFIG_SCSI_ARCMSR. (closes: #401187)
+  * removed BROKEN_ON_SMP dependency from I2C_ELEKTOR. (closes: #402253)
 
   [ Christian T. Steigies ]
   * m68k/atari: enable keyboard, mouse and fb drivers
   * m68k/atari: fixes for ethernec and video driver by Michael Schmitz
 
- -- Christian T. Steigies <cts at debian.org>  Wed, 20 Dec 2006 21:20:11 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 21 Dec 2006 21:40:38 +0100
 
 linux-2.6 (2.6.18-8) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/i2c-elektor-works-on-smp.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/i2c-elektor-works-on-smp.patch	Thu Dec 21 21:44:54 2006
@@ -0,0 +1,11 @@
+--- a/drivers/i2c/busses/Kconfig	2006-12-21 21:31:27.000000000 +0100
++++ b/drivers/i2c/busses/Kconfig	2006-12-21 21:32:27.000000000 +0100
+@@ -86,7 +86,7 @@
+ 
+ config I2C_ELEKTOR
+ 	tristate "Elektor ISA card"
+-	depends on I2C && ISA && BROKEN_ON_SMP
++	depends on I2C && ISA
+ 	select I2C_ALGOPCF
+ 	help
+ 	  This supports the PCF8584 ISA bus I2C adapter.  Say Y if you own

Modified: dists/sid/linux-2.6/debian/patches/series/9
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/9	(original)
+++ dists/sid/linux-2.6/debian/patches/series/9	Thu Dec 21 21:44:54 2006
@@ -12,4 +12,4 @@
 + bugfix/cciss-map-more-config-table-mem.patch
 + bugfix/cciss-set-default-raid-level.patch
 + bugfix/cciss-XFER_READ-WRITE.patch
-
++ bugfix/i2c-elektor-works-on-smp.patch



More information about the Kernel-svn-changes mailing list