History log of /fuchsia/zircon/kernel/dev/pcie/pcie_quirks.cpp
Revision Date Author Comments
# 0b526c11 13-Oct-2017 Christopher Anderson <cja@google.com>

[pci] Move quirks to extern tables

The previous method of using __WEAK references referring back
to a specific section was causing issues for kernel aslr
development. This moves quirks into a static table with a __WEAK
default empty table for platforms that don't have pci hardware
quirks to worry about.

Change-Id: I8e67df1148b6863362729f7d905fd7079b685827