Subject: CVS commit: src/sys/arch/i386/pci
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 09/22/2005 19:34:58
Module Name:	src
Committed By:	dyoung
Date:		Thu Sep 22 19:34:58 UTC 2005

Modified Files:
	src/sys/arch/i386/pci: geode.c

Log Message:
Suppress false 'WARNING: LAST RESET DUE TO WATCHDOG EXPIRATION!'
indications by clearing the WDOVF status flag for real.  The way
to do that is by writing 1, not 0.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/pci/geode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.