From owner-svn-src-all@FreeBSD.ORG Thu Oct 18 15:42:21 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 9FDF2A71; Thu, 18 Oct 2012 15:42:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE18FC14; Thu, 18 Oct 2012 15:42:21 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D2BB0B972; Thu, 18 Oct 2012 11:42:20 -0400 (EDT) From: John Baldwin To: Maksim Yevmenkin Subject: Re: svn commit: r241691 - head/sys/dev/oce Date: Thu, 18 Oct 2012 11:42:06 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210181514.q9IFEDMq064239@svn.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210181142.06218.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 18 Oct 2012 11:42:20 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Gleb Smirnoff , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 18 Oct 2012 15:42:21 -0000 On Thursday, October 18, 2012 11:40:36 am Maksim Yevmenkin wrote: > On Thu, Oct 18, 2012 at 8:14 AM, John Baldwin wrote: > > Author: jhb > > Date: Thu Oct 18 15:14:13 2012 > > New Revision: 241691 > > URL: http://svn.freebsd.org/changeset/base/241691 > > > > Log: > > Use if_initbaudrate(). > > thank you for fixing this. i did not realize that there would be so > much fallout form this :( next time i would make universe first :( > > sorry about this It's ok, I didn't realize either. I am still testing some changes in the InfiBand code as well. -- John Baldwin