On Sat, 16 Aug 2003 10:25:33 +0200 "Poul-Henning Kamp" wrote:
| In message <[EMAIL PROTECTED]>, MATOBA Hirozumi wri
| tes:
| > On Fri, 15 Aug 2003 22:50:47 +0200 Thorsten Greiner wrote:
| >| $ dmesg | grep counter
| >| Timecounter "i8254" frequency 119
On Fri, 15 Aug 2003 22:50:47 +0200 Thorsten Greiner wrote:
| $ dmesg | grep counter
| Timecounter "i8254" frequency 1193182 Hz
| Timecounter "ACPI-fast" frequency 3579545 Hz
| Timecounter "TSC" frequency 1595302164 Hz
| $ sysctl -w kern.timecounter.hardware=i8254
| Fixes the problem for me. I s
d_ich" by hand.
I read the diff between the revisions,
but I could not find out reason why the change of 3 files affects
relations between clock and CPU speed setting.
But it does affect.
On Fri, 15 Aug 2003 07:24:59 +0900 (JST) MATOBA Hirozumi wrote:
| On Thu, 2003-08-14 at 19:50, N
On Thu, 2003-08-14 at 19:50, Nate Lawson wrote:
> This indicates that the problem was introduced in a kernel change between
> Aug 2 and Aug 9 and that acpi is not at fault. Try searching the cvs-all
> archives between those dates (and perhaps narrowing the date more).
I misunderstand Nate Lawson
From: Nate Lawson <[EMAIL PROTECTED]>
Date: Thu, 14 Aug 2003 12:50:17 -0700 (PDT)
| Try searching the cvs-all
| archives between those dates (and perhaps narrowing the date more).
Thank you for your advice.
I will try this method.
(reading source,
or by doing cvsup with "date=" optio
From: Nate Lawson <[EMAIL PROTECTED]>
Date: Thu, 14 Aug 2003 11:20:12 -0700 (PDT)
| Between Aug 2 and 9, there were no significant changes to ACPI. I
| imported the userland tools, added tunable access to an existing variable,
| and increased the default sleep delay from 0 to 5. The last one is
I have a problem about clock when I change CPU speed (hw.acpi.cpu).
The default hw.acpi.cpu status of my ThinkPad A22e is
# sysctl hw.acpi.cpu
hw.acpi.cpu.max_speed: 8
hw.acpi.cpu.current_speed: 8
hw.acpi.cpu.performance_speed: 8
hw.acpi.cpu.economy_speed: 4
and, the clock
On Sun, 13 Jul 2003 13:17:36 +0100 (BST), "Matt" wrote:
| The problem I have is this. In rc.conf I have the following:
|
| firewall_enable="YES"
| firewall_script="/etc/rc.firewall"
| firewall_type="/etc/ipfw.conf"
|
| And in /etc/ipfw.conf I have sets of rules one line at a time like:
|
| add
On Fri, 11 Jul 2003 23:07:08 -0700, Nate Lawson wrote:
| I've prepared a new diff of the 0619 drop of acpica along with the
| appropriate changes to support code:
|
| * Use ACPI_BUFFER as the type for AcpiGetObjectInfo
| * Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep
|