Subject: Re: features2 in identcpu.c
To: None <juan@xtrarom.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: port-amd64
Date: 03/25/2007 15:51:24
> Hi,
> 
> so the Pentium 4 Clock Modulation is not a good way to power save. OK.
> 
> I'm in the process to move the Enhanced SpeedStep driver from i386/i386
> to x86/x86, so that people like me can use it with NetBSD/amd64 in a
> Pentium 4 630.
> 
> Is the following patch ok? http://www.netbsd.org/~xtraeme/features2.diff
> 
> [juan@nocturno][~]> dmesg|grep features2
> cpu0: features2: 649d<SSE3,MONITOR,DS-CPL,EST,CID,xTPR>
> cpu1: features2: 649d<SSE3,MONITOR,DS-CPL,EST,CID,xTPR>
> [juan@nocturno][~]>
> 
> Any comment before I commit? (I'll wait some more this time).

- please wrap long lines.
- please don't mix u_int32_t and uint32_t.

YAMAMOTO Takashi