Date: Wed, 17 Nov 2010 18:09:02 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/nfe if_nfe.c Message-ID: <201011171809.oAHI9KtT077268@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-11-17 18:09:02 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: SVN rev 215432 on 2010-11-17 18:09:02Z by yongari MCP55 is the only NVIDIA controller that supports VLAN tag insertion/stripping and it also supports TSO over VLAN. Implement TSO over VLAN support for MCP55 controller. While I'm here clean up SIOCSIFCAP ioctl handler. Since nfe(4) sets ifp capabilities based on various hardware flags in device attach, there is no need to check hardware flags again in SIOCSIFCAP ioctl handler. Also fix a bug which toggled both TX and RX checksum offloading even if user requested either TX or RX checksum configuration change. Tested by: Rob Farmer ( rfarmer <> predatorlabs dot net ) Revision Changes Path 1.43 +31 -26 src/sys/dev/nfe/if_nfe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011171809.oAHI9KtT077268>