6064 ixgbe needs X550 support
commitdc0cb1cda72a989d92d813e487cdff59f629aa3f
authorDale Ghent <daleg@omniti.com>
Thu, 16 Jun 2016 00:31:26 +0000 (16 00:31 +0000)
committerDan McDonald <danmcd@omniti.com>
Wed, 27 Jul 2016 17:41:18 +0000 (27 13:41 -0400)
treef45ac078f26bfa8432a1baf81806904d0e980b89
parent2e1aefd1b4539a3d6cf03dbfa515eabf4de09f59
6064 ixgbe needs X550 support
Reviewed by: Tycho Nightingale <tycho.nightingale@pluribusnetworks.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
41 files changed:
exception_lists/copyright
exception_lists/cstyle
exception_lists/hdrchk
usr/src/man/man7d/ixgbe.7d
usr/src/pkg/manifests/driver-network-ixgbe.mf
usr/src/uts/common/Makefile.files
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h [new file with mode: 0644]
usr/src/uts/common/io/ixgbe/ixgbe.conf
usr/src/uts/common/io/ixgbe/ixgbe_debug.h
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
usr/src/uts/common/io/ixgbe/ixgbe_main.c
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
usr/src/uts/intel/ixgbe/Makefile
usr/src/uts/sparc/ixgbe/Makefile