Subject: Re: any 'brconfig' on NetBSD?
To: Andrew Brown <atatat@atatdot.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: netbsd-users
Date: 10/05/2001 13:53:35
On Fri, Oct 05, 2001 at 04:32:02PM -0400, Andrew Brown wrote:
> the last three lines of net/netisr_dispatch.h look like this:
>
> #if NBRIDGE > 0 && !defined(__HAVE_GENERIC_SOFT_INTERRUPTS)
> DONETISR(NETISR_BRIDGE,bridgenetisr);
> #endif
>
> and there's no such routine as bridgenetisr, so those ports that don't
> __HAVE_GENERIC_SOFT_INTERRUPTS, don't have bridge support.
Gnarf. This is a left-over from an earlier revision of the bridge
code. I will delete this -- it should work everywhere.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>