| Summary: | [acpi] _OSC failed: AE_BUFFER_OVERFLOW on pcib0 (ACPI Host-PCI bridge) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Jeremy Chadwick <jdc> | ||||||||||
| Component: | kern | Assignee: | freebsd-acpi (Nobody) <acpi> | ||||||||||
| Status: | Closed Works As Intended | ||||||||||||
| Severity: | Affects Only Me | CC: | jkim, robert.moore | ||||||||||
| Priority: | --- | ||||||||||||
| Version: | 11.1-STABLE | ||||||||||||
| Hardware: | amd64 | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Jeremy Chadwick
2018-04-25 08:01:13 UTC
Created attachment 192791 [details]
acpidump -dt
Created attachment 192792 [details]
acpidump -dtv 2>&1
Created attachment 192793 [details]
pciconf -lvcb
Created attachment 192794 [details]
dmesg
This is usually a driver problem, passing a buffer too small for _OSC. (In reply to robert.moore from comment #5) I believe it is directly returned from our driver, not by ACPICA. (In reply to Jeremy Chadwick from comment #1) This BIOS is buggy. It does not return a buffer at all when the capability is not supported. I think we can work around it by ignoring zero-sized buffer instead of returning an error. (In reply to Jeremy Chadwick from comment #0) > I am hoping someone has some idea what rXXXXXX commit may have introduced this. https://svnweb.freebsd.org/changeset/base/298372 |