sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove more manual additions of -DSMP.Since r357598 this should no longer be necessary.
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
Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledgeabout kld filenames for network drivers that requires them to follow thepattern of if_<foo>. This also fixes the existing
Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledgeabout kld filenames for network drivers that requires them to follow thepattern of if_<foo>. This also fixes the existing documentation in themanpage which says to use if_oce_load=YES in loader.conf.PR: 199095MFC after: 1 week
show more ...
Depend on the relevant header files.
Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)A manpage will come in a future commit.Submitted by: Naresh Raju Gottumukkala (emulex)