From owner-freebsd-net@FreeBSD.ORG Sat Jan 30 00:23:40 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E65F106566C for ; Sat, 30 Jan 2010 00:23:40 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2628FC0A for ; Sat, 30 Jan 2010 00:23:39 +0000 (UTC) Received: by ewy3 with SMTP id 3so49171ewy.13 for ; Fri, 29 Jan 2010 16:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=XoFxsVUDGGnkOqIFwuRuxUFhVpxz25YvH9k8v/2Vcd8=; b=U1Rdgc1ZbtGdWKW3DbasJxWw96AEYtNz1HagbfSq1cBXJ2r5FfbQiUczG21/h/DndP l8c6P6WAcZsAgBOfPUPAYoAnEil4buO6REoGZVxuhrrwjNak6gz1TkDe9HivP2J9k6sv tba07omQGluiq5xlhefK2XrjLAkBVr8KV/9KU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=O0Sy3zcqga4VcrBwSn1oKzRVzwTCub1TGTpogZu8QUNzpwjclU1Dltw0k0gqD0mUw3 8I2yRZDqDjaLMCHnn5hIkWJjxPq5D6RjW3fQtkTM6pvrBnnutB3fe7tdPabtZg5V+KK5 Lcy3cc8eH/HML+Po78XoZBvMFAh5Gnr4evRe0= MIME-Version: 1.0 Received: by 10.216.89.205 with SMTP id c55mr138131wef.186.1264811018360; Fri, 29 Jan 2010 16:23:38 -0800 (PST) In-Reply-To: <20100130002057.GA67562@mr-happy.com> References: <201001291920.o0TJKAw9005498@freefall.freebsd.org> <2a41acea1001291447n5852f5b4h193d3ad6dff9faac@mail.gmail.com> <20100129235911.GA67110@mr-happy.com> <2a41acea1001291613h41efc00cjd72d4516d9ccec6f@mail.gmail.com> <20100130002057.GA67562@mr-happy.com> Date: Fri, 29 Jan 2010 16:23:38 -0800 Message-ID: <2a41acea1001291623t6b801f08o6649643772a0afeb@mail.gmail.com> From: Jack Vogel To: Jeff Blank Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Net Subject: Re: kern/141646: [em] em(4) + lagg(4) + vlan(4) generates ISL-tagged frames instead of 802.1q-tagged frames X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 00:23:40 -0000 Yes, I believe you can just drop in the directory, BE SURE and save the release code first in case :) Let me know if there are any problems. Cheers, Jack On Fri, Jan 29, 2010 at 4:20 PM, Jeff Blank wrote: > On Fri, Jan 29, 2010 at 04:13:50PM -0800, Jack Vogel wrote: > > Fix is just checked into HEAD, its sort of a workaround, but really a > > pretty acceptable one. Let me know if it works for you. > > should it work to import HEAD's sys/dev/e1000 into 8.0R (or some part > of it)? I can test it out on Monday if so. anything else I'd need to > do in that case? > > thanks, > Jeff >