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

Ed Schouten ed at 80386.nl
Tue Aug 11 19:52:42 UTC 2009


* 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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090811/aaa777ef/attachment.pgp


More information about the freebsd-current mailing list