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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to