From owner-freebsd-audit Wed Jul 25 10:41:33 2001 Delivered-To: freebsd-audit@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 2D28937B403; Wed, 25 Jul 2001 10:41:30 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f6PHeUh79651; Wed, 25 Jul 2001 12:40:30 -0500 (CDT) (envelope-from jlemon) Date: Wed, 25 Jul 2001 12:40:30 -0500 From: Jonathan Lemon To: Yar Tikhiy Cc: Jonathan Lemon , Brooks Davis , audit@FreeBSD.ORG, Dima Dorfman , Peter Jeremy Subject: Re: vlan(4) manpage Message-ID: <20010725124030.F7716@prism.flugsvamp.com> References: <20010725072042.A24573@comp.chem.msu.su> <20010725191744.A77305@comp.chem.msu.su> <20010725095023.A21817@Odin.AC.HMC.Edu> <20010725115134.E7716@prism.flugsvamp.com> <20010725213335.D92208@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20010725213335.D92208@comp.chem.msu.su> Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jul 25, 2001 at 09:33:35PM +0400, Yar Tikhiy wrote: > On Wed, Jul 25, 2001 at 11:51:34AM -0500, Jonathan Lemon wrote: > > On Wed, Jul 25, 2001 at 09:50:23AM -0700, Brooks Davis wrote: > > > On Wed, Jul 25, 2001 at 07:17:45PM +0400, Yar Tikhiy wrote: > > > > .It Xr fxp 4 > > > > supports oversized frames if both itself and the > > > > .Nm > > > > driver are compiled into the kernel, or if the > > > > The fxp driver does support vlan now. > > I knew it, just "supports" wasn't the right word there. > I'll try to say that in a different way, like > ============================================================ > .It Xr fxp 4 > supports oversized frames. No additional tweaking is necessary > to transmit them. To enable receiving them, both the > .Xr fxp 4 > and > .Nm > drivers must be compiled into the kernel, or the > .Dv FXP_FLAG_LONG_PKT_EN > .Pq 0x20 > device flag must be set on > .Xr fxp 4 . > ============================================================ > Does that make sense? No - the fxp driver supports vlan natively now, all that is needed is for the user to add 'options VLAN' to their kernel build. The module is already built with vlan support enabled (MFC to -stable in a few minutes). The user should never see the 'LONG_PKT_EN' flag, which the 82557 does not support anyway. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message