|
@@ -1,7 +1,7 @@
|
|
|
/*******************************************************************************
|
|
|
|
|
|
Intel 10 Gigabit PCI Express Linux driver
|
|
|
- Copyright(c) 1999 - 2008 Intel Corporation.
|
|
|
+ Copyright(c) 1999 - 2009 Intel Corporation.
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
|
under the terms and conditions of the GNU General Public License,
|
|
@@ -47,9 +47,9 @@ char ixgbe_driver_name[] = "ixgbe";
|
|
|
static const char ixgbe_driver_string[] =
|
|
|
"Intel(R) 10 Gigabit PCI Express Network Driver";
|
|
|
|
|
|
-#define DRV_VERSION "1.3.30-k2"
|
|
|
+#define DRV_VERSION "1.3.56-k2"
|
|
|
const char ixgbe_driver_version[] = DRV_VERSION;
|
|
|
-static char ixgbe_copyright[] = "Copyright (c) 1999-2007 Intel Corporation.";
|
|
|
+static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation.";
|
|
|
|
|
|
static const struct ixgbe_info *ixgbe_info_tbl[] = {
|
|
|
[board_82598] = &ixgbe_82598_info,
|