8.0-BETA2: mi_startup() panic on VIA C7 diskless
Julian Elischer
julian at elischer.org
Tue Aug 11 22:21:30 UTC 2009
Ed Schouten wrote:
> * Kip Macy <kmacy at freebsd.org> wrote:
>> http://people.freebsd.org/~kmacy/flowtable_boot.patch
>
> + if ((V_flowtable_enable == 0) || (V_flowtable_ready == 0)
>
> should probably read:
>
> + if (V_flowtable_enable == 0 || V_flowtable_ready == 0)
>
> Right?
>
I prefer the first, with an extra closing paren.
More information about the freebsd-current
mailing list