802.1Q vlan performance. [PATCH]

John Baldwin jhb at freebsd.org
Fri Aug 25 17:57:18 UTC 2006


On Friday 25 August 2006 10:56, Gleb Smirnoff wrote:
> On Fri, Aug 25, 2006 at 10:31:33AM -0400, John Baldwin wrote:
> J> > I> +++ /usr/src/sys/conf/NOTES       25 Aug 2006 10:03:18 -0000
> J> > I> @@ -646,6 +646,7 @@
> J> > I>  #
> J> > I>  device         ether                   #Generic Ethernet
> J> > I>  device         vlan                    #VLAN support (needs miibus)
> J> > I> +options                VLAN_ARRAY              #Lookup table for 
trunk interface
> J> > I>  device         wlan                    #802.11 support
> J> > I>  device         wlan_wep                #802.11 WEP support
> J> > I>  device         wlan_ccmp               #802.11 CCMP support
> J> > 
> J> > I'd prefer not to put it into NOTES. When enabled, less code will
> J> > be covered by LINT.
> J> 
> J> Bah, GENERIC will cover it then.  All options should be in NOTES.  If
> J> an option removes code and it's enabled in GENERIC, then you should put
> J> it in NOTES but comment it out.
> 
> But "device vlan" isn't in GENERIC.

Then put the option in and comment it out.  NOTES serves 2 purposes: 1 is to 
provide the basis for LINT, the second is to document the various options and 
devices.

-- 
John Baldwin


More information about the freebsd-current mailing list