From owner-svn-src-all@FreeBSD.ORG Wed Nov 20 20:28:01 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id D31B5B10; Wed, 20 Nov 2013 20:28:01 +0000 (UTC) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC4B82742; Wed, 20 Nov 2013 20:28:00 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id r15so4159025ead.38 for ; Wed, 20 Nov 2013 12:27:59 -0800 (PST) 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=B2z23KLs6s1AR+5OquCy9sBRe/E+8EL880ZKP16oejc=; b=oIuM8/ViefQDTn4MXzPe3c9ZgMmGFpKxstlJKTz0gyKRsPbT1Yg95DGZ2NkrJODJ+E 77c+r1CHpEdNvjunYSpK2kgk+zu66tdK8BFGoII4qPqD4gecAAAXkPVMBeAc08Dvn3GQ GDC2V2H/TeoSpBPRfv+cmNxM95NePWLRFKijJzAWBB3PDVu1tLFasfuxJXbm+UFQ8gNS DuaRC1Y4iIpQWv5DDbczzlf/JbSsa2vccBhpH+/mbZnVbtHweGJdMuCzX2vdduoNPtpH vh5AQkobvD8SWLGI2/cpRJp6fxk0RVsyHZKEUv693pJdNNihDCMNyN5DCcQf1BfLWxLn Z0Qg== MIME-Version: 1.0 X-Received: by 10.14.199.1 with SMTP id w1mr3349517een.29.1384979279167; Wed, 20 Nov 2013 12:27:59 -0800 (PST) Sender: hiren.panchasara@gmail.com Received: by 10.14.127.195 with HTTP; Wed, 20 Nov 2013 12:27:59 -0800 (PST) In-Reply-To: <201309202018.r8KKIoK0033805@svn.freebsd.org> References: <201309202018.r8KKIoK0033805@svn.freebsd.org> Date: Wed, 20 Nov 2013 12:27:59 -0800 X-Google-Sender-Auth: Mfhzh7dnJl-rVBS_jIp1mDubGlw Message-ID: Subject: Re: svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe From: hiren panchasara To: David Christensen , Eric Davis Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head , svn-src-all , src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 20 Nov 2013 20:28:01 -0000 + Eric On Fri, Sep 20, 2013 at 1:18 PM, David Christensen wrote: > Author: davidch > Date: Fri Sep 20 20:18:49 2013 > New Revision: 255736 > URL: http://svnweb.freebsd.org/changeset/base/255736 > > Log: > Substantial rewrite of bxe(4) to add support for the BCM57712 and > BCM578XX controllers. > > Approved by: re > MFC after: 4 weeks David/Eric, Are you guys planning to mfc this back to 9? cheers, Hiren