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
Fix `make depend` in sys/modules/otusReviewed by: delphijApproved by: delphijDifferential Revision: https://reviews.freebsd.org/D3751
Add an initial driver for the AR9170 series draft-11n hardware fromAtheros.Thanks to OpenBSD for providing a driver based on the originalAtheros open source driver circa 2008. This uses the earl
Add an initial driver for the AR9170 series draft-11n hardware fromAtheros.Thanks to OpenBSD for providing a driver based on the originalAtheros open source driver circa 2008. This uses the early, pre-carl9170atheros provided firmware.It only supports 11bg at the moment. I've not tested it with 11a(and so the TX rate control logic may be slightly wrong!) so ifyou do have the dual-band version of this hardware please do let me know.Tested:* AR9170, TP-Link WN821N 2GHz.TODO:* Hook this up to a non-module build.
show more ...