Date: Thu, 10 Mar 2005 18:23:16 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200503101823.j2AING7I012142@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2005-03-10 18:23:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c revision 1.225: date: 2005/03/03 00:22:59; author: mux; state: Exp; lines: +13 -8 Fix the panic recently reported on -current@ occuring when configuring a vlan interface attached to a fxp(4) card when it has not been initialized yet. We now set the links from our internel TX descriptor structure to the TX command blocks at attach time rather than at init time. While I'm here, slightly improve the style in fxp_attach(). PR: kern/78112 Reported by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> and others Tested by: flz, Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: re@ (kensmith) Revision Changes Path 1.217.2.7 +13 -8 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503101823.j2AING7I012142>