Received: by mail.netbsd.org (Postfix, from userid 605) id 91AC314A200; Thu, 19 Jan 2012 22:11:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5948814A1FC for ; Thu, 19 Jan 2012 22:11:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LG6iRrdPKHmj for ; Thu, 19 Jan 2012 22:11:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A0F9A14A1DF for ; Thu, 19 Jan 2012 22:11:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 782B8175DD; Thu, 19 Jan 2012 22:11:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 19 Jan 2012 22:11:49 +0000 From: "Radoslaw Kujawa" Subject: CVS commit: src/sys/arch/amiga/conf To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120119221149.782B8175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Radoslaw Kujawa" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: rkujawa Date: Thu Jan 19 22:11:49 UTC 2012 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL Log Message: User reported that efa driver attached when FastATA hardware was absent, but 4x EIDE splitter was present. Disable efa in GENERIC until problem is solved and/or better probe function is written. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/arch/amiga/conf/DRACO cvs rdiff -u -r1.281 -r1.282 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.103 -r1.104 src/sys/arch/amiga/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.