cvs commit: src/sys/dev/fxp if_fxp.c
Maxime Henrion
mux at FreeBSD.org
Thu Mar 10 10:23:16 PST 2005
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 at ury.york.ac.uk> and others
Tested by: flz, Gavin Atkinson <gavin.atkinson at ury.york.ac.uk>
Approved by: re@ (kensmith)
Revision Changes Path
1.217.2.7 +13 -8 src/sys/dev/fxp/if_fxp.c
More information about the cvs-src
mailing list