CVS commit: src/sys/arch/hb68k/hb68k
"Jason R Thorpe" <[email protected]> Sun, 2 Aug 2026 15:44:21 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Sun Aug 2 15:44:21 UTC 2026 Modified Files: src/sys/arch/hb68k/hb68k: machdep.c Log Message: For machine_powerdown() and machine_halt(), invoke the default handlers if the platform didn't provide one. For machine_reboot(), simply to nothing if the platform doesn't provide a handler, and the default action will take place. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hb68k/hb68k/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.