Bug 30422

Summary: [new driver] [patch] new function: add WDT hardware watchdog driver & daemon
Product: Base System Reporter: pm <pm>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description pm 2001-09-07 20:30:00 UTC
	I've written a driver and userland daemon for the 
	WDT 500P/501P series hardware watchdog. The temperature
	sensor of WDT501P is not (yet) supported since I don't have
	such a card. 

	You can get it from 

		ftp://ftp.innonet.at/pub/FreeBSD/wdt/wdt.tar.gz

	Compile and install

		Insert 

			device wdt0 at isa? port 0x350 irq 5

		into your system file and compile the kernel.

		tar xvzf wdt.tar.gz && cd wdt && make && make install

		
		mknod /dev/wdt0 c 20 0
		kldload wdt
		/usr/local/sbin/wdogd

	Please feel free to contact me.
Comment 1 greid freebsd_committer freebsd_triage 2001-09-22 17:21:49 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-07-14 12:17:42 UTC
State Changed
From-To: open->suspended

Can you please update the driver to work with FreeBSD 5.x 
and consider submitting it as a port instead?
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2009-06-20 09:52:31 UTC
State Changed
From-To: suspended->closed

Feedback timeout, source code no longer available