Subject: CVS commit: src/sys/arch/x86/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/16/2007 22:29:08
Module Name:	src
Committed By:	joerg
Date:		Tue Oct 16 22:29:08 UTC 2007

Modified Files:
	src/sys/arch/x86/pci: pchb_rnd.c

Log Message:
Exploit that only Intel devices are matched and all devices do the same.
This saves two levels of indentation for the main body, making it more
readable. Don't hide the error for disabling the RNG under DIAGNOSTIC,
verbose is enough. Use aprint_*_dev.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/pci/pchb_rnd.c

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