mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
Add driver for TMP461 thermal sensor. Register new sysctl node of integer type for device. Read register and fill sysctl with valid temperature. Reviewed by: Sponsored by: Alstom Obtained from: Semihalf Differential revision: https://reviews.freebsd.org/D32818
7 lines
163 B
Makefile
7 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = tmp461
|
|
SRCS = tmp461.c bus_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|