]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/ixgbevf/vf.h
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / ixgbevf / vf.h
index 61f9dc831424143d02497b335387caba5bf65823..23eb114c149fd21b3f41d200894976ddd9d5ff1f 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
 
   Intel 82599 Virtual Function driver
-  Copyright(c) 1999 - 2009 Intel Corporation.
+  Copyright(c) 1999 - 2010 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,
@@ -73,6 +73,7 @@ struct ixgbe_mac_operations {
 enum ixgbe_mac_type {
        ixgbe_mac_unknown = 0,
        ixgbe_mac_82599_vf,
+       ixgbe_mac_X540_vf,
        ixgbe_num_macs
 };