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/
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
Add opt_wlan.h as requirements for the two drivers I'm currently working on.
Import OpenBSD's rsu(4) WLAN driver.Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU.Many thanks to Idwer Vollering for porting/writing the man page and fortesting.Reviewed
Import OpenBSD's rsu(4) WLAN driver.Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU.Many thanks to Idwer Vollering for porting/writing the man page and fortesting.Reviewed by: adrian, hselaskyObtained from: OpenBSDTested by: kevlo, Idwer Vollering <vidwer at gmail.com>
show more ...