From 58d487c301940049beb8f56143eb354c4ca0428e Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 2 Mar 2023 09:17:21 +0100 Subject: [PATCH] arm: Add PCI and Annapurna devices drivers to LINT Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38847 Reviewed by: imp --- sys/arm/conf/NOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES index f1872497732..1cb2df01419 100644 --- a/sys/arm/conf/NOTES +++ b/sys/arm/conf/NOTES @@ -33,6 +33,18 @@ device pmu # PMU support (for CCNT). device twsi # i2c controller on Marvel and Allwinner device xdma # xDMA framework for SoC on-chip dma controllers +# PCI/PCIE +device pci +device pci_host_generic + +# Annapurna Alpine drivers +device al_ccu # Alpine Cache Coherency Unit +device al_nb_service # Alpine North Bridge Service +device al_iofic # I/O Fabric Interrupt Controller +device al_serdes # Serializer/Deserializer +device al_udma # Universal DMA +device al_pci # Annapurna Alpine PCI-E + # Add pseudo devices... device clk