From 006653d006488eb173ed6569f47dde8bcbbb252c Mon Sep 17 00:00:00 2001 From: avg Date: Mon, 30 Nov 2009 11:44:03 +0000 Subject: 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 --- sys/amd64/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/amd64/conf/NOTES') 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: -- cgit v1.1