Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 01/06/2007 02:16:22
Module Name:	src
Committed By:	jmcneill
Date:		Sat Jan  6 02:16:22 UTC 2007

Modified Files:
	src/sys/dev/pci: amdpm_smbus.c

Log Message:
There is absolutely no way that this code could have worked for reading
values from the smbus before. amdpm_smbus_exec was using the values read
from the registers and using them as return values instead of filling in
the caller's buffer.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/amdpm_smbus.c

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