panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type)
Moore, Robert
robert.moore at intel.com
Fri Apr 26 19:01:18 UTC 2013
> -----Original Message-----
> From: Benjamin Lee [mailto:ben at b1c1l1.com]
> Sent: Friday, April 26, 2013 11:40 AM
> To: Moore, Robert
> Cc: John Baldwin; freebsd-acpi at 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)
>
> On Thu, 25 Apr 2013 02:28:25 +0000, "Moore, Robert"
> <robert.moore at intel.com> wrote:
> > > 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 being sent to _SRS.
>
> Yes, the change of WORD to BYTE is not necessary with 10-CURRENT.
>
> I don't understand ACPI well enough to answer your followup. All I know
> is that there is some change in the ACPI parsing behavior between 9-STABLE
> (which triggers AE_AML_BUFFER_LIMIT in the broken _SRS method) and 10-
> CURRENT (which used to panic but after jhb's fixes now boots correctly).
> Could it be possible that _SRS is not being called at all with the new
> ACPI code?
>
_SRS is called from the driver software, so ACPICA is not involved. It may be that the resource descriptor is now a little longer and the WORD access no longer goes beyond the end of the buffer.
Still, I'm a bit worried about it anyway.
>
> --
> Benjamin Lee
> http://www.b1c1l1.com/
More information about the freebsd-acpi
mailing list