DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: est module


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Fri, 23 Jun 2006 07:14:39 +0900

Johannes Hofmann <Johannes.Hofmann@xxxxxx> wrote:
> > Hi, with this patch I only see the syctl for available freqs:
> >
> > hofmann@blob:~ >sysctl machdep.est
> > machdep.est.frequency.available: 1800 1600 1400 1200 1000 800 600
> > hofmann@blob:~ >
> >
> > No idea why though...
>
> Ok, the SYSCTL_IN and SYSCTL_OUT suff was missing... Here is a
> slightly modified version that works for me:
>
> http://www.ecademix.com/JohannesHofmann/netbsd-est.c

A-ha, I haven't finished SYSCTL_PROC yet.  It's always a pleasure to see
something fixed while I'm sleeping :) Thanks, I merged your fix to
the file on my server.

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.

Thomas, can you send me privately(I mean not on the mailing list because
it's large) the output of the acpidump command?  I'll try to extract
the needed information from it.
  $ acpidump -dt > schlesinger.asl



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]