Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2010 17:22:02 +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:  <201004261723.o3QHNmRx058633@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-04-26 17:22:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/conf       GENERIC 
    sys/boot/forth       loader.conf 
    sys/conf             NOTES files 
    sys/i386/conf        GENERIC 
    sys/modules          Makefile 
  Added files:           (Branch: RELENG_7)
    sys/dev/sge          if_sge.c if_sgereg.h 
    sys/modules/sge      Makefile 
  Log:
  SVN rev 207228 on 2010-04-26 17:22:02Z 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.484.2.25   +1 -0      src/sys/amd64/conf/GENERIC
  1.122.2.9    +1 -0      src/sys/boot/forth/loader.conf
  1.1454.2.31  +2 -0      src/sys/conf/NOTES
  1.1243.2.63  +1 -0      src/sys/conf/files
  1.3.4.2      +1745 -0   src/sys/dev/sge/if_sge.c (new)
  1.1.4.2      +350 -0    src/sys/dev/sge/if_sgereg.h (new)
  1.474.2.23   +1 -0      src/sys/i386/conf/GENERIC
  1.540.2.43   +1 -0      src/sys/modules/Makefile
  1.1.4.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?201004261723.o3QHNmRx058633>