Date: Wed, 4 Nov 2009 18:22:59 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h Message-ID: <200911041823.nA4IN89b071962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-11-04 18:22:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/fxp if_fxp.c if_fxpvar.h
Log:
SVN rev 198918 on 2009-11-04 18:22:59Z by yongari
MFC r194574:
For ICH based fxp(4) controllers treat them as 82559 compatibles.
To detect which controller is ICH based one, add a new member
variable ich to struct fxp_ident and move the struct to
if_fxpvar.h. Since I've faked controller revision, don't allow
microcode loading for ICH based controllers.
With this change all ICH based controllers will have WOL and Rx
checksum offload capability.
PR: kern/135451
Tested by: Alexey Shuvaev ( shuvaev <> physik dot uni-wuerzburg dot de ),
pluknet ( pluknet <> gmail dot com ),
Gary Jennejohn ( gary.jennejohn <> freenet dot de )
Revision Changes Path
1.266.2.22 +85 -69 src/sys/dev/fxp/if_fxp.c
1.40.2.9 +8 -0 src/sys/dev/fxp/if_fxpvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911041823.nA4IN89b071962>
