DragonFly users List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: est module
On Fri, Jun 23, 2006 at 07:14:39AM +0900, YONETANI Tomokazu wrote:
> On Thu, Jun 22, 2006 at 09:25:30PM +0200, Thomas Schlesinger wrote:
> > I've discovered the sysctl-switch dev.cpu.0.freq_levels on FreeBSD . I gives
> > me this values for my notebook: 1731/1514/1298/1081/865/649/432/216. That are
> > other values than in the est.c file. So I've changed the 1.73GHz-array to
> > this:
> >
> > /* Intel Pentium M processor 740 1.73 GHz, other frequencies */
> > static const struct fq_info pentium_m_n740[] = {
> > { 1731, 1514 },
> > { 1298, 1081 },
> > { 865, 649 },
> > { 432, 216 },
> > };
>
> Hmm, I'm confused. the pentium_m_n740[] array has been added as per
> port-i386/32937:
> http://mail-index.netbsd.org/netbsd-bugs/2006/02/26/0005.html
> but yours seems to have 8 frequencies.
This statement was wrong, I realized I misunderstood what freq_levels
meant after I posted this message.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]