Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pgoyette
Date:           Thu Jul 22 14:10:15 UTC 2010

Modified Files:
        src/share/man/man4: swwdog.4
        src/sys/dev/sysmon: files.sysmon swwdog.c
        src/sys/rump/dev/lib/libsysmon: Makefile
Added Files:
        src/sys/rump/dev/lib/libsysmon: SYSMON.ioconf

Log Message:
Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
that we can attach a power management handler.  The handler prevents
a suspend if the watchdog is active, to be consistent with other
watchdog drivers.

As discussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/swwdog.4
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/sysmon/files.sysmon
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/sysmon/swwdog.c
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libsysmon/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libsysmon/SYSMON.ioconf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index