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/
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
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
New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughonly gpiobus configured via FDT is supported. Bus enumeration issupported. Devices are created for each device found. 1-Wirete
New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughonly gpiobus configured via FDT is supported. Bus enumeration issupported. Devices are created for each device found. 1-Wiretemperature controllers are supported, but other drivers could bewritten. Temperatures are polled and reported via a sysctl. Errorsare reported via sysctl counters. Mis-wired bus detection is includedfor more trouble shooting. See ow(4), owc(4) and ow_temp(4) fordetails of what's supported and known issues.This has been tested on Raspberry Pi-B, Pi2 and Beagle Bone Blackwith up to 7 devices.Differential Revision: https://reviews.freebsd.org/D2956Relnotes: yesMFC after: 2 weeksReviewed by: loos@ (with many insightful comments)