What version of OpenBSD are you running ? Several fixes have recently
been added that made my machine suddenly support ACPI. You snipped
this (very important) piece of information. Maybe trying the latest
snapshot fixes your problem.

Please also add a full dmesg (without acpi) so we don't have to guess
what's in your machine.

Cheers,

Paul 'WEiRD' de Weerd

On Thu, Nov 08, 2007 at 02:48:33PM +0100, Koenig, Thomas wrote:
| Hello,
| 
| > Showing the actual panic has more chances of something getting fixed.
| > 
| 
| ok - here is the panic output, I hope anyone found something:
| 
| 
| acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT
| acpitimer at acpi0 not configured
| acpiprt0 at acpi0index.buf out of bounds: 6/6
| 
| 0706 Called: \_SB_.PCI0._CRS
| panic: aml_die aml_derefvalue:1366
| Stopped at    Debugger+0x5:   leave
| Debugger() at Debugger+0x5
| panic() at panic+0x12a
| _aml_die() at _aml_die+0xdc
| aml_derefvalue() at aml_derefvalue+0x26f
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_parseref() at aml_parseref+0x11d
| aml_parseop() at aml_parseop+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_parsewhile() at aml_parsewhile+0x4e
| end trace frame: 0xffffffff80ba8850, count: 0
| RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS
| PANIC!
| DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
| ddb> trace
| Debugger() at Debugger+0x5
| panic() at panic+0x12a
| _aml_die() at _aml_die+0xdc
| aml_derefvalue() at aml_derefvalue+0x26f
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_parseref() at aml_parseref+0x11d
| aml_parseop() at aml_parseop+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_parsewhile() at aml_parsewhile+0x4e
| aml_parseop() at aml_parseo+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_callmethod() at aml_callmethod+0x3a
| aml_evalmethod() at aml_evalmethod+0x59
| aml_derefvalue() at aml_derefvalue+0x7e
| aml_derefvalue() at aml_derefvalue+0x118
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_callmethod() at aml_callmethod+0x3a
| aml_evalmethod() at aml_evalmethod+0x59
| aml_evalnode() at aml_evalnode+0xd9
| acpiprt_getpcibus() at acpiprt_getpcibus+0xd9
| acpiprt_attach() at acpiprt_attach+0x28
| config_attach() at config_attach+0x11b
| acpi_foundprt() at acpi_foundprt+0x4f
| aml_find_node() at aml_find_node+0x75
| aml_find_node() at aml_find_node+0x58
| aml_find_node() at aml_find_node+0x58
| acpi_attach() at acpi_attach+0x3ea
| config_attach() at config_attach+0x11b
| mainbus_attach() at mainbus_attach+0x205
| config_attach() at config_attach+0x11b
| cpu_configure() at cpu_configure+0x1c
| main() at main+0x39c
| end trace frame: 0x0, count: -34
| ddb> ps
|    PID    PPID   PGRP    UID  S      FLAGS   WAIT     COMMAND
| *    0      -1      0      0  7    0x80200            swapper
| ddb> show panic
| amldie aml_derefvalue:1366
| 
| ddb> dmesg
| OpenBSD 4.2 (GENERIC) #1179: Tue Aug 28 10:37:50 MDT 2007
|     [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC
| real mem = 1069268992 (1019MB)
| avail mem = 1027013656 (979MB)
| User Kernel Config
| UKC> enable acpi
| 263 acpi0 enabled
| UKC> quit
| Continuing...
| RTC BIOS diagnostic error f<fixed_disk,invalid_time>
| mainbus0 at root
| bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc1d000 (43 entries)
| bios0: vendor Intel Corporation version
| "S3000.86B.02.00.0035.111020061326" date 11/10/2006
| bios0: Intel S3000AHLX
| acpi0 at mainbus0: rev 0
| acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT
| acpitimer at acpi0 not configured
| acpiprt0 at acpi0index.buf out of bounds: 6/6
| 
| 0706 Called: \_SB_.PCI0.EROM
|       local0: 0xffff800000020020 cnt:00 stk:60 interger: c
|       local0: 0xffff800000020060 cnt:00 stk:61 interger: 6
|       local0: 0xffff8000000200a0 cnt:00 stk:62 interger: 3
| 0706 Called: \_SB_.PCI0._CRS
| panic: aml_die aml_derefvalue:1366
| Stopped at    Debugger+0x5:   leave
| Debugger() at Debugger+0x5
| panic() at panic+0x12a
| _aml_die() at _aml_die+0xdc
| aml_derefvalue() at aml_derefvalue+0x26f
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_parseref() at aml_parseref+0x11d
| aml_parseop() at aml_parseop+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_parsewhile() at aml_parsewhile+0x4e
| end trace frame: 0xffffffff80ba8850, count: 0
| RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS
| PANIC!
| DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
| ddb> Debugger() at Debugger+0x5
| panic() at panic+0x12a
| _aml_die() at _aml_die+0xdc
| aml_derefvalue() at aml_derefvalue+0x26f
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_parseref() at aml_parseref+0x11d
| aml_parseop() at aml_parseop+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_parsewhile() at aml_parsewhile+0x4e
| aml_parseop() at aml_parseo+0xb4
| aml_parseterm() at aml_parseterm+0x3a
| aml_callmethod() at aml_callmethod+0x3a
| aml_evalmethod() at aml_evalmethod+0x59
| aml_derefvalue() at aml_derefvalue+0x7e
| aml_derefvalue() at aml_derefvalue+0x118
| aml_evalterm() at aml_evalterm+0x32
| aml_parseterm() at aml_parseterm+0x48
| aml_callmethod() at aml_callmethod+0x3a
| aml_evalmethod() at aml_evalmethod+0x59
| aml_evalnode() at aml_evalnode+0xd9
| acpiprt_getpcibus() at acpiprt_getpcibus+0xd9
| acpiprt_attach() at acpiprt_attach+0x28
| config_attach() at config_attach+0x11b
| acpi_foundprt() at acpi_foundprt+0x4f
| aml_find_node() at aml_find_node+0x75
| aml_find_node() at aml_find_node+0x58
| aml_find_node() at aml_find_node+0x58
| acpi_attach() at acpi_attach+0x3ea
| config_attach() at config_attach+0x11b
| mainbus_attach() at mainbus_attach+0x205
| config_attach() at config_attach+0x11b
| cpu_configure() at cpu_configure+0x1c
| main() at main+0x39c
| end trace frame: 0x0, count: -34
| 
| 
| regards,
| Thomas
| 
| [demime 1.01d removed an attachment of type application/x-pkcs7-signature 
which had a name of smime.p7s]
| 

-- 
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/                 

Reply via email to