Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2007 02:31:35 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h src/sys/modules/ixgbe Makefile
Message-ID:  <200709040231.l842VZWi070473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2007-09-04 02:31:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ixgbe        ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c 
                         ixgbe_api.h ixgbe_common.c ixgbe_common.h 
                         ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h 
                         ixgbe_type.h 
  Added files:
    sys/modules/ixgbe    Makefile 
  Log:
  This is an update to the new Intel 10G 82598 driver.
  The first drop was Beta, this code is expected to be the release version.
  Note that this driver code will build in either 6.2 or 7. If you
  use the code in 6.2 you will not get TSO or MSI/X support but it will
  function in a legacy mode.
  
  Approved by: re
  
  Revision  Changes    Path
  1.4       +427 -180  src/sys/dev/ixgbe/ixgbe.c
  1.3       +38 -40    src/sys/dev/ixgbe/ixgbe.h
  1.3       +325 -17   src/sys/dev/ixgbe/ixgbe_82598.c
  1.3       +68 -8     src/sys/dev/ixgbe/ixgbe_api.c
  1.3       +3 -0      src/sys/dev/ixgbe/ixgbe_api.h
  1.3       +1 -3      src/sys/dev/ixgbe/ixgbe_common.c
  1.3       +0 -0      src/sys/dev/ixgbe/ixgbe_common.h
  1.3       +1 -1      src/sys/dev/ixgbe/ixgbe_osdep.h
  1.3       +7 -184    src/sys/dev/ixgbe/ixgbe_phy.c
  1.3       +0 -10     src/sys/dev/ixgbe/ixgbe_phy.h
  1.3       +73 -33    src/sys/dev/ixgbe/ixgbe_type.h
  1.1       +15 -0     src/sys/modules/ixgbe/Makefile (new)



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