Date: Mon, 5 Sep 2005 00:01:16 +0100 (BST) From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> To: John Baldwin <jhb@freebsd.org> Cc: current@freebsd.org Subject: Re: [PATCH] Locking fixes for tl(4) Message-ID: <20050904235509.J31032@ury.york.ac.uk> In-Reply-To: <20050904234626.H31032@ury.york.ac.uk> References: <200508311636.49278.jhb@FreeBSD.org> <20050904234626.H31032@ury.york.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 4 Sep 2005, Gavin Atkinson wrote: > On Wed, 31 Aug 2005, John Baldwin wrote: > >> Patch fixes locking for tl(4) and marks it MPSAFE. Please test, thanks! >> >> http://www.FreeBSD.org/~jhb/patches/tl_locking.patch > > Doesn't work, I'm afraid. Panic on attach: ... because tl_hardreset() is called before sc->tl_ifp is allocated. I'm recompiling now, having moved the if_alloc and related code to before the first hardreset() call. Gavin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050904235509.J31032>