Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
ath10k: import ath10k driverImport ISC-licensed ath10k driver assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.Import support to redirect fwlogs to ke
ath10k: import ath10k driverImport ISC-licensed ath10k driver assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.Import support to redirect fwlogs to kernel messagesfrom https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/389075Complement the driver to make compile on FreeBSDusing LinuxKPI with changes covered by #ifdef (__FreeBSD__).Further select updates were applied since the initial importin order to keep compiling along with other LinuxKPI baseddrivers.Any other native driver using BUS_PROBE_DEFAULT will attachignoring this one by default given bsd_probe_return is setto a lower priority.Add the module build framework.We only support PCI parts.The firmware is provided by port net/wifi-firmware-ath10k-kmod.Given the lack of full license texts on most files this isimported under the draft policy for handling SPDX files (D29226). [1]Approved by: core (emaste, 2022-04-08) [1]MFC after: 2 months
show more ...