sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not need to use the .OODATE/$? mechanism.MFC after: 2 weeksReported by: npnSponsored by: DellEMC
show more ...
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
Update the rt2860's firmware and add a Makefile for the module. Whilehere remove the ucode header file which was used to generate the fw filesbut by now is outdated.Reviewed by: rayObtained from
Update the rt2860's firmware and add a Makefile for the module. Whilehere remove the ucode header file which was used to generate the fw filesbut by now is outdated.Reviewed by: rayObtained from: OpenBSD
Remove the non-existent rt2860 subdir. Note, the ralfw module is not used inthe build yet.PR: kern/125015Submitted by: Dan Cojocar
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno l
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno longer are separate wlan_scan* modules; this functionality is nowbundled into the wlan module.Supported by: Hobnob and MarvellReviewed by: manyObtained from: Atheros (some bits)