Author: bz Date: Mon Apr 23 21:49:11 2012 New Revision: 234617 URL: http://svn.freebsd.org/changeset/base/234617
Log: Do not announce IPv6 TSO support yet. The in-tree driver does not seem to fully handle this yet. Reviewed by: davidcs MFC after: 1 week Modified: head/sys/dev/qlxgb/qla_os.c Modified: head/sys/dev/qlxgb/qla_os.c ============================================================================== --- head/sys/dev/qlxgb/qla_os.c Mon Apr 23 20:56:05 2012 (r234616) +++ head/sys/dev/qlxgb/qla_os.c Mon Apr 23 21:49:11 2012 (r234617) @@ -677,7 +677,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; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"