Date: Tue, 2 Dec 2008 02:30:12 +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_fxpreg.h Message-ID: <200812020230.mB22USJS065218@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-12-02 02:30:12 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h Log: SVN rev 185540 on 2008-12-02 02:30:12Z by yongari Add VLAN hardware tag insertion/stripping support. Tx/Rx checksum offload for VLAN frames are also supported. The VLAN hardware assistance is available only on 82550/82551 based controllers. While I'm here change the confusing name of bit1 in byte 22 of configuration block to vlan_drop_en. The bit controls whether hardware strips VLAN tagged frame or not. Special thanks to wpaul who sent valuable VLAN related information to me. Tested on: i386, sparc64 Revision Changes Path 1.280 +27 -1 src/sys/dev/fxp/if_fxp.c 1.43 +2 -1 src/sys/dev/fxp/if_fxpreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812020230.mB22USJS065218>