opnsense-src/sys/arm
Jessica Clarke 121be55599 arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs
All other architectures set NEW_PCIB in DEFAULTS, with arm being the one
remaining straggler that only sets it for GENERIC and TEGRA124.
ARMADA38X and ARMADAXP contain device pci but don't set NEW_PCIB,
however GENERIC claims to support them and as part of that NEW_PCIB
support was added to mv_pci, so these configs are most likely just
stale. Other than NOTES that just leaves ALPINE as the one kernel with
PCI support not covered by GENERIC, but al_pci is supported by arm64
which enables NEW_PCIB, and it's just a generic_pcie_fdt_driver with
some fixup code to deal with quirks so should support PCI_RES_BUS just
fine. Therefore it is believed that all in-tree kernel configs support
NEW_PCIB in reality, and so let's take a step towards removing all the
non-NEW_PCIB code by having it always-on everywhere.

Reviewed by:	emaste, jhb, manu
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D43806
2024-02-22 18:27:45 +00:00
..
allwinner aw_gpio: temporarily switch to input function if read in eint mode 2024-02-18 15:55:20 +02:00
altera/socfpga sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
annapurna/alpine sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
arm busdma: fix page miscount for small segment sizes 2024-02-16 14:38:48 -04:00
broadcom/bcm2835 intrng: Allow alternative IPI PICs to be registered and used 2024-01-24 23:49:54 +00:00
conf arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs 2024-02-22 18:27:45 +00:00
freescale clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
include arm: Clean up socdev_va 2024-02-13 11:48:52 +00:00
mv arm mv_pcib: Use bus_generic_rman_* 2024-01-23 09:37:30 -08:00
nvidia uart(4): Honor hardware state of NS8250-class for tsw_busy 2024-01-14 08:03:59 +01:00
qemu sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qualcomm phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
rockchip clk: Move rockchip driver into the common directory 2024-01-10 19:20:22 +01:00
ti intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root arg 2024-01-24 23:49:53 +00:00
xilinx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00