Date: Wed, 25 Jul 2001 12:40:30 -0500 From: Jonathan Lemon <jlemon@flugsvamp.com> To: Yar Tikhiy <yar@FreeBSD.ORG> Cc: Jonathan Lemon <jlemon@flugsvamp.com>, Brooks Davis <brooks@one-eyed-alien.net>, audit@FreeBSD.ORG, Dima Dorfman <dima@unixfreak.org>, Peter Jeremy <peter.jeremy@alcatel.com.au> Subject: Re: vlan(4) manpage Message-ID: <20010725124030.F7716@prism.flugsvamp.com> In-Reply-To: <20010725213335.D92208@comp.chem.msu.su> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010725124030.F7716>