Re: 8.0-BETA2: mi_startup() panic on VIA C7 diskless

From: Ed Schouten <ed_at_80386.nl>
Date: Tue, 11 Aug 2009 21:52:40 +0200
* 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?

-- 
 Ed Schouten <ed_at_80386.nl>
 WWW: http://80386.nl/

Received on Tue Aug 11 2009 - 17:52:42 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:53 UTC