sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
if_glxgbe: fix stand-alone module buildFix module build outside of kernel build environment.MFC after: 3 days
Upgrade FW to 5.4.66sysctls to display stats, stats polled every 2 secondsModify QLA_LOCK()/QLA_UNLOCK() to not sleep after acquiring mtx_lockAdd support to turn OFF/ON error recovery following he
Upgrade FW to 5.4.66sysctls to display stats, stats polled every 2 secondsModify QLA_LOCK()/QLA_UNLOCK() to not sleep after acquiring mtx_lockAdd support to turn OFF/ON error recovery following heartbeat failure fordebug purposes.Set default max values to 32 Tx/Rx/SDS ringsMFC after:5 days
show more ...
revert r314862, use of GCC_MS_EXTENSIONS in qlxgbeCommit r278913 made explicit use of GCC_MS_EXTENSIONS unnecessary.Requested by: glebius
qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happyThe module uses unnamed structure and union fields and base GCC instable/10 doesn't like it.I think that that is a C11 feature, s
qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happyThe module uses unnamed structure and union fields and base GCC instable/10 doesn't like it.I think that that is a C11 feature, so it is courteous of more moderncompilers to not complain about it when compiling in C99 mode.Approved by: davidcsMFC after: 5 days
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Updated Copyright informationAdded support for the following: - iSCSI TLV (requires 64 Tx and 32 Rx rings - 9K receive buffers for jumbo frames (feature may be enabled/disabled)
Updated Copyright informationAdded 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
There's no need to override the clean target. The clean target workscorrectly without doing so.
Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forQLogic 8300 Series AdaptersSubmitted by: David C Somayajulu (davidcs@freebsd.org) QLogic CorporationApproved by: George Nevil
Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forQLogic 8300 Series AdaptersSubmitted by: David C Somayajulu (davidcs@freebsd.org) QLogic CorporationApproved by: George Neville-Neil (gnn@freebsd.org)