On Sun, Oct 01, 2006 at 01:37:38PM +0100, Pete French wrote:
> > Are you enabling an option, like IPv6, that puts Giant over the network 
> > stack?
> 
> Am not enabling anything, but if INET6 is part of GENERIC (which I think it is
> isn't it?) then I would have that in my kernels as they basically look
> like this:
> 
>       include GENERIC
> 
>       options SMP
> 
>       device          pf
>       device          atapicam
> 
>       options         ALTQ
>       options         ALTQ_CBQ
>       options         ALTQ_RED
>       options         ALTQ_RIO
>       options         ALTQ_HFSC
>       options         ALTQ_CDNR
>       options         ALTQ_PRIQ
>       options         ALTQ_NOPCC
> 
> Actually, how do I 'unoption' something which has already been included,
> is there some equivalent to 'nodevice' for options ?

Yes, there is such a thing. It is (not too surprisingly) spelled 'nooption'
and is actually documented in the config(5) manpage.


-- 
<Insert your favourite quote here.>
Erik Trulsson
[EMAIL PROTECTED]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to