summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ow.4
Commit message (Collapse)AuthorAgeFilesLines
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughimp2015-08-271-0/+60
only gpiobus configured via FDT is supported. Bus enumeration is supported. Devices are created for each device found. 1-Wire temperature controllers are supported, but other drivers could be written. Temperatures are polled and reported via a sysctl. Errors are reported via sysctl counters. Mis-wired bus detection is included for more trouble shooting. See ow(4), owc(4) and ow_temp(4) for details of what's supported and known issues. This has been tested on Raspberry Pi-B, Pi2 and Beagle Bone Black with up to 7 devices. Differential Revision: https://reviews.freebsd.org/D2956 Relnotes: yes MFC after: 2 weeks Reviewed by: loos@ (with many insightful comments)
OpenPOWER on IntegriCloud