Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: SATO Kazumi <sato@netbsd.org>
List: source-changes
Date: 01/24/2001 11:29:25
Module Name: syssrc
Committed By: sato
Date: Wed Jan 24 09:29:25 UTC 2001
Modified Files:
syssrc/sys/arch/hpcmips/dev/apm: apmdev.c
Log Message:
* dopowerhooks(PWR_SOFTSUSPEND) in apm_suspend().
* dopowerhooks(PWR_SOFTSTANDBY) in apm_standby().
* dopowerhooks(PWR_SOFTRESUME) in apm_resume().
* dopowerhooks(PWR_RESUME), dopowerhooks(PWR_STANDBY),
dopowerhooks(PWR_SUSPEND) run in splhigh() state.
These changes sync with arch/i386/i386/apm.c.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/hpcmips/dev/apm/apmdev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.