svn commit: r235663 - stable/9/sys/dev/qlxgb
Bjoern A. Zeeb
bz at FreeBSD.org
Sat May 19 21:36:53 UTC 2012
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;
More information about the svn-src-stable-9
mailing list