diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-29 10:16:19 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 20:23:58 -0500 |
commit | 906bb26c0624d87df74e6642f2d74cde176fcc12 (patch) | |
tree | 353fac9f3ed16a00f59744f0090ceebe79eeb594 /drivers/net/sfc/net_driver.h | |
parent | 738a8f4b0c0e6ce7260e1514d41c764f334982e4 (diff) |
sfc: Update version, copyright dates, authors
This driver has been mostly rewritten since Michael Brown's initial
work, so swap the order of the authors.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index ec132038b26d..34c381f009b7 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | * Driver for Solarflare Solarstorm network controllers and boards | 2 | * Driver for Solarflare Solarstorm network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 3 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2008 Solarflare Communications Inc. | 4 | * Copyright 2005-2009 Solarflare Communications Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of the GNU General Public License version 2 as published | 7 | * under the terms of the GNU General Public License version 2 as published |
@@ -38,7 +38,7 @@ | |||
38 | #ifndef EFX_DRIVER_NAME | 38 | #ifndef EFX_DRIVER_NAME |
39 | #define EFX_DRIVER_NAME "sfc" | 39 | #define EFX_DRIVER_NAME "sfc" |
40 | #endif | 40 | #endif |
41 | #define EFX_DRIVER_VERSION "2.3" | 41 | #define EFX_DRIVER_VERSION "3.0" |
42 | 42 | ||
43 | #ifdef EFX_ENABLE_DEBUG | 43 | #ifdef EFX_ENABLE_DEBUG |
44 | #define EFX_BUG_ON_PARANOID(x) BUG_ON(x) | 44 | #define EFX_BUG_ON_PARANOID(x) BUG_ON(x) |