mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
- Initialize SMAPx registers too although they're unused in QEMU
- Do not pass IO/MEM resources to upper bus for activation, handle them locally.
Previously ACTIVATE method of upper bus was no-op so nothing bad
happened. But now FDT maps physaddr to vaddr and it causes
troubles: fdtbus_activate_resource resource assumes that
bustag/bushandle are already set which in this case is wrong.
|
||
|---|---|---|
| .. | ||
| bus_space.c | ||
| common.c | ||
| files.versatile | ||
| if_smc_fdt.c | ||
| pl050.c | ||
| sp804.c | ||
| versatile_clcd.c | ||
| versatile_machdep.c | ||
| versatile_pci.c | ||
| versatile_pci_bus_space.c | ||
| versatile_pci_bus_space.h | ||
| versatile_sic.c | ||
| versatile_timer.c | ||