CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2017/01/08 05:39:16

Modified files:
        sys/dev/acpi   : acpi.c dsdt.c 

Log message:
Make aml_rdpciaddr() work for for devices behind bridges.  The code now
uses the mapping between AML nodes and PCI devices that we establish.
Because _INIT methods may end up calling aml_rdpciaddr(), make sure we
create that mapping early.  Also handle devices that aren't actually present.
These devices are now included in the mapping and reads will return an
all-ones patterm whereas writes are a no-op..

ok mlarkin@

Reply via email to