]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amdsbwd: new driver for AMD SB600/SB7xx watchdog timer
authoravg <avg@FreeBSD.org>
Mon, 30 Nov 2009 11:44:03 +0000 (11:44 +0000)
committeravg <avg@FreeBSD.org>
Mon, 30 Nov 2009 11:44:03 +0000 (11:44 +0000)
commit006653d006488eb173ed6569f47dde8bcbbb252c
tree62914f421aef797814e55f9623557ccace9aedd3
parent7b82ba7e2322518d291951f4d485e2d2e89af3c6
amdsbwd: new driver for AMD SB600/SB7xx watchdog timer

The hardware is compliant with WDRT specification, so I originally
considered including generic WDRT watchdog support, but decided
against it, because I couldn't find anyone to the code for me.
WDRT seems to be not very popular.
Besides, generic WDRT porbably requires a slightly different driver
approach.

Reviewed by: des, gavin, rpaulo
MFC after: 3 weeks
share/man/man4/Makefile
share/man/man4/amdsbwd.4 [new file with mode: 0644]
sys/amd64/conf/NOTES
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/amdsbwd/amdsbwd.c [new file with mode: 0644]
sys/i386/conf/NOTES
sys/modules/Makefile
sys/modules/amdsbwd/Makefile [new file with mode: 0644]