Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 18:27:07 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h src/sys/modules/ixgbe Makefile
Message-ID:  <200906241827.n5OIROfA042000@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jfv         2009-06-24 18:27:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ixgbe        ixgbe.c ixgbe.h ixgbe_82598.c 
                         ixgbe_82599.c ixgbe_api.c ixgbe_api.h 
                         ixgbe_common.c ixgbe_osdep.h ixgbe_phy.c 
                         ixgbe_phy.h ixgbe_type.h 
    sys/modules/ixgbe    Makefile 
  Log:
  SVN rev 194875 on 2009-06-24 18:27:07Z by jfv
  
  Update for the Intel 10G driver, this adds support for
  newest hardware, adds multiqueue tx interface, infrastructure
  cleanup to allow up to 32 MSIX vectors on newer Nehalem systems.
  Bug fixes, etc.
  
  Revision  Changes    Path
  1.10      +767 -530  src/sys/dev/ixgbe/ixgbe.c
  1.9       +40 -41    src/sys/dev/ixgbe/ixgbe.h
  1.8       +49 -5     src/sys/dev/ixgbe/ixgbe_82598.c
  1.2       +257 -52   src/sys/dev/ixgbe/ixgbe_82599.c
  1.8       +30 -0     src/sys/dev/ixgbe/ixgbe_api.c
  1.8       +3 -0      src/sys/dev/ixgbe/ixgbe_api.h
  1.8       +41 -19    src/sys/dev/ixgbe/ixgbe_common.c
  1.7       +2 -0      src/sys/dev/ixgbe/ixgbe_osdep.h
  1.8       +37 -22    src/sys/dev/ixgbe/ixgbe_phy.c
  1.8       +2 -2      src/sys/dev/ixgbe/ixgbe_phy.h
  1.8       +49 -11    src/sys/dev/ixgbe/ixgbe_type.h
  1.6       +1 -1      src/sys/modules/ixgbe/Makefile



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