Author: bz
Date: Sat May 19 21:36:52 2012
New Revision: 235663
URL: http://svn.freebsd.org/changeset/base/235663

Log:
  MFC r234617:
  
   Do not announce IPv6 TSO support yet.  The in-tree driver does not seem
   to fully handle this yet.

Modified:
  stable/9/sys/dev/qlxgb/qla_os.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/qlxgb/qla_os.c
==============================================================================
--- stable/9/sys/dev/qlxgb/qla_os.c     Sat May 19 21:29:18 2012        
(r235662)
+++ stable/9/sys/dev/qlxgb/qla_os.c     Sat May 19 21:36:52 2012        
(r235663)
@@ -678,7 +678,6 @@ qla_init_ifnet(device_t dev, qla_host_t 
 
        ifp->if_capabilities = IFCAP_HWCSUM |
                                IFCAP_TSO4 |
-                               IFCAP_TSO6 |
                                IFCAP_JUMBO_MTU;
 
        ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to