Print this page
3534 Disable EEE support in igb for I350

@@ -23,10 +23,11 @@
  * Copyright (c) 2007-2012 Intel Corporation. All rights reserved.
  */
 
 /*
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2013, Nexenta Systems, Inc. All rights reserved.
  */
 
 #include "igb_sw.h"
 
 static char ident[] = "Intel 1Gb Ethernet";

@@ -121,10 +122,11 @@
 static void igb_fm_init(igb_t *);
 static void igb_fm_fini(igb_t *);
 static void igb_release_multicast(igb_t *);
 
 char *igb_priv_props[] = {
+        "_eee_support",
         "_tx_copy_thresh",
         "_tx_recycle_thresh",
         "_tx_overload_thresh",
         "_tx_resched_thresh",
         "_rx_copy_thresh",