From owner-svn-src-head@FreeBSD.ORG Thu Sep 5 14:41:48 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC6A688D; Thu, 5 Sep 2013 14:41:48 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E47B244C; Thu, 5 Sep 2013 14:41:47 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id r7so790229bkg.36 for ; Thu, 05 Sep 2013 07:41:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=X3c04D1BmIQwDSHGcwftWqEuRD0gmx7CR347m1XXfeo=; b=YbnJXAfmAogVhGaa1nn4+C63Z/nMp/F9u2NFn6VgYSOSHf91JviTzPzVvCXRcHCT8I b80Q0sajV1PPLHKVHUfFCE3AKzguyde/5WGj4mOHBG9ryWO7vaZi3VqOHDnW7Y20+W9c kMcTzAut4A3L8PLpgn6yJ3eUqvdPX5F3ZI0vXX2UF6r1Nj5a0syqmHC90jWSmkHGWDLO CaCb0R88VH49jhe1OoXWDrMnlrR70XU50qrec1gfoWbNkzMHdWJJkvM+JPgX2Hk2TJBJ bGKaIXdjNiQNzcK1cKjvwacXIdYK8y/EuawQhuOrwK32mdPe7GKqSZRdp2b9G756XTU4 KTrQ== MIME-Version: 1.0 X-Received: by 10.205.76.133 with SMTP id ze5mr2104310bkb.37.1378392106178; Thu, 05 Sep 2013 07:41:46 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.205.13.199 with HTTP; Thu, 5 Sep 2013 07:41:46 -0700 (PDT) Received: by 10.205.13.199 with HTTP; Thu, 5 Sep 2013 07:41:46 -0700 (PDT) In-Reply-To: <201309051353.r85DrP1a049823@svn.freebsd.org> References: <201309051353.r85DrP1a049823@svn.freebsd.org> Date: Thu, 5 Sep 2013 07:41:46 -0700 X-Google-Sender-Auth: N_SIJUAIoKb5vgiiyvBZkzvABQ4 Message-ID: Subject: Re: svn commit: r255247 - head/sys/conf From: Justin Hibbits To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 14:41:49 -0000 Pointyhat to: jhibbits Sorry about that, for the third time in as many days for the same component. On Sep 5, 2013 6:53 AM, "Gleb Smirnoff" wrote: > Author: glebius > Date: Thu Sep 5 13:53:25 2013 > New Revision: 255247 > URL: http://svnweb.freebsd.org/changeset/base/255247 > > Log: > Fix build. > > Modified: > head/sys/conf/files.powerpc > > Modified: head/sys/conf/files.powerpc > > ============================================================================== > --- head/sys/conf/files.powerpc Thu Sep 5 13:46:30 2013 (r255246) > +++ head/sys/conf/files.powerpc Thu Sep 5 13:53:25 2013 (r255247) > @@ -30,6 +30,7 @@ dev/agp/agp_apple.c optional agp powerm > dev/fb/fb.c optional sc > dev/fdt/fdt_powerpc.c optional fdt > dev/hwpmc/hwpmc_powerpc.c optional hwpmc > +dev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc > dev/iicbus/ad7417.c optional ad7417 powermac > dev/iicbus/ds1631.c optional ds1631 powermac > dev/iicbus/ds1775.c optional ds1775 powermac >