RE: Patch AML or patch acpi driver?

2019-09-19 Thread Moore, Robert
-Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd-a...@freebsd.org] On Behalf Of Dan Kotowski Sent: Monday, September 16, 2019 4:44 AM To: freebsd-acpi@freebsd.org Subject: Patch AML or patch acpi driver? The _BST method in my laptop's AML only returns the

RE: ACPI on CoreBoot ThinkPad

2019-01-08 Thread Moore, Robert
I’m not familiar with FreeBSD enough to help debug. This would need to be a question for the FreeBSD experts. Bob From: Johnny Sorocil [mailto:jsoro...@gmail.com] Sent: Tuesday, January 8, 2019 10:15 AM To: Moore, Robert Subject: Re: ACPI on CoreBoot ThinkPad On Tue, Jan 8, 2019 at 5:01 PM

RE: ACPI on CoreBoot ThinkPad

2019-01-08 Thread Moore, Robert
(Methods/Buffers/Packages/Regions) > > > > Parsing completed > > Disassembly completed > > ASL Output:dsdt.dsl - 146025 bytes > > So, at least I can use that DSDT: > cp dsdt.dat /boot/dsdt.aml > /boot/loader.conf: > acpi_dsdt_load="YES"

RE: ACPI Error on HP ProBook 430 G2

2016-12-21 Thread Moore, Robert
We have fixed this issue for the latest version of ACPICA that will happen this week, probably 22 december. > -Original Message- > From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- > a...@freebsd.org] On Behalf Of Edward Tomasz Napierala > Sent: Wednesday, December 21, 2016

RE: DSDT/AML/Etc Inspiron 5748

2016-03-02 Thread Moore, Robert
embler does not know what to do unless the owning SSDT has been loaded via the -e option. > -Original Message- > From: Jung-uk Kim [mailto:j...@freebsd.org] > Sent: Wednesday, March 02, 2016 9:04 AM > To: Larry Rosenman; freebsd-acpi@freebsd.org > Cc: Box, David E; Moore

RE: [PATCH] ACPI CMOS region support rev. 6

2015-06-26 Thread Moore, Robert
Ok, thanks. Just thought I should mention it. -Original Message- From: Anthony Jenkins [mailto:anthony.b.jenk...@att.net] Sent: Friday, June 26, 2015 7:46 AM To: Moore, Robert; Ian Smith; Warner Losh Cc: freebsd-acpi@freebsd.org Subject: Re: [PATCH] ACPI CMOS region support rev. 6

RE: [PATCH] ACPI CMOS region support rev. 6

2015-06-25 Thread Moore, Robert
How do you handle the fact that there are three different CMOS/RTC devices defined in the ACPI specification? (There are three different _HIDs). -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Anthony Jenkins Sent:

RE: IASL complains about he same error in two different UEFI firmwares

2014-09-23 Thread Moore, Robert
We usually see this when: 1) The BIOS dynamically truncates a package at post time by adjusting the length. 2) After disassembly, there is a bunch of code dangling around that cannot be compiled. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd-

RE: Problems with acpi (battery status not shown)

2014-09-09 Thread Moore, Robert
What was used to disassemble the file in the first place? Please send the acpidump for the machine, thanks. Bob -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of nick gigashvili Sent: Tuesday, September 09, 2014 12:45 PM

RE: Impossible shutdown

2014-07-02 Thread Moore, Robert
The host detects the PNP IDs. Therefore, it needs to recognize the PNP ID for system CMOS and install a driver which in turn installs a handler for the SystemCMOS address space. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On

RE: AMT Activation ACPI warnings

2013-08-20 Thread Moore, Robert
We have seen at least one video vendor that uses a Buffer object instead of the ACPI-required package object as the 4th _DSM argument. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Sean Bruno Sent: Monday, August 12,

RE: AMT Activation ACPI warnings

2013-08-20 Thread Moore, Robert
It appears to be a vendor thing. However, still in direct violation of the ACPI spec. -Original Message- From: Sean Bruno [mailto:sean_br...@yahoo.com] Sent: Tuesday, August 20, 2013 12:33 PM To: Moore, Robert Cc: freebsd-acpi@freebsd.org Subject: RE: AMT Activation ACPI warnings

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-26 Thread Moore, Robert
-Original Message- From: Benjamin Lee [mailto:b...@b1c1l1.com] Sent: Friday, April 26, 2013 11:40 AM To: Moore, Robert Cc: John Baldwin; freebsd-acpi@freebsd.org; Zheng, Lv; Guan, Chao Subject: Re: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-24 Thread Moore, Robert
Thank you! I backed out my hacks and with your 2 patches 10-CURRENT boots successfully (with functional devices). Loading a custom ASL is not necessary. Do you mean that the change of a WORD field to a BYTE field is no longer necessary? If so, I would really like to see the buffer that is

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
No, the length must be set in all descriptors, end tag included. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Benjamin Lee Sent: Friday, April 19, 2013 3:51 PM To: John Baldwin Cc: freebsd-acpi@freebsd.org Subject:

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
I'll be glad to take a look at it next week. Can you tell me the exact sequence of events, and which _CRS/_SRC are you executing? thanks, Bob -Original Message- From: Benjamin Lee [mailto:b...@b1c1l1.com] Sent: Friday, April 19, 2013 4:35 PM To: Moore, Robert Cc: John Baldwin

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
Can you send the actual binary DSDT or the ASCII acpidump (not disassembled) -Original Message- From: Benjamin Lee [mailto:b...@b1c1l1.com] Sent: Friday, April 19, 2013 4:35 PM To: Moore, Robert Cc: John Baldwin; freebsd-acpi@freebsd.org Subject: Re: panic

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
- -Original Message- From: Benjamin Lee [mailto:b...@b1c1l1.com] Sent: Friday, April 19, 2013 5:22 PM To: Moore, Robert Cc: John Baldwin; freebsd-acpi@freebsd.org Subject: Re: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type) On Sat, 20 Apr 2013 00:09:55

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
-check. Bob -Original Message- From: Moore, Robert Sent: Friday, April 19, 2013 5:52 PM To: 'Benjamin Lee' Cc: John Baldwin; freebsd-acpi@freebsd.org; Zheng, Lv; Guan, Chao Subject: RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type) I

RE: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)

2013-04-19 Thread Moore, Robert
That's about as far as I can help. Bob -Original Message- From: Benjamin Lee [mailto:b...@b1c1l1.com] Sent: Friday, April 19, 2013 8:25 PM To: Moore, Robert Cc: John Baldwin; freebsd-acpi@freebsd.org; Zheng, Lv; Guan, Chao Subject: Re: panic: acpi_pci_link_srs_from_crs: can't put

RE: ACPI locking bugs?

2013-03-21 Thread Moore, Robert
- a...@freebsd.org] On Behalf Of Moore, Robert Sent: Wednesday, February 27, 2013 12:34 PM To: Jung-uk Kim; Hans Petter Selasky Cc: freebsd-acpi@freebsd.org Subject: RE: ACPI locking bugs? A couple comments below. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd

RE: panics due to buggy ACPI in Dell Latitude E6530?

2013-02-28 Thread Moore, Robert
ACPI Error: Method execution failed [\_SB_.BAT0._UID] (Node 0xfe00094a51c0), AE_AML_NO_OPERAND (20110527/uteval-113) Sorry, could not reproduce the problem here: - ex _SB_.BAT0._UID Evaluating \_SB_.BAT0._UID Evaluation of \_SB_.BAT0._UID returned object 000342A0, external buffer length

RE: panics due to buggy ACPI in Dell Latitude E6530?

2013-02-27 Thread Moore, Robert
Please forward the acpidump for the machine, thanks. Bob -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of kron Sent: Wednesday, February 27, 2013 7:23 AM To: freebsd-acpi@freebsd.org Subject: panics due to buggy ACPI in

RE: sony vaio vgn-c2z/b problem ..

2012-10-31 Thread Moore, Robert
Please send/post the acpidump for the machine. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Berislav Purgar Sent: Wednesday, October 31, 2012 6:32 AM To: freebsd-acpi@freebsd.org Subject: sony vaio vgn-c2z/b problem

RE: can't recompile vanilla dsdt

2012-06-11 Thread Moore, Robert
The -cr flag will disable resource descriptor validation during compile. -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Chris Whitehouse Sent: Sunday, June 10, 2012 8:24 AM To: freebsd-acpi@FreeBSD.org Subject: can't

RE: Review: Add support for additional ACPI table dump for acpidump(8)

2011-03-22 Thread Moore, Robert
And there's a bunch of new tables coming for ACPI 5.0 -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Andriy Gapon Sent: Tuesday, March 22, 2011 12:32 AM To: a...@freebsd.org Subject: Re: Review: Add support for

RE: fixup for missing C1 in _CST

2010-11-11 Thread Moore, Robert
It's not clear to me from reading the ACPI spec that the Cstate sub-packages are required to be in any specific order. This means that sc-cpu_cx_states[0] Does not necessarily have to be of type ACPI_STATE_C1, if ACPI_STATE_C1 is present on the machine. (unless the driver has sorted the list

RE: fixup for missing C1 in _CST

2010-11-11 Thread Moore, Robert
] On Behalf Of Moore, Robert Sent: Thursday, November 11, 2010 12:20 PM To: Andriy Gapon; freebsd-acpi@freebsd.org Cc: Lin, Ming M Subject: RE: fixup for missing C1 in _CST It's not clear to me from reading the ACPI spec that the Cstate sub- packages are required to be in any specific order. This means

RE: MacBookPro 5,1

2010-11-04 Thread Moore, Robert
The problem is stale pointers within the structure, yes? Cannot copy the structure. I will never do this kind of thing again. When ACPICA was designed 12 years ago, memory was expensive. Bob -Original Message- From: Moore, Robert Sent: Thursday, November 04, 2010 7:24 PM To: 'Hans

RE: MacBookPro 5,1

2010-11-03 Thread Moore, Robert
: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Jung-uk Kim Sent: Wednesday, November 03, 2010 1:50 PM To: freebsd-acpi@FreeBSD.org Cc: Andriy Gapon; Lin, Ming M; Moore, Robert Subject: Re: MacBookPro 5,1 On Wednesday 03 November 2010 04:25 pm, Jung-uk Kim

RE: MacBookPro 5,1

2010-10-17 Thread Moore, Robert
Can you send us the acpidump for the machine? Also, tell us which control method is failing. Thanks -Original Message- From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- a...@freebsd.org] On Behalf Of Hans Petter Selasky Sent: Sunday, October 17, 2010 6:48 AM To:

ACPICA version 20101013 released

2010-10-13 Thread Moore, Robert
13 October 2010. Summary of changes for version 20101013: This release is available at www.acpica.org/downloads 1) ACPI CA Core Subsystem: Added support to clear the PCIEXP_WAKE event. When clearing ACPI events, now clear the PCIEXP_WAKE_STS bit in the ACPI PM1 Status Register, via

ACPICA version 20100915 released

2010-09-15 Thread Moore, Robert
15 September 2010. Summary of changes for version 20100915: This release is available at www.acpica.org/downloads 1) ACPI CA Core Subsystem: Removed the AcpiOsDerivePciId OSL interface. The various host implementations of this function were not OS-dependent and are now obsolete and can be