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
Strip out this cruft; people should be making modules with a completekernel config environment anyway.
Fix make depend.
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forBroadcom BCM43xx chipsets. This driver uses the v3 firmware thatneeds to be fetched separately. A port will be committed to cre
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forBroadcom BCM43xx chipsets. This driver uses the v3 firmware thatneeds to be fetched separately. A port will be committed to createthe bwi firmware module.The driver matches the following chips: Broadcom BCM4301, BCM4307,BCM4306, BCM4309, BCM4311, BCM4312, BCM4318, BCM4319The driver works for 802.11b and 802.11g.Limitations: This doesn't support the 802.11a or 802.11n portion of radios. Some BCM4306 and BCM4309 cards don't work with Channel 1, 2 or 3. Documenation for this firmware is reverse engineered from http://bcm.sipsolutions.net/ V4 of the firmware is needed for 11a or 11n support http://bcm-v4.sipsolutions.net/ Firmware needs to be fetched from a third party, port to be committed# I've tested this with a BCM4319 mini-pci and a BCM4318 CardBus card, and# not connected it to the build until the firmware port is committed.Obtained from: DragonFlyBSD, //depot/projects/vapReviewed by: sam@, thompsa@
show more ...