From owner-svn-src-stable@FreeBSD.ORG Mon Aug 25 22:23:03 2014 Return-Path: Delivered-To: svn-src-stable@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 AE12E78A; Mon, 25 Aug 2014 22:23:03 +0000 (UTC) Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10865343D; Mon, 25 Aug 2014 22:23:02 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id hq11so16110386vcb.30 for ; Mon, 25 Aug 2014 15:23:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pnn+93Cj5U38fKJA6CtRJzKlZr+tDrB3Y/eiFkKmmFQ=; b=XDy89jIm0Y/DX0HZNRoqkMsHDrk5EchGsp4xFf9TOAUww7l2Etu/ixDXHrP91bNKXj jWhQRpFP1EOAAFB0TrhurRksonLHUy/Qh3x7Dl3SLSYJbnfSBT8oialkQZvjxJRWhUT+ rJ4BF9ANVDw3+7G/ygXgxSLg3oTqHI+TCWtEnBNJ6nay3gyQ7SQkGnTMIQbG6Y+TdZIw LcJuxC6oD6P51jOuoJw+BsKuilc7vWDdG/Y/SyNb5VGkWyv9HM+0DUaCnbToS7eq6U4O MxzzVbuBzP2YIsh/5z+BQx7d/RioZgy3K8hulbrMkT+/69cVNikuF/LV0b80x1iq8Tm1 5erw== MIME-Version: 1.0 X-Received: by 10.220.30.8 with SMTP id s8mr7697260vcc.58.1409005382218; Mon, 25 Aug 2014 15:23:02 -0700 (PDT) Received: by 10.221.10.210 with HTTP; Mon, 25 Aug 2014 15:23:02 -0700 (PDT) In-Reply-To: <20140825221917.GF17339@hub.FreeBSD.org> References: <201408252204.s7PM4Tgi062611@svn.freebsd.org> <20140825221917.GF17339@hub.FreeBSD.org> Date: Mon, 25 Aug 2014 15:23:02 -0700 Message-ID: Subject: Re: svn commit: r270631 - in stable/10/sys: conf dev/ixl modules/ixl modules/ixlv From: Jack Vogel To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Jack F Vogel , svn-src-stable@freebsd.org, "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 22:23:03 -0000 Not yet, only the README, there will be a manual page coming soon I hope. Jack On Mon, Aug 25, 2014 at 3:19 PM, Glen Barber wrote: > On Mon, Aug 25, 2014 at 10:04:29PM +0000, Jack F Vogel wrote: > > Author: jfv > > Date: Mon Aug 25 22:04:29 2014 > > New Revision: 270631 > > URL: http://svnweb.freebsd.org/changeset/base/270631 > > > > Log: > > MFC of the Intel Base driver for the Intel XL710 Ethernet Controller > Family > > - It was decided to change the driver name to if_ixl for FreeBSD > > - This release adds the VF Driver to the tree, it can be built into > > the kernel or as the if_ixlv module > > - The VF driver is independent for the first time, this will be > > desireable when full SRIOV capability is added to the OS. > > > > Submitted by: jack.vogel@intel.com and eric.joyner@intel.com > > > > Is there a manual page for ixl to go along with this? > > Glen > >