diff options
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r-- | drivers/net/igb/igb_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 67138400af8b..8bc1ffa04ec2 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************************* | 1 | /******************************************************************************* |
2 | 2 | ||
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | Intel(R) Gigabit Ethernet Linux driver |
4 | Copyright(c) 2007 Intel Corporation. | 4 | Copyright(c) 2007-2009 Intel Corporation. |
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 and conditions of the GNU General Public License, | 7 | under the terms and conditions of the GNU General Public License, |
@@ -48,12 +48,12 @@ | |||
48 | #endif | 48 | #endif |
49 | #include "igb.h" | 49 | #include "igb.h" |
50 | 50 | ||
51 | #define DRV_VERSION "1.2.45-k2" | 51 | #define DRV_VERSION "1.3.16-k2" |
52 | char igb_driver_name[] = "igb"; | 52 | char igb_driver_name[] = "igb"; |
53 | char igb_driver_version[] = DRV_VERSION; | 53 | char igb_driver_version[] = DRV_VERSION; |
54 | static const char igb_driver_string[] = | 54 | static const char igb_driver_string[] = |
55 | "Intel(R) Gigabit Ethernet Network Driver"; | 55 | "Intel(R) Gigabit Ethernet Network Driver"; |
56 | static const char igb_copyright[] = "Copyright (c) 2008 Intel Corporation."; | 56 | static const char igb_copyright[] = "Copyright (c) 2007-2009 Intel Corporation."; |
57 | 57 | ||
58 | static const struct e1000_info *igb_info_tbl[] = { | 58 | static const struct e1000_info *igb_info_tbl[] = { |
59 | [board_82575] = &e1000_82575_info, | 59 | [board_82575] = &e1000_82575_info, |