Re: Kernel panic when playing games/iourbanterror

2013-01-27 Thread David Demelier
Thanks, will try tonight (sorry completely forgot that mail)


2013/1/16 Andriy Gapon 

> on 28/12/2012 11:35 David Demelier said the following:
> >
> > I'm not used to the patch / diff files, how do you apply it? I selected
> all the
> > patch text from the mail and wrote it in a acpi.patch file, but when I
> tried to
> > do patch -p1 < acpi.patch inside /usr/src I got this error:
> >
> > Hmm...  Looks like a unified diff to me...
> > The text leading up to this was:
> > --
> > |--- a/sys/dev/acpica/Osd/OsdMemory.c
> > |+++ b/sys/dev/acpica/Osd/OsdMemory.c
> > --
> > Patching file sys/dev/acpica/Osd/OsdMemory.c using Plan A...
> > Hunk #1 succeeded at 39 with fuzz 2.
> > patch:  malformed patch at line 12: Value, UINT32 Width)
>
> You are doing everything right, but apparently some long lines got wrapped
> around in the gmane interface.
> Here is a patch that should not be mangled:
> http://people.freebsd.org/~avg/acpi-uma-cache.diff
>
> --
> Andriy Gapon
>



-- 
Demelier David
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: Kernel panic when playing games/iourbanterror

2013-01-16 Thread Andriy Gapon
on 28/12/2012 11:35 David Demelier said the following:
> 
> I'm not used to the patch / diff files, how do you apply it? I selected all 
> the
> patch text from the mail and wrote it in a acpi.patch file, but when I tried 
> to
> do patch -p1 < acpi.patch inside /usr/src I got this error:
> 
> Hmm...  Looks like a unified diff to me...
> The text leading up to this was:
> --
> |--- a/sys/dev/acpica/Osd/OsdMemory.c
> |+++ b/sys/dev/acpica/Osd/OsdMemory.c
> --
> Patching file sys/dev/acpica/Osd/OsdMemory.c using Plan A...
> Hunk #1 succeeded at 39 with fuzz 2.
> patch:  malformed patch at line 12: Value, UINT32 Width)

You are doing everything right, but apparently some long lines got wrapped
around in the gmane interface.
Here is a patch that should not be mangled:
http://people.freebsd.org/~avg/acpi-uma-cache.diff

-- 
Andriy Gapon
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: Kernel panic when playing games/iourbanterror

2012-12-28 Thread David Demelier

On 24/12/2012 16:49, Andriy Gapon wrote:

on 24/12/2012 15:52 David Demelier said the following:

#6  0x806e81bf in calltrap ()
 at /usr/src/sys/amd64/amd64/exception.S:228
#7  0x802c6f15 in AcpiUtUpdateObjectReference (
 Object=0xfe0001824a80, Action=0)
 at /usr/src/sys/contrib/dev/acpica/utilities/utdelete.c:563
#8  0x802b77a4 in AcpiExResolveNodeToValue (
 ObjectPtr=0xfe0001a2c2e0, WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/executer/exresnte.c:184
#9  0x802b7ad3 in AcpiExResolveToValue (StackPtr=0xfe0001a2c2e0,
 WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/executer/exresolv.c:124
#10 0x802ac433 in AcpiDsEvaluateNamePath (WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/dispatcher/dsutils.c:886
---Type  to continue, or q  to quit---
#11 0x802aceef in AcpiDsExecEndOp (WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/dispatcher/dswexec.c:436
#12 0x802c05ba in AcpiPsParseLoop (WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/parser/psloop.c:1249
#13 0x802c10a8 in AcpiPsParseAml (WalkState=0xfe0001a2c000)
 at /usr/src/sys/contrib/dev/acpica/parser/psparse.c:525
#14 0x802c1d45 in AcpiPsExecuteMethod (Info=0xfe0033df8540)
 at /usr/src/sys/contrib/dev/acpica/parser/psxface.c:368
#15 0x802bb784 in AcpiNsEvaluate (Info=0xfe0033df8540)
 at /usr/src/sys/contrib/dev/acpica/namespace/nseval.c:193
#16 0x802bec91 in AcpiEvaluateObject (Handle=0xfe00017f7b80,
 Pathname=0x8078229f "_BST", ExternalParams=0x0,
 ReturnBuffer=0xff80d89ac960)
 at /usr/src/sys/contrib/dev/acpica/namespace/nsxfeval.c:289
#17 0x80309802 in acpi_cmbat_get_bst (arg=Variable "arg" is not 
available.
)
 at /usr/src/sys/dev/acpica/acpi_cmbat.c:257
#18 0x80309af8 in acpi_cmbat_bst (dev=0xfe0001936400,
 bstp=0xfe008b319400) at /usr/src/sys/dev/acpica/acpi_cmbat.c:418
#19 0x8045bd22 in devfs_ioctl_f (fp=0xfe001ba256e0,
 com=3231990289, data=Variable "data" is not available.
) at /usr/src/sys/fs/devfs/devfs_vnops.c:757
#20 0x8053a23d in kern_ioctl (td=0xfe00039ae8e0, fd=Variable "fd" is
not available.
) at file.h:293
#21 0x8053a4ad in sys_ioctl (td=0xfe00039ae8e0,
 uap=0xff80d89acb70) at /usr/src/sys/kern/sys_generic.c:691
---Type  to continue, or q  to quit---
#22 0x806fc902 in amd64_syscall (td=0xfe00039ae8e0, traced=0)
 at subr_syscall.c:135
#23 0x806e84a7 in Xfast_syscall ()
 at /usr/src/sys/amd64/amd64/exception.S:387
#24 0x000801d89c5c in ?? ()
Previous frame inner to this frame (corrupt stack?)

Before the panic, a lot of ACPI Error appears in dmesg like that :

ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
0xfe00017f7b00),
AE_AML_NO_OPERAND (20110527/uteval-113)
ACPI Error: No object attached to node 0xfe00017f7b00 
(20110527/exresnte-139)
ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
0xfe00017f7b00),
AE_AML_NO_OPERAND (20110527/uteval-113)
ACPI Error: No object attached to node 0xfe00017f7b00 
(20110527/exresnte-139)

This happens on 9.1-RELEASE amd64


Could you please try a patch from a parallel thread:
http://thread.gmane.org/gmane.os.freebsd.devel.acpi/7562/focus=7611
?



I'm not used to the patch / diff files, how do you apply it? I selected 
all the patch text from the mail and wrote it in a acpi.patch file, but 
when I tried to do patch -p1 < acpi.patch inside /usr/src I got this error:


Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|--- a/sys/dev/acpica/Osd/OsdMemory.c
|+++ b/sys/dev/acpica/Osd/OsdMemory.c
--
Patching file sys/dev/acpica/Osd/OsdMemory.c using Plan A...
Hunk #1 succeeded at 39 with fuzz 2.
patch:  malformed patch at line 12: Value, UINT32 Width)


___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: Kernel panic when playing games/iourbanterror

2012-12-24 Thread Adrian Chadd
Hi,

Please file a PR? We can bump it to the ACPI person who has been
busily making this stuff updated and stable.


Thanks!



Adrian


On 24 December 2012 05:52, David Demelier  wrote:
> Hello,
>
> When playing a lot Urban Terror, the system panic with ACPI related issues :
>
> Fatal trap 9: general protection fault while in kernel mode
> cpuid = 1; apic id = 01
> instruction pointer = 0x20:0x802c6f15
> stack pointer   = 0x28:0xff80d89ac6c0
> frame pointer   = 0x28:0x0
> code segment= base 0x0, limit 0xf, type 0x1b
> = DPL 0, pres 1, long 1, def32 0, gran 1
> processor eflags= interrupt enabled, resume, IOPL = 0
> current process = 1288 (hald)
> trap number = 9
> panic: general protection fault
> cpuid = 1
> Uptime: 1h52m22s
> Dumping 596 out of 3054 MB:..3%..11%..22%..33%..41%..51%..62%..73%..81%..92%
>
> Reading symbols from /boot/modules/vboxdrv.ko...done.
> Loaded symbols for /boot/modules/vboxdrv.ko
> #0  doadump (textdump=Variable "textdump" is not available.
> ) at pcpu.h:224
> 224 __asm("movq %%gs:0,%0" : "=r" (td));
> (kgdb) list *0xff80d89ac6c0
> No source file for address 0xff80d89ac6c0.
> (kgdb) backtrace
> #0  doadump (textdump=Variable "textdump" is not available.
> ) at pcpu.h:224
> #1  0x0004 in ?? ()
> #2  0x804f3ae6 in kern_reboot (howto=260)
> at /usr/src/sys/kern/kern_shutdown.c:448
> #3  0x804f3fa9 in panic (fmt=0x1 )
> at /usr/src/sys/kern/kern_shutdown.c:636
> #4  0x806fcfa9 in trap_fatal (frame=0x9, eva=Variable "eva" is not
> available.
> )
> at /usr/src/sys/amd64/amd64/trap.c:857
> #5  0x806fd554 in trap (frame=0xff80d89ac610)
> at /usr/src/sys/amd64/amd64/trap.c:599
> #6  0x806e81bf in calltrap ()
> at /usr/src/sys/amd64/amd64/exception.S:228
> #7  0x802c6f15 in AcpiUtUpdateObjectReference (
> Object=0xfe0001824a80, Action=0)
> at /usr/src/sys/contrib/dev/acpica/utilities/utdelete.c:563
> #8  0x802b77a4 in AcpiExResolveNodeToValue (
> ObjectPtr=0xfe0001a2c2e0, WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/executer/exresnte.c:184
> #9  0x802b7ad3 in AcpiExResolveToValue (StackPtr=0xfe0001a2c2e0,
> WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/executer/exresolv.c:124
> #10 0x802ac433 in AcpiDsEvaluateNamePath
> (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/dispatcher/dsutils.c:886
> ---Type  to continue, or q  to quit---
> #11 0x802aceef in AcpiDsExecEndOp (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/dispatcher/dswexec.c:436
> #12 0x802c05ba in AcpiPsParseLoop (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/parser/psloop.c:1249
> #13 0x802c10a8 in AcpiPsParseAml (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/parser/psparse.c:525
> #14 0x802c1d45 in AcpiPsExecuteMethod (Info=0xfe0033df8540)
> at /usr/src/sys/contrib/dev/acpica/parser/psxface.c:368
> #15 0x802bb784 in AcpiNsEvaluate (Info=0xfe0033df8540)
> at /usr/src/sys/contrib/dev/acpica/namespace/nseval.c:193
> #16 0x802bec91 in AcpiEvaluateObject (Handle=0xfe00017f7b80,
> Pathname=0x8078229f "_BST", ExternalParams=0x0,
> ReturnBuffer=0xff80d89ac960)
> at /usr/src/sys/contrib/dev/acpica/namespace/nsxfeval.c:289
> #17 0x80309802 in acpi_cmbat_get_bst (arg=Variable "arg" is not
> available.
> )
> at /usr/src/sys/dev/acpica/acpi_cmbat.c:257
> #18 0x80309af8 in acpi_cmbat_bst (dev=0xfe0001936400,
> bstp=0xfe008b319400) at /usr/src/sys/dev/acpica/acpi_cmbat.c:418
> #19 0x8045bd22 in devfs_ioctl_f (fp=0xfe001ba256e0,
> com=3231990289, data=Variable "data" is not available.
> ) at /usr/src/sys/fs/devfs/devfs_vnops.c:757
> #20 0x8053a23d in kern_ioctl (td=0xfe00039ae8e0, fd=Variable
> "fd" is not available.
> ) at file.h:293
> #21 0x8053a4ad in sys_ioctl (td=0xfe00039ae8e0,
> uap=0xff80d89acb70) at /usr/src/sys/kern/sys_generic.c:691
> ---Type  to continue, or q  to quit---
> #22 0x806fc902 in amd64_syscall (td=0xfe00039ae8e0, traced=0)
> at subr_syscall.c:135
> #23 0x806e84a7 in Xfast_syscall ()
> at /usr/src/sys/amd64/amd64/exception.S:387
> #24 0x000801d89c5c in ?? ()
> Previous frame inner to this frame (corrupt stack?)
>
> Before the panic, a lot of ACPI Error appears in dmesg like that :
>
> ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node
> 0xfe00017f7b00), AE_AML_NO_OPERAND (20110527/uteval-113)
> ACPI Error: No object attached to node 0xfe00017f7b00
> (20110527/exresnte-139)
> ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node
> 0xfe00017f7b00), AE_AML_NO_OPERAND (20110527/uteval-113)
> ACPI E

Re: Kernel panic when playing games/iourbanterror

2012-12-24 Thread Andriy Gapon
on 24/12/2012 15:52 David Demelier said the following:
> #6  0x806e81bf in calltrap ()
> at /usr/src/sys/amd64/amd64/exception.S:228
> #7  0x802c6f15 in AcpiUtUpdateObjectReference (
> Object=0xfe0001824a80, Action=0)
> at /usr/src/sys/contrib/dev/acpica/utilities/utdelete.c:563
> #8  0x802b77a4 in AcpiExResolveNodeToValue (
> ObjectPtr=0xfe0001a2c2e0, WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/executer/exresnte.c:184
> #9  0x802b7ad3 in AcpiExResolveToValue (StackPtr=0xfe0001a2c2e0,
> WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/executer/exresolv.c:124
> #10 0x802ac433 in AcpiDsEvaluateNamePath 
> (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/dispatcher/dsutils.c:886
> ---Type  to continue, or q  to quit---
> #11 0x802aceef in AcpiDsExecEndOp (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/dispatcher/dswexec.c:436
> #12 0x802c05ba in AcpiPsParseLoop (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/parser/psloop.c:1249
> #13 0x802c10a8 in AcpiPsParseAml (WalkState=0xfe0001a2c000)
> at /usr/src/sys/contrib/dev/acpica/parser/psparse.c:525
> #14 0x802c1d45 in AcpiPsExecuteMethod (Info=0xfe0033df8540)
> at /usr/src/sys/contrib/dev/acpica/parser/psxface.c:368
> #15 0x802bb784 in AcpiNsEvaluate (Info=0xfe0033df8540)
> at /usr/src/sys/contrib/dev/acpica/namespace/nseval.c:193
> #16 0x802bec91 in AcpiEvaluateObject (Handle=0xfe00017f7b80,
> Pathname=0x8078229f "_BST", ExternalParams=0x0,
> ReturnBuffer=0xff80d89ac960)
> at /usr/src/sys/contrib/dev/acpica/namespace/nsxfeval.c:289
> #17 0x80309802 in acpi_cmbat_get_bst (arg=Variable "arg" is not 
> available.
> )
> at /usr/src/sys/dev/acpica/acpi_cmbat.c:257
> #18 0x80309af8 in acpi_cmbat_bst (dev=0xfe0001936400,
> bstp=0xfe008b319400) at /usr/src/sys/dev/acpica/acpi_cmbat.c:418
> #19 0x8045bd22 in devfs_ioctl_f (fp=0xfe001ba256e0,
> com=3231990289, data=Variable "data" is not available.
> ) at /usr/src/sys/fs/devfs/devfs_vnops.c:757
> #20 0x8053a23d in kern_ioctl (td=0xfe00039ae8e0, fd=Variable "fd" 
> is
> not available.
> ) at file.h:293
> #21 0x8053a4ad in sys_ioctl (td=0xfe00039ae8e0,
> uap=0xff80d89acb70) at /usr/src/sys/kern/sys_generic.c:691
> ---Type  to continue, or q  to quit---
> #22 0x806fc902 in amd64_syscall (td=0xfe00039ae8e0, traced=0)
> at subr_syscall.c:135
> #23 0x806e84a7 in Xfast_syscall ()
> at /usr/src/sys/amd64/amd64/exception.S:387
> #24 0x000801d89c5c in ?? ()
> Previous frame inner to this frame (corrupt stack?)
> 
> Before the panic, a lot of ACPI Error appears in dmesg like that :
> 
> ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
> 0xfe00017f7b00),
> AE_AML_NO_OPERAND (20110527/uteval-113)
> ACPI Error: No object attached to node 0xfe00017f7b00 
> (20110527/exresnte-139)
> ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
> 0xfe00017f7b00),
> AE_AML_NO_OPERAND (20110527/uteval-113)
> ACPI Error: No object attached to node 0xfe00017f7b00 
> (20110527/exresnte-139)
> 
> This happens on 9.1-RELEASE amd64

Could you please try a patch from a parallel thread:
http://thread.gmane.org/gmane.os.freebsd.devel.acpi/7562/focus=7611
?

-- 
Andriy Gapon
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Kernel panic when playing games/iourbanterror

2012-12-24 Thread David Demelier

Hello,

When playing a lot Urban Terror, the system panic with ACPI related issues :

Fatal trap 9: general protection fault while in kernel mode
cpuid = 1; apic id = 01
instruction pointer = 0x20:0x802c6f15
stack pointer   = 0x28:0xff80d89ac6c0
frame pointer   = 0x28:0x0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 1288 (hald)
trap number = 9
panic: general protection fault
cpuid = 1
Uptime: 1h52m22s
Dumping 596 out of 3054 MB:..3%..11%..22%..33%..41%..51%..62%..73%..81%..92%

Reading symbols from /boot/modules/vboxdrv.ko...done.
Loaded symbols for /boot/modules/vboxdrv.ko
#0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
224 __asm("movq %%gs:0,%0" : "=r" (td));
(kgdb) list *0xff80d89ac6c0
No source file for address 0xff80d89ac6c0.
(kgdb) backtrace
#0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
#1  0x0004 in ?? ()
#2  0x804f3ae6 in kern_reboot (howto=260)
at /usr/src/sys/kern/kern_shutdown.c:448
#3  0x804f3fa9 in panic (fmt=0x1 )
at /usr/src/sys/kern/kern_shutdown.c:636
#4  0x806fcfa9 in trap_fatal (frame=0x9, eva=Variable "eva" is 
not available.

)
at /usr/src/sys/amd64/amd64/trap.c:857
#5  0x806fd554 in trap (frame=0xff80d89ac610)
at /usr/src/sys/amd64/amd64/trap.c:599
#6  0x806e81bf in calltrap ()
at /usr/src/sys/amd64/amd64/exception.S:228
#7  0x802c6f15 in AcpiUtUpdateObjectReference (
Object=0xfe0001824a80, Action=0)
at /usr/src/sys/contrib/dev/acpica/utilities/utdelete.c:563
#8  0x802b77a4 in AcpiExResolveNodeToValue (
ObjectPtr=0xfe0001a2c2e0, WalkState=0xfe0001a2c000)
at /usr/src/sys/contrib/dev/acpica/executer/exresnte.c:184
#9  0x802b7ad3 in AcpiExResolveToValue 
(StackPtr=0xfe0001a2c2e0,

WalkState=0xfe0001a2c000)
at /usr/src/sys/contrib/dev/acpica/executer/exresolv.c:124
#10 0x802ac433 in AcpiDsEvaluateNamePath 
(WalkState=0xfe0001a2c000)

at /usr/src/sys/contrib/dev/acpica/dispatcher/dsutils.c:886
---Type  to continue, or q  to quit---
#11 0x802aceef in AcpiDsExecEndOp (WalkState=0xfe0001a2c000)
at /usr/src/sys/contrib/dev/acpica/dispatcher/dswexec.c:436
#12 0x802c05ba in AcpiPsParseLoop (WalkState=0xfe0001a2c000)
at /usr/src/sys/contrib/dev/acpica/parser/psloop.c:1249
#13 0x802c10a8 in AcpiPsParseAml (WalkState=0xfe0001a2c000)
at /usr/src/sys/contrib/dev/acpica/parser/psparse.c:525
#14 0x802c1d45 in AcpiPsExecuteMethod (Info=0xfe0033df8540)
at /usr/src/sys/contrib/dev/acpica/parser/psxface.c:368
#15 0x802bb784 in AcpiNsEvaluate (Info=0xfe0033df8540)
at /usr/src/sys/contrib/dev/acpica/namespace/nseval.c:193
#16 0x802bec91 in AcpiEvaluateObject (Handle=0xfe00017f7b80,
Pathname=0x8078229f "_BST", ExternalParams=0x0,
ReturnBuffer=0xff80d89ac960)
at /usr/src/sys/contrib/dev/acpica/namespace/nsxfeval.c:289
#17 0x80309802 in acpi_cmbat_get_bst (arg=Variable "arg" is not 
available.

)
at /usr/src/sys/dev/acpica/acpi_cmbat.c:257
#18 0x80309af8 in acpi_cmbat_bst (dev=0xfe0001936400,
bstp=0xfe008b319400) at /usr/src/sys/dev/acpica/acpi_cmbat.c:418
#19 0x8045bd22 in devfs_ioctl_f (fp=0xfe001ba256e0,
com=3231990289, data=Variable "data" is not available.
) at /usr/src/sys/fs/devfs/devfs_vnops.c:757
#20 0x8053a23d in kern_ioctl (td=0xfe00039ae8e0, fd=Variable 
"fd" is not available.

) at file.h:293
#21 0x8053a4ad in sys_ioctl (td=0xfe00039ae8e0,
uap=0xff80d89acb70) at /usr/src/sys/kern/sys_generic.c:691
---Type  to continue, or q  to quit---
#22 0x806fc902 in amd64_syscall (td=0xfe00039ae8e0, traced=0)
at subr_syscall.c:135
#23 0x806e84a7 in Xfast_syscall ()
at /usr/src/sys/amd64/amd64/exception.S:387
#24 0x000801d89c5c in ?? ()
Previous frame inner to this frame (corrupt stack?)

Before the panic, a lot of ACPI Error appears in dmesg like that :

ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
0xfe00017f7b00), AE_AML_NO_OPERAND (20110527/uteval-113)
ACPI Error: No object attached to node 0xfe00017f7b00 
(20110527/exresnte-139)
ACPI Error: Method execution failed [\\_SB_.BAT0._UID] (Node 
0xfe00017f7b00), AE_AML_NO_OPERAND (20110527/uteval-113)
ACPI Error: No object attached to node 0xfe00017f7b00 
(20110527/exresnte-139)


This happens on 9.1-RELEASE amd64

Cheers,
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"