mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
phandle_t is a uint32_t type, <= 0 comparison doesn't work with it as intended.
This caused the ofw_pci code to attach to PCI bus on ACPI based systems.
Since
|
||
|---|---|---|
| .. | ||
| ofw_bus.h | ||
| ofw_bus_if.m | ||
| ofw_bus_subr.c | ||
| ofw_bus_subr.h | ||
| ofw_console.c | ||
| ofw_cpu.c | ||
| ofw_cpu.h | ||
| ofw_disk.c | ||
| ofw_fdt.c | ||
| ofw_graph.c | ||
| ofw_graph.h | ||
| ofw_if.m | ||
| ofw_pci.c | ||
| ofw_pci.h | ||
| ofw_pcib.c | ||
| ofw_standard.c | ||
| ofw_subr.c | ||
| ofw_subr.h | ||
| ofwbus.c | ||
| ofwpci.h | ||
| ofwvar.h | ||
| openfirm.c | ||
| openfirm.h | ||
| openfirmio.c | ||
| openfirmio.h | ||