Subject: Re: frequency/voltage tables in EST driver
To: None <tech-kern@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 12/12/2006 15:35:20
On Tue, Dec 12, 2006 at 10:31:32PM +0900, YONETANI Tomokazu wrote:
> @@ -685,7 +685,7 @@
>  
>  /* Intel Pentium M processor 760 2.0 GHz, 533 MHz FSB */
>  static const uint16_t pm90_n760[] = {
> -	ID16(2000, 1356, BUS133),
> +	ID16(2000, 1308, BUS133),
>  	ID16(1600, 1244, BUS133),
>  	ID16(1333, 1164, BUS133),
>  	ID16(1067, 1084, BUS133),

At least this change is not correct. We might have to duplicate the
entry, but I have a 760 with this specs.

Joerg