Date: Mon, 17 May 2010 17:12:35 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/sge if_sge.c Message-ID: <201005171712.o4HHCjiT057374@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-05-17 17:12:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sge if_sge.c Log: SVN rev 208203 on 2010-05-17 17:12:35Z by yongari MFC r207852: SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN hardware tag insertion/stripping. Remove conditional code that disables these hardware features on SiS190. Also nuke RX fixup code which is no more required on strict-alignment architectures because SiS190 supports RX 10 bytes padding. Now all hardware features except jumbo frame and WOL are supported. Thanks to Masa Murayama who confirmed SiS190 also has the same hardware features of SiS191. I guess the only difference between SiS191 and SiS190 would be jumbo frame support. It will be implemented in near future. Revision Changes Path 1.3.2.11 +14 -50 src/sys/dev/sge/if_sge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005171712.o4HHCjiT057374>