CVS: cvs.openbsd.org: src
Mark Kettenis <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/07 06:12:44 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/include: cpu.h sys/arch/riscv64/conf: GENERIC sys/arch/riscv64/include: cpu.h sys/arch/riscv64/riscv64: machdep.c sys/dev/fdt : gpioleds.c Log message: Implement the machdep.led_blink sysctl on arm64 and riscv64 and add support for it to gpioleds(4). Enable gpioleds(4) on riscv64.