On Tue, Jul 13, 2010 at 04:39:13PM +0400, Gleb Smirnoff wrote: T> On Fri, Jul 09, 2010 at 05:11:30PM +0000, Jack F Vogel wrote: T> J> Author: jfv T> J> Date: Fri Jul 9 17:11:29 2010 T> J> New Revision: 209859 T> J> URL: http://svn.freebsd.org/changeset/base/209859 T> J> T> J> Log: T> J> Fix of a VLAN problem by jhb, the checksum capability T> J> got lost along the way. T> J> T> J> MFC: asap T> J> T> J> Modified: T> J> head/sys/dev/e1000/if_igb.c T> J> T> J> Modified: head/sys/dev/e1000/if_igb.c T> J> ============================================================================== T> J> --- head/sys/dev/e1000/if_igb.c Fri Jul 9 16:19:51 2010 (r209858) T> J> +++ head/sys/dev/e1000/if_igb.c Fri Jul 9 17:11:29 2010 (r209859) T> J> @@ -2679,7 +2679,7 @@ igb_setup_interface(device_t dev, struct T> J> T> J> ifp->if_capabilities = ifp->if_capenable = 0; T> J> T> J> - ifp->if_capabilities = IFCAP_HWCSUM | IFCAP_VLAN_MTU; T> J> + ifp->if_capabilities = IFCAP_HWCSUM | IFCAP_VLAN_HWCSUM; T> J> ifp->if_capabilities |= IFCAP_TSO4; T> J> ifp->if_capabilities |= IFCAP_JUMBO_MTU; T> J> if (igb_header_split) T> T> And now the IFCAP_VLAN_MTU got lost along the way, didn't it?
Oops, sorry. Now I read the entire file. -- Totus tuus, Glebius. _______________________________________________ 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"