From owner-svn-src-all@FreeBSD.ORG Sun Jan 18 17:42:55 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 124B5106566B; Sun, 18 Jan 2009 17:42:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C59C18FC13; Sun, 18 Jan 2009 17:42:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0IHfLs7048688; Sun, 18 Jan 2009 10:41:21 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 18 Jan 2009 10:41:53 -0700 (MST) Message-Id: <20090118.104153.1631915192.imp@bsdimp.com> To: gavin@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090118163938.G24894@ury.york.ac.uk> References: <200901181228.n0ICSjnT073457@svn.freebsd.org> <20090118163938.G24894@ury.york.ac.uk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: stas@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r187391 - in stable/7/sys: . arm/at91 contrib/pf dev/ath/ath_hal dev/cxgb 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: Sun, 18 Jan 2009 17:42:55 -0000 In message: <20090118163938.G24894@ury.york.ac.uk> Gavin Atkinson writes: : On Sun, 18 Jan 2009, Stanislav Sedov wrote: : : > Author: stas : > Date: Sun Jan 18 12:28:45 2009 : > New Revision: 187391 : > URL: http://svn.freebsd.org/changeset/base/187391 : > : > Log: : > - Merge r182477: : [snip] : > Use random MAC address if none configured instead of failing. : : Connected with this, I wonder if you could also merge r182524 and r182555? : These changes fix up the merged comments, and make the random MAC address : a locally assigned one, and not simply stolen from the range that Atmel : own. In general, all the at91 changes from head should be safe to merge to releng_7. Warner