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_phy.c ixgbe_phy.h ixgbe_type.h

Jack F Vogel jfv at FreeBSD.org
Wed Jul 30 18:19:48 UTC 2008


jfv         2008-07-30 18:15:18 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_phy.c ixgbe_phy.h ixgbe_type.h 
  Log:
  SVN rev 181003 on 2008-07-30 18:15:18Z by jfv
  
  This updates the ixgbe driver to Intel internal version 1.4.7
          Shared code changes, core driver fixes, vlan event/filter support
  
  Also Kip Macy's fix to allow any number of queues, thanks Kip!
  
  Revision  Changes    Path
  1.6       +152 -113  src/sys/dev/ixgbe/ixgbe.c
  1.6       +3 -0      src/sys/dev/ixgbe/ixgbe.h
  1.5       +103 -40   src/sys/dev/ixgbe/ixgbe_82598.c
  1.5       +37 -2     src/sys/dev/ixgbe/ixgbe_api.c
  1.5       +3 -0      src/sys/dev/ixgbe/ixgbe_api.h
  1.5       +62 -77    src/sys/dev/ixgbe/ixgbe_common.c
  1.5       +1 -3      src/sys/dev/ixgbe/ixgbe_common.h
  1.5       +0 -146    src/sys/dev/ixgbe/ixgbe_phy.c
  1.5       +0 -1      src/sys/dev/ixgbe/ixgbe_phy.h
  1.5       +35 -41    src/sys/dev/ixgbe/ixgbe_type.h


More information about the cvs-all mailing list