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 WPI_DEBUG option.PR: kern/197143Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Fix make depend
Remove option headers that do not exist and are not usedfrom the Makefiles in sys/modules.(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)Approved by: rwatson (mentor)
Remove an unneeded CFLAGS lineApproved by: mlaier (comentor)
Initial Import of wpi driver based on p4 changeset 128641.This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware rev
Initial Import of wpi driver based on p4 changeset 128641.This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw)Approved by: mlaier, sam (co-mentors)
show more ...