From owner-svn-src-all@FreeBSD.ORG Mon May 19 17:50:37 2014 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 DBF28185; Mon, 19 May 2014 17:50:37 +0000 (UTC) Received: from felyko.com (felyko.com [IPv6:2001:470:1:2d5:26:3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id BC3182485; Mon, 19 May 2014 17:50:37 +0000 (UTC) Received: from [IPv6:2620:149:4:f01:f9bc:677d:cbab:7c71] (unknown [IPv6:2620:149:4:f01:f9bc:677d:cbab:7c71]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id DDD7234A9E7; Mon, 19 May 2014 10:50:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1400521837; bh=5Aaru8LGbXUl6rGfI/t4XOI5cDFLxEueqrn/B73a/AU=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=VHVUoK2zOzXLLhtrCipVcVN8hI75tmWlxhpDZuEHDNf6vwfsoMR8Op6/TrCAEdUMa /t6hQmXYHXhhekvSlGMedh6DB5JQPUBF0GhIwjHKSqK8yEE+xnOqvdQ1tHNLNYxoEL 8uM0ikZEVErHgejMll8OwJ17CEtvCtYC1ilNSfEo= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1947\)) Subject: Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e From: Rui Paulo In-Reply-To: <53796149.8060000@freebsd.org> Date: Mon, 19 May 2014 10:50:36 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201405190121.s4J1L3qA068339@svn.freebsd.org> <53796149.8060000@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1947) Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 19 May 2014 17:50:38 -0000 On 18 May 2014, at 18:41, Julian Elischer wrote: > On 5/19/14, 9:21 AM, Jack F Vogel wrote: >> Author: jfv >> Date: Mon May 19 01:21:02 2014 >> New Revision: 266423 >> URL: http://svnweb.freebsd.org/changeset/base/266423 >>=20 >> Log: >> This is the beta release of the driver for the new >> Intel 40G Ethernet Controller XL710 Family. This is >> the core driver, a VF driver called i40evf, will be >> following soon. Questions or comments to myself or >> my co-developer Eric Joyner. Cheers! > love the name.. Aesthetics aside, I think the name should be changed. Network drivers = always used [a-z] for name and [0-9] for unit. Can you find an example = where this is not true? -- Rui Paulo