Date: Sat, 19 May 2012 21:36:52 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r235663 - stable/9/sys/dev/qlxgb Message-ID: <201205192136.q4JLaqAA046803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205192136.q4JLaqAA046803>