From owner-cvs-all@FreeBSD.ORG Mon Oct 6 21:43:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D638B106568B; Mon, 6 Oct 2008 21:43:05 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 91FA08FC12; Mon, 6 Oct 2008 21:43:05 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from arthur.nitro.dk (arthur.bofh [192.168.2.3]) by mx.nitro.dk (Postfix) with ESMTP id B42561E8C21; Mon, 6 Oct 2008 21:43:04 +0000 (UTC) Received: by arthur.nitro.dk (Postfix, from userid 1000) id A44255FFB; Mon, 6 Oct 2008 23:43:04 +0200 (CEST) Date: Mon, 6 Oct 2008 23:43:04 +0200 From: "Simon L. Nielsen" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20081006214304.GD1112@arthur.nitro.dk> References: <200810062139.m96LdC0I056024@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810062139.m96LdC0I056024@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: cvs commit: src/share/man/man4 Makefile igb.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 21:43:05 -0000 On 2008.10.06 21:38:55 +0000, Simon L. Nielsen wrote: > simon 2008-10-06 21:38:55 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 Makefile > Added files: > share/man/man4 igb.4 > Log: > SVN rev 183654 on 2008-10-06 21:38:55Z by simon > > Only a few of the loader tunables / sysctl variables are documented, > as I'm not really sure what the rest do. > > The list of adaptors was found at > http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=15815 Sigh, I forgot the first paragraph of the commit message... : Add a manual page for the igb driver. This page was largely based on the em(4) manual page, and updated for igb(4) after reading the source code. We never found a solution for "forced commits", right? -- Simon L. Nielsen