Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 21:52:40 +0200
From:      Ed Schouten <ed@80386.nl>
To:        Kip Macy <kmacy@freebsd.org>
Cc:        "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>, Robert Noland <rnoland@freebsd.org>, FreeBSD Current <current@freebsd.org>
Subject:   Re: 8.0-BETA2: mi_startup() panic on VIA C7 diskless
Message-ID:  <20090811195240.GI1292@hoeg.nl>
In-Reply-To: <3c1674c90908111235m158227a3q86af8b1d7235a7a2@mail.gmail.com>
References:  <wp8whraago.fsf@heho.snv.jussieu.fr> <1250004330.1773.223.camel@balrog.2hip.net> <wpws5atixy.fsf@heho.snv.jussieu.fr> <3c1674c90908111235m158227a3q86af8b1d7235a7a2@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--CD1rT0yj7A8qvce7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Kip Macy <kmacy@freebsd.org> wrote:
> http://people.freebsd.org/~kmacy/flowtable_boot.patch

+	if ((V_flowtable_enable =3D=3D 0) || (V_flowtable_ready =3D=3D 0)

should probably read:

+	if (V_flowtable_enable =3D=3D 0 || V_flowtable_ready =3D=3D 0)

Right?

--=20
 Ed Schouten <ed@80386.nl>
 WWW: http://80386.nl/

--CD1rT0yj7A8qvce7
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkqBzAgACgkQ52SDGA2eCwX5BwCdF07YtwuxUSiFQwUrUEqlkxE8
/SQAnRQ9bZtsT8xpBqnv8QH4kpr5pecD
=2Jv8
-----END PGP SIGNATURE-----

--CD1rT0yj7A8qvce7--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090811195240.GI1292>