CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/01/10 02:07:29
Modified files: sys/arch/arm64/conf: GENERIC files.arm64 sys/arch/arm64/dev: aplns.c rtkit.c rtkit.h Added files: sys/arch/arm64/dev: aplsmc.c Log message: Add aplsmc(4), a driver for the SMC found on Apple M1 SoCs. The SMC implements a lot of functionality. For now the driver only implements a bunch of sensors. This is a small subset of the sensors that are made available by the SMC as we don't know what measurments are provided for most sensors. ok patrick@