CVS: cvs.openbsd.org: src
Mark Kettenis <[email protected]> Wed, 22 Jul 2026 14:33:15 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/22 14:33:15 Modified files: sys/arch/riscv64/dev: smtpmic.c Log message: Unconditionally set cpuresetfn and powerdownfn. The K3 firmware that I'm currently working with claims to implement the System Reset Extension, but the reset doesn't actually work. Looking at the K1/K3 firmware code reveals that the firmware would do the same thing as this driver, so overriding these functions should be fine. ok jsg@