sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
disable set but not used on code that can't be changed
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
1. Removed -Wno-shift-negative-value from Makefile2. Fixed warning its absence caused in bxe_elink.cMFC after:5 days
Upgrade the firmware carried in driver and loaded during hardwareinitialization (a.k.a STORM firmware) to version 7.13.1 (latest version)
Remove clean optionMFC after:5 days
Avoid using ${.CURDIR} so that the module can be built from multipledirectories.Obtained from: Juniper Networks, Inc.
Modify Copyright information to reflect Qlogic Corporation's purchaseof Broadcom's NetXtreme businessSubmitted by:David C Somayajulu ([email protected]) QLogic CorporationMFC after:5 days
Substantial rewrite of bxe(4) to add support for the BCM57712 andBCM578XX controllers.Approved by: reMFC after: 4 weeks
Remove mii(4) dependency and unneeded headers.Reviewed by: davidch
- Inadvertently committed files with +x attribute, fixed.- Minor change to info output string.
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE. (BCM57710, BCM57711, BCM57711E)MFC after: One month