[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-21 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File dmesg.boot added Dmesg boot verbose with the following loader.conf vfs.root.mountfrom=hammer:serno/SB228DGGKDZL1H.s1d if_iwn_load=YES iwn4965fw_load=YES if_iwi_load=YES legal.intel_iwi.license_ack=1 #hw.ioapic_enable=0 hw.psm.synaptics_support=1

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-20 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File dmesg.boot added boot verbose attached, I was unable to boot with your patch the acpi_ec0 is loaded with your patch but after that the system freezes Bug #2736: kernel panics on acpi_timer_probe function

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-20 Thread bugtracker-admin
Issue #2736 has been updated by swildner. Can you give me 2 more things: * Do mptable -raw (it will create /tmp/mptable) * Do mptable -verbose /tmp/mptable.txt Please attach both /tmp/mptable and /tmp/mptable.txt to this issue. Thanks, Sascha Bug

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-20 Thread bugtracker-admin
Issue #2736 has been updated by cnb. swildner wrote: Could you give me a picture of that freeze with the patch? Regards, Sascha Hi, the only thing that is different from previous boot is that it freezes in this point acpi_ec0: Embedded Controller: GPE 0x17 port 0x66,0x62 on acpi0

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-19 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File 20141118_114403.jpg added trying to use the fixed dsdt.aml failed with the message cannot load /boot/kernel/acpi_dsdt.aml. I have applied your patch and commented the disable hpet timer, but it still panics I have attached a screenshot of this new

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-19 Thread bugtracker-admin
Issue #2736 has been updated by cnb. The kernel panic is produced when I remove the disable hpet timer line from loader.conf. Bug #2736: kernel panics on acpi_timer_probe function http://bugs.dragonflybsd.org/issues/2736#change-12317 * Author: cnb *

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-19 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File 20141119_130838.jpg added Sometimes booting with acpi enabled produces the following system freeze, but I do a cold start it will go away Bug #2736: kernel panics on acpi_timer_probe function

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-19 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File dmesg.boot added Target version changed from 4.0.x to 3.8.0 I have attached boot messages Bug #2736: kernel panics on acpi_timer_probe function http://bugs.dragonflybsd.org/issues/2736#change-12322 * Author:

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-18 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File 20141118_114403.jpg added Adding the debug.acpi.disabled=hpet timer fixes the timer issue and boots with acpi enabled, there are some errors about ACPI in the log. I have attached a screenshot. Bug #2736: kernel

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-18 Thread bugtracker-admin
Issue #2736 has been updated by swildner. Hi, can you rebuild the kernel (actually, just the acpi module should be enough) with this patch? http://leaf.dragonflybsd.org/~swildner/0001-kernel-acpi-Convert-acpi_timer-to-using-ACPICA-funct.patch Please test if this helps with the acpi_timer

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-18 Thread bugtracker-admin
Issue #2736 has been updated by cnb. File bios.tar.gz added Thanks Sacha, I'll try the patch and let you know. I have attached the acpidump -b contents, I'm trying to recompile dsdt.dsl using asl but there are several errors. I was replacing things like CMSI = Arg0 to Store(Arg0,CMSI) maybe

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-18 Thread bugtracker-admin
Issue #2736 has been updated by swildner. Also, beware that the patch is against a dsdt.dsl which was disassembled using master's iasl(8) program which recently introduced C-style syntax for operators. If yours is disassembled using an older iasl, that CAPB change should probably be And

[DragonFlyBSD - Bug #2736] kernel panics on acpi_timer_probe function

2014-11-18 Thread bugtracker-admin
Issue #2736 has been updated by cnb. Thanks I'll try and let you know. Bests Bug #2736: kernel panics on acpi_timer_probe function http://bugs.dragonflybsd.org/issues/2736#change-12312 * Author: cnb * Status: New * Priority: High * Assignee: *