From owner-svn-src-all@FreeBSD.ORG Tue Mar 30 19:55:09 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 B9276106568A; Tue, 30 Mar 2010 19:55:09 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 938408FC25; Tue, 30 Mar 2010 19:55:08 +0000 (UTC) Received: by ewy24 with SMTP id 24so2199641ewy.33 for ; Tue, 30 Mar 2010 12:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=ueVODyE/0ILsg/AyFO4uKGv7ZmiHRq8Wsxz81AlKonU=; b=IxAajxdNu0h9tS6YRMH7PPkiOg6dV8Oz2XgIA5prHfzWASTSut0BVPqJ3OE5HxTDcW Goeo0Qj4mf2xEYl8kYAG6AKFD2d2DetdXmPSmim0U/Q/Dg8qwaqMK85KzKDl/tlnR8xy LCatpnocQgfkYxP80QU43pKkTvTki8eRvSJz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=axhaX2ewEbdU3AtRPcQHuKN7spD8nESZvnyWN0Bsi2qZglTN67+evcorox/C8Rlv/s sj7wlI/RxrWxWBT+fBbnYKihMgBqDlA+WcxTBez3frWm9hEDCQiMEpYJEkButFOrCadS POUE75yKV2ZVtkMsPDDi5GiJSgIH8NNAH5gmM= MIME-Version: 1.0 Received: by 10.216.7.146 with HTTP; Tue, 30 Mar 2010 12:55:07 -0700 (PDT) In-Reply-To: <1269977662.15736.43.camel@headache.rainbow-runner.nl> References: <201003301909.o2UJ9IKn067820@svn.freebsd.org> <1269977662.15736.43.camel@headache.rainbow-runner.nl> Date: Tue, 30 Mar 2010 12:55:07 -0700 Received: by 10.216.155.208 with SMTP id j58mr178032wek.228.1269978907275; Tue, 30 Mar 2010 12:55:07 -0700 (PDT) Message-ID: <2a41acea1003301255w1c6928che5b6ecf67daeb750@mail.gmail.com> From: Jack Vogel To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack F Vogel , 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:55:10 -0000 Mad dash fixes always are a bad idea, lol. Thanks, correcting it. Jack On Tue, Mar 30, 2010 at 12:34 PM, Koop Mast wrote: > 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 > >