summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/NOTES
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2009-11-30 11:44:03 +0000
committeravg <avg@FreeBSD.org>2009-11-30 11:44:03 +0000
commit006653d006488eb173ed6569f47dde8bcbbb252c (patch)
tree62914f421aef797814e55f9623557ccace9aedd3 /sys/amd64/conf/NOTES
parent7b82ba7e2322518d291951f4d485e2d2e89af3c6 (diff)
downloadFreeBSD-src-006653d006488eb173ed6569f47dde8bcbbb252c.zip
FreeBSD-src-006653d006488eb173ed6569f47dde8bcbbb252c.tar.gz
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
Diffstat (limited to 'sys/amd64/conf/NOTES')
-rw-r--r--sys/amd64/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index d213643..159f12e 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -399,8 +399,10 @@ device asmc
# Hardware watchdog timers:
#
# ichwd: Intel ICH watchdog timer
+# amdsbwd: AMD SB7xx watchdog timer
#
device ichwd
+device amdsbwd
#
# Temperature sensors:
OpenPOWER on IntegriCloud