]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r284741
authordavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Jun 2015 21:19:27 +0000 (21:19 +0000)
committerdavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Jun 2015 21:19:27 +0000 (21:19 +0000)
commitca5859f674f558738316459de215b9551aa56a3d
treed984c111ad962737fb5d45cc2e81d5e894dd2e3a
parent46d4e9fd7bbf731405805f412d5b58f75e977971
MFC r284741

Updated Copyright information
Added support for the following:
    - iSCSI TLV (requires 64 Tx and 32 Rx rings
    - 9K receive buffers for jumbo frames (feature may be enabled/disabled)
    - builtin firmware, bootloader and minidump template
    - quick stats
    - async event handling for SFP insertion/removal and DCBX changes
    - Configuring DCBX and interrupt coalescing parameters

git-svn-id: svn://svn.freebsd.org/base/stable/9@284983 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
sys/dev/qlxgbe/ql_boot.c [new file with mode: 0644]
sys/dev/qlxgbe/ql_dbg.c
sys/dev/qlxgbe/ql_dbg.h
sys/dev/qlxgbe/ql_def.h
sys/dev/qlxgbe/ql_fw.c [new file with mode: 0644]
sys/dev/qlxgbe/ql_glbl.h
sys/dev/qlxgbe/ql_hw.c
sys/dev/qlxgbe/ql_hw.h
sys/dev/qlxgbe/ql_inline.h
sys/dev/qlxgbe/ql_ioctl.c
sys/dev/qlxgbe/ql_ioctl.h
sys/dev/qlxgbe/ql_isr.c
sys/dev/qlxgbe/ql_minidump.c [new file with mode: 0644]
sys/dev/qlxgbe/ql_misc.c
sys/dev/qlxgbe/ql_os.c
sys/dev/qlxgbe/ql_os.h
sys/dev/qlxgbe/ql_reset.c
sys/dev/qlxgbe/ql_tmplt.h
sys/dev/qlxgbe/ql_ver.h
sys/modules/qlxgbe/Makefile