Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2007 06:20:02 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h
Message-ID:  <200711200620.lAK6K2Ef016064@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-11-20 06:20:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  Various fixes for EC Ultra.
   o Enable jumbo frame support for EC Ultra and disable jumbo frame
     for FE.
   o Enable store and forward mode for standard MTU sized frame.
   o Enable TSO for EC Ultra. However TSO/checksum offload is disabled
     for jumbo frame case. Because EC Ultra can't use store and forward
     mode for jumbo frame TSO/checksum offload is not available.
   o Adjust Tx GMAC almost empty threshold value and add a jumbo frame
     water mark. The maic value was obtained from Marvell's sk98lin
     driver.
   o Fix EC Ultra chip revision number.
  
  Revision  Changes    Path
  1.19      +31 -16    src/sys/dev/msk/if_msk.c
  1.7       +6 -3      src/sys/dev/msk/if_mskreg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711200620.lAK6K2Ef016064>