NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49879 CVS commit: [netbsd-7] src/sys/dev/pci/ixgbe



The following reply was made to PR kern/49879; it has been noted by GNATS.

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49879 CVS commit: [netbsd-7] src/sys/dev/pci/ixgbe
Date: Wed, 6 May 2015 23:29:21 +0000

 Module Name:	src
 Committed By:	riz
 Date:		Wed May  6 23:29:21 UTC 2015
 
 Modified Files:
 	src/sys/dev/pci/ixgbe [netbsd-7]: LICENSE ixgbe.c ixgbe.h ixgbe_82598.c
 	    ixgbe_82598.h ixgbe_82599.c ixgbe_82599.h ixgbe_api.c ixgbe_api.h
 	    ixgbe_common.c ixgbe_common.h ixgbe_mbx.h ixgbe_netbsd.h
 	    ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h ixgbe_vf.c
 	    ixgbe_vf.h ixgbe_x540.c ixgbe_x540.h ixv.c
 
 Log Message:
 Pull up following revisions (requested by msaitoh in ticket #734):
 sys/dev/pci/ixgbe/LICENSE			1.2
 sys/dev/pci/ixgbe/ixgbe.c			1.28-1.29
 sys/dev/pci/ixgbe/ixgbe.h			1.7
 sys/dev/pci/ixgbe/ixgbe_82598.c			1.4
 sys/dev/pci/ixgbe/ixgbe_82598.h			1.3
 sys/dev/pci/ixgbe/ixgbe_82599.c			1.9
 sys/dev/pci/ixgbe/ixgbe_82599.h			1.2
 sys/dev/pci/ixgbe/ixgbe_api.c			1.7
 sys/dev/pci/ixgbe/ixgbe_api.h			1.4
 sys/dev/pci/ixgbe/ixgbe_common.c		1.5
 sys/dev/pci/ixgbe/ixgbe_common.h		1.4
 sys/dev/pci/ixgbe/ixgbe_mbx.h			1.4
 sys/dev/pci/ixgbe/ixgbe_netbsd.h		1.3
 sys/dev/pci/ixgbe/ixgbe_osdep.h			1.7
 sys/dev/pci/ixgbe/ixgbe_phy.c			1.5
 sys/dev/pci/ixgbe/ixgbe_phy.h			1.4
 sys/dev/pci/ixgbe/ixgbe_type.h			1.10
 sys/dev/pci/ixgbe/ixgbe_vf.c			1.4
 sys/dev/pci/ixgbe/ixgbe_vf.h			1.5
 sys/dev/pci/ixgbe/ixgbe_x540.c			1.3
 sys/dev/pci/ixgbe/ixgbe_x540.h			1.2
 sys/dev/pci/ixgbe/ixv.c				1.8
 
 	- Sync ixg(4) up to FreeBSD r250108:
 	  - Cleanup some unused counters and some unused code.
 	  - Improve performance.
 	  - Fix flow control - don't override user value on re-init
 	  - Fix to make 1G optics work correctly
 	  - Change to interrupt enabling - some bits were incorrect
 	    for certain hardware.
 	  - Certain stats fixes, remove a duplicate increment of
 	    ierror, thanks to Scott Long for pointing these out.
 	  - Fix the setting of RX which related to multicast.
 	  - Some netmap related fixes.
 	- Fixes link error without vlan. PR#49879 reported by Hauke Fath.
 	[msaitoh, ticket #734]
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.1.28.1 src/sys/dev/pci/ixgbe/LICENSE
 cvs rdiff -u -r1.14.2.4 -r1.14.2.5 src/sys/dev/pci/ixgbe/ixgbe.c
 cvs rdiff -u -r1.1.28.3 -r1.1.28.4 src/sys/dev/pci/ixgbe/ixgbe.h
 cvs rdiff -u -r1.1.28.1 -r1.1.28.2 src/sys/dev/pci/ixgbe/ixgbe_82598.c \
     src/sys/dev/pci/ixgbe/ixgbe_api.h src/sys/dev/pci/ixgbe/ixgbe_common.h \
     src/sys/dev/pci/ixgbe/ixgbe_mbx.h src/sys/dev/pci/ixgbe/ixgbe_phy.h \
     src/sys/dev/pci/ixgbe/ixgbe_vf.c
 cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/sys/dev/pci/ixgbe/ixgbe_82598.h \
     src/sys/dev/pci/ixgbe/ixgbe_x540.c src/sys/dev/pci/ixgbe/ixv.c
 cvs rdiff -u -r1.3.2.2 -r1.3.2.3 src/sys/dev/pci/ixgbe/ixgbe_82599.c
 cvs rdiff -u -r1.1.4.2 -r1.1.4.3 src/sys/dev/pci/ixgbe/ixgbe_82599.h \
     src/sys/dev/pci/ixgbe/ixgbe_x540.h
 cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/dev/pci/ixgbe/ixgbe_api.c \
     src/sys/dev/pci/ixgbe/ixgbe_type.h
 cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/sys/dev/pci/ixgbe/ixgbe_common.c \
     src/sys/dev/pci/ixgbe/ixgbe_phy.c
 cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h
 cvs rdiff -u -r1.3.4.1 -r1.3.4.2 src/sys/dev/pci/ixgbe/ixgbe_osdep.h
 cvs rdiff -u -r1.1.28.2 -r1.1.28.3 src/sys/dev/pci/ixgbe/ixgbe_vf.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index