Date: Wed, 14 Apr 2010 20:45:33 +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: <201004142045.o3EKjmLR087958@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-04-14 20:45:33 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf GENERIC
sys/boot/forth loader.conf
sys/conf NOTES files
sys/i386/conf GENERIC
sys/modules Makefile
Added files:
sys/dev/sge if_sge.c if_sgereg.h
sys/modules/sge Makefile
Log:
SVN rev 206625 on 2010-04-14 20:45:33Z by yongari
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.542 +1 -0 src/sys/amd64/conf/GENERIC
1.148 +1 -0 src/sys/boot/forth/loader.conf
1.1581 +2 -0 src/sys/conf/NOTES
1.1513 +1 -0 src/sys/conf/files
1.1 +1745 -0 src/sys/dev/sge/if_sge.c (new)
1.1 +350 -0 src/sys/dev/sge/if_sgereg.h (new)
1.531 +1 -0 src/sys/i386/conf/GENERIC
1.650 +1 -0 src/sys/modules/Makefile
1.1 +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?201004142045.o3EKjmLR087958>
