Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0c07461a878f9c5575a139f62603e59204fe5f0e
commit 0c07461a878f9c5575a139f62603e59204fe5f0e Author: crazy <[email protected]> Date: Thu May 26 07:40:31 2016 +0200 kernel-4.6-1-x86_64 * disabled CONFIG_SP5100_TCO. This driver is such buggy it kills lots * AMD systems off. Added note in FB to not re-enable until * https://bugzilla.kernel.org/show_bug.cgi?id=114201 is *really* fixed * ( and I don't think that will be soon ) diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index f1d5331..a04b9e1 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -6,6 +6,10 @@ Finclude kernel +## DO NOT enable CONFIG_SP5100_TCO until +## https://bugzilla.kernel.org/show_bug.cgi?id=114201 is *really* resolved +## it kills lots AMD based systems off + url="https://www.kernel.org" depends=('kmod' 'sed') [[ -z "$_F_kernel_name" ]] && makedepends+=('unifdef') diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 414c633..ce5491f 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -4313,7 +4313,7 @@ CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_EBC_C384_WDT=m CONFIG_F71808E_WDT=m -CONFIG_SP5100_TCO=m +# CONFIG_SP5100_TCO is not set CONFIG_GEODE_WDT=m CONFIG_SBC_FITPC2_WATCHDOG=m CONFIG_EUROTECH_WDT=m diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index 9c76d18..f1f39a1 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -4234,7 +4234,7 @@ CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_EBC_C384_WDT=m CONFIG_F71808E_WDT=m -CONFIG_SP5100_TCO=m +# CONFIG_SP5100_TCO is not set CONFIG_SBC_FITPC2_WATCHDOG=m CONFIG_EUROTECH_WDT=m CONFIG_IB700_WDT=m _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
