From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 326821396D0 for ; Thu, 7 Sep 2017 00:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 318CBE0DD0; Thu, 7 Sep 2017 00:53:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10873E0DD0 for ; Thu, 7 Sep 2017 00:52:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0901D33FE7D for ; Thu, 7 Sep 2017 00:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0288E40 for ; Thu, 7 Sep 2017 00:52:57 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1504745363.2f8eece2e2f4f646476ba5fd8ed89d66b2662f41.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2f8eece2e2f4f646476ba5fd8ed89d66b2662f41 X-VCS-Branch: master Date: Thu, 7 Sep 2017 00:52:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca395541-0a13-4b67-ae77-f44a55e0b2eb X-Archives-Hash: c07d8af81a49e6637cc626877a0e6c84 commit: 2f8eece2e2f4f646476ba5fd8ed89d66b2662f41 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Sep 7 00:49:23 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Sep 7 00:49:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2f8eece2 kernel-generic-config: Intel PATA SCH support Fixes: https://bugs.gentoo.org/show_bug.cgi?id=566332 Signed-off-by: Robin H. Johnson gentoo.org> defaults/kernel-generic-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 79adb61..cd5508f 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -658,6 +658,7 @@ CONFIG_PATA_SIS=m CONFIG_PATA_VIA=m # CONFIG_PATA_WINBOND is not set CONFIG_PATA_ATP867X=m +CONFIG_PATA_SCH=m # CONFIG_SCSI_BUSLOGIC is not set CONFIG_SCSI_INITIO=m