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/i386/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386/conf/NOTES') diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ead43ec..4a5176c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -785,8 +785,10 @@ hint.pcf.0.irq="5" # Hardware watchdog timers: # # ichwd: Intel ICH watchdog timer +# amdsbwd: AMD SB7xx watchdog timer # device ichwd +device amdsbwd # # Temperature sensors: -- cgit v1.1