Date: Mon, 26 Apr 2010 17:03:56 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/boot/forth loader.conf src/sys/conf NOTES files src/sys/dev/sge if_sge.c if_sgereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/sge Makefile Message-ID: <201004261704.o3QH4dOi057141@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-04-26 17:03:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/conf GENERIC sys/boot/forth loader.conf sys/conf NOTES files sys/i386/conf GENERIC sys/modules Makefile Added files: (Branch: RELENG_8) sys/dev/sge if_sge.c if_sgereg.h sys/modules/sge Makefile Log: SVN rev 207227 on 2010-04-26 17:03:56Z by yongari MFC r206625: Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet. This driver was written by Alexander Pohoyda and greatly enhanced by Nikolay Denev. I don't have these hardwares but this driver was tested by Nikolay Denev and xclin. Because SiS didn't release data sheet for this controller, programming information came from Linux driver and OpenSolaris. Unlike other open source driver for SiS190/191, sge(4) takes full advantage of TX/RX checksum offloading and does not require additional copy operation in RX handler. The controller seems to have advanced offloading features like VLAN hardware tag insertion/stripping, TCP segmentation offload(TSO) as well as jumbo frame support but these features are not available yet. Special thanks to xclin <xclin<> cs dot nctu dot edu dot tw> who sent fix for receiving VLAN oversized frames. Revision Changes Path 1.531.2.10 +1 -0 src/sys/amd64/conf/GENERIC 1.143.2.5 +1 -0 src/sys/boot/forth/loader.conf 1.1553.2.11 +2 -0 src/sys/conf/NOTES 1.1459.2.24 +1 -0 src/sys/conf/files 1.3.2.2 +1745 -0 src/sys/dev/sge/if_sge.c (new) 1.1.2.2 +350 -0 src/sys/dev/sge/if_sgereg.h (new) 1.519.2.9 +1 -0 src/sys/i386/conf/GENERIC 1.623.2.14 +1 -0 src/sys/modules/Makefile 1.1.2.2 +8 -0 src/sys/modules/sge/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004261704.o3QH4dOi057141>