"Paul Goyette" writes:
> Module Name: src
> Committed By: pgoyette
> Date: Wed Jan 30 02:00:02 UTC 2019
>
> Modified Files:
> src/sys/compat/netbsd32: netbsd32_compat_80.c
>
> Log Message:
> Remove #ifdef COMPAT_80
>
> The file will only be selected if "options COMPAT_80" is defin
On Tue, Jan 29, 2019 at 04:16:30PM +0900, Masanobu SAITOH wrote:
> On 2019/01/29 2:51, Christoph Badura wrote:
> >Wouldn't it be better to prevent this kind of bug in the future by putting
> >the decision which method to use into a switch-statement and have the
> >compiler worry about ordering? (An
On 2019/01/28 15:33, Jason Thorpe wrote:
On Jan 28, 2019, at 8:11 AM, Masanobu SAITOH wrote:
On 2019/01/28 15:07, Jason Thorpe wrote:
Doesn’t it seem a little dangerous to just blindly enable?
You mean it should be enable only when the secondary bridge is configured
correctly?
Both FreeB