Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2023 18:59:44 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 58d487c30194 - main - arm: Add PCI and Annapurna devices drivers to LINT
Message-ID:  <202303021859.322IxiVM000943@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 58d487c301940049beb8f56143eb354c4ca0428e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-02 08:17:21 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303021859.322IxiVM000943>