]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r206625:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 26 Apr 2010 17:03:56 +0000 (17:03 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 26 Apr 2010 17:03:56 +0000 (17:03 +0000)
commit12ee5e9c1d84246d11ad784332e6eeb3a680464d
tree78e03d52069c2a18e8c6b0394c0314524c8b2a2a
parentc74e076012fc7e4e8847fd0186145a86f48e920f
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@207227 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/conf/GENERIC
sys/boot/forth/loader.conf
sys/conf/NOTES
sys/conf/files
sys/dev/sge/if_sge.c [new file with mode: 0644]
sys/dev/sge/if_sgereg.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/modules/Makefile
sys/modules/sge/Makefile [new file with mode: 0644]