Received: by mail.netbsd.org (Postfix, from userid 605) id 9437414A200; Sun, 26 Jul 2015 14:24:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A90214A1E7 for ; Sun, 26 Jul 2015 14:24:31 +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 Y-iI06wOk7Ao for ; Sun, 26 Jul 2015 14:24:29 +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 9D0CA14A183 for ; Sun, 26 Jul 2015 14:24:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F5DC98; Sun, 26 Jul 2015 14:24:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 26 Jul 2015 14:24:29 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src/sys/arch/macppc/stand/ofwboot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20150726142429.7F5DC98@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: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Sun Jul 26 14:24:29 UTC 2015 Modified Files: src/sys/arch/macppc/stand/ofwboot: Locore.c Log Message: Don't set garbages into BAT registers, which was broken in rev 1.25. Should fix PR port-macppc/50018 (though there is no response for 3 weeks), and should be pulled up to netbsd-7. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc/stand/ofwboot/Locore.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.