From owner-svn-src-all@FreeBSD.ORG Fri Jun 29 16:21:20 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C23410656D7; Fri, 29 Jun 2012 16:21:20 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id B95918FC19; Fri, 29 Jun 2012 16:21:19 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q5TGFQd4089721; Fri, 29 Jun 2012 18:15:26 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q5TGFQRm089720; Fri, 29 Jun 2012 18:15:26 +0200 (CEST) (envelope-from marius) Date: Fri, 29 Jun 2012 18:15:26 +0200 From: Marius Strobl To: "Kenneth D. Merry" Message-ID: <20120629161525.GK69382@alchemy.franken.de> References: <201206282048.q5SKmOON097814@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201206282048.q5SKmOON097814@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r237730 - in head/sys: powerpc/conf sparc64/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 16:21:20 -0000 On Thu, Jun 28, 2012 at 08:48:24PM +0000, Kenneth D. Merry wrote: > Author: ken > Date: Thu Jun 28 20:48:24 2012 > New Revision: 237730 > URL: http://svn.freebsd.org/changeset/base/237730 > > Log: > Now that the mps(4) driver is endian-safe, add it to the powerpc and > sparc64 GENERIC config files. > Thanks! Marius