svn commit: r205904 - head/sys/dev/ixgbe

Koop Mast kwm at FreeBSD.org
Tue Mar 30 19:51:35 UTC 2010


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



More information about the svn-src-all mailing list