Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2010 17:35:17 +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:  <201005101735.o4AHZPIX035463@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-05-10 17:35:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sge          if_sge.c 
  Log:
  SVN rev 207852 on 2010-05-10 17:35:17Z by yongari
  
  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.14      +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?201005101735.o4AHZPIX035463>