Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 03/24/2007 15:35:15
Module Name:	src
Committed By:	xtraeme
Date:		Sat Mar 24 15:35:15 UTC 2007

Modified Files:
	src/sys/arch/x86/include: powernow.h
	src/sys/arch/x86/x86: powernow_k8.c

Log Message:
* Remove the WRITE_FIDVID macro from powernow.h and use it in in the
  powernow_k8 driver (much better than undeffing and write it again).
* Fix the WRITE_FIDVID macro, I changed it to use the third argument
  for the bitmask, but it's not correct.

Last change should fix the problem reported by FUKUMOTO Atsushi.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/x86/include/powernow.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/x86/x86/powernow_k8.c

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