From owner-svn-src-all@FreeBSD.ORG Tue Mar 30 19:51:35 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2467E1065670; Tue, 30 Mar 2010 19:51:35 +0000 (UTC) (envelope-from kwm@freebsd.org) Received: from viefep14-int.chello.at (viefep14-int.chello.at [62.179.121.34]) by mx1.freebsd.org (Postfix) with ESMTP id C87B78FC14; Tue, 30 Mar 2010 19:51:33 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep19-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100330193400.CRGE23953.viefep19-int.chello.at@edge02.upcmail.net>; Tue, 30 Mar 2010 21:34:00 +0200 Received: from [192.168.1.64] ([77.250.185.191]) by edge02.upcmail.net with edge id zXZx1d07m48Bq8D02XZzb2; Tue, 30 Mar 2010 21:34:00 +0200 X-SourceIP: 77.250.185.191 From: Koop Mast To: Jack F Vogel In-Reply-To: <201003301909.o2UJ9IKn067820@svn.freebsd.org> References: <201003301909.o2UJ9IKn067820@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 30 Mar 2010 21:34:22 +0200 Message-ID: <1269977662.15736.43.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.29.92.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=EFR1pENkxzhdjTnRVAuI+iHrp5zsYr2ENPL4njVhkqM= c=1 sm=0 a=Mxz3xaAkkHoA:10 a=kj9zAlcOel0A:10 a=LW_60RwewtKi_uPO57QA:9 a=ey_9usnqZrZZK8HdeIya_Uonz3cA:4 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r205904 - head/sys/dev/ixgbe X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 30 Mar 2010 19:51:35 -0000 On Tue, 2010-03-30 at 19:09 +0000, Jack F Vogel wrote: > Modified: > head/sys/dev/ixgbe/ixgbe.c > head/sys/dev/ixgbe/ixgbe.h > > Modified: head/sys/dev/ixgbe/ixgbe.c > ============================================================================== > --- head/sys/dev/ixgbe/ixgbe.c Tue Mar 30 19:08:05 2010 (r205903) > +++ head/sys/dev/ixgbe/ixgbe.c Tue Mar 30 19:09:18 2010 (r205904) > @@ -1,6 +1,6 @@ > /****************************************************************************** > > - Copyright (c) 2001-2010, Intel Corporation > + Copyright (c) 2001-2009, Intel Corporation ^^ Going back in time... > All rights reserved. > > Redistribution and use in source and binary forms, with or without > @@ -46,7 +46,7 @@ int ixgbe_display_debug_stat > /********************************************************************* > * Driver version > *********************************************************************/ > -char ixgbe_driver_version[] = "2.1.6"; > +char ixgbe_driver_version[] = "2.1.7"; > ^^ with a newer version? Curious :) -Koop