aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qlxgbe
Commit message (Collapse)AuthorAgeFilesLines
* if_glxgbe: fix stand-alone module buildEugene Grosbein2022-06-051-1/+1
| | | | | | Fix module build outside of kernel build environment. MFC after: 3 days
* Upgrade FW to 5.4.66David C Somayajulu2017-08-211-1/+3
| | | | | | | | | | | | | sysctls to display stats, stats polled every 2 seconds Modify QLA_LOCK()/QLA_UNLOCK() to not sleep after acquiring mtx_lock Add support to turn OFF/ON error recovery following heartbeat failure for debug purposes. Set default max values to 32 Tx/Rx/SDS rings MFC after:5 days Notes: svn path=/head/; revision=322771
* revert r314862, use of GCC_MS_EXTENSIONS in qlxgbeAndriy Gapon2017-03-111-3/+0
| | | | | | | | | Commit r278913 made explicit use of GCC_MS_EXTENSIONS unnecessary. Requested by: glebius Notes: svn path=/head/; revision=315068
* qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happyAndriy Gapon2017-03-071-0/+3
| | | | | | | | | | | | | The module uses unnamed structure and union fields and base GCC in stable/10 doesn't like it. I think that that is a C11 feature, so it is courteous of more modern compilers to not complain about it when compiling in C99 mode. Approved by: davidcs MFC after: 5 days Notes: svn path=/head/; revision=314862
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Updated Copyright informationDavid C Somayajulu2015-06-231-1/+11
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284741
* There's no need to override the clean target. The clean target worksWarner Losh2014-10-161-6/+0
| | | | | | | correctly without doing so. Notes: svn path=/head/; revision=273182
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forDavid C Somayajulu2013-05-151-0/+50
QLogic 8300 Series Adapters Submitted by: David C Somayajulu (davidcs@freebsd.org) QLogic Corporation Approved by: George Neville-Neil (gnn@freebsd.org) Notes: svn path=/head/; revision=250661