/freebsd/sys/dev/ow/ |
H A D | README.txt | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | owll.h | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | owll_if.m | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | own_if.m | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | ow.h | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | own.h | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | ow_temp.c | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | owc_gpiobus.c | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | ow.c | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/share/man/man4/ |
H A D | ow_temp.4 | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | ow.4 | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | owc.4 | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | Makefile | diff ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/modules/ow/ow/ |
H A D | Makefile | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/modules/ow/ow_temp/ |
H A D | Makefile | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/modules/ow/ |
H A D | Makefile | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/share/man/man9/ |
H A D | owll.9 | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
H A D | own.9 | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/modules/ow/owc/ |
H A D | Makefile | ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/modules/ |
H A D | Makefile | diff ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|
/freebsd/sys/conf/ |
H A D | files | diff ae1f3df43466466a21c7da0df93ecb58a3e53d74 Fri Aug 28 01:33:38 CEST 2015 Warner Losh <imp@FreeBSD.org> New 1-Wire bus implementation. 1-Wire controller is abstracted, though 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)
|