The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=58d487c301940049beb8f56143eb354c4ca0428e

commit 58d487c301940049beb8f56143eb354c4ca0428e
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2023-03-02 08:17:21 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2023-03-02 18:59:04 +0000

    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 f18724977321..1cb2df014197 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

Reply via email to