Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2025 09:00:28 +0000
From:      Ruslan Bukin <br@FreeBSD.org>
Subject:   git: 06a4a092e684 - main - riscv: include Xilinx PCIe controller driver.
Message-ID:  <6928132c.2bcd0.2e9e36fc@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by br:

URL: https://cgit.FreeBSD.org/src/commit/?id=06a4a092e6846f64cacdff9a8c5efa294ce35a88

commit 06a4a092e6846f64cacdff9a8c5efa294ce35a88
Author:     Ruslan Bukin <br@FreeBSD.org>
AuthorDate: 2025-11-27 08:56:34 +0000
Commit:     Ruslan Bukin <br@FreeBSD.org>
CommitDate: 2025-11-27 08:59:38 +0000

    riscv: include Xilinx PCIe controller driver.
    
    This is used on Codasip Prime.
    
    Sponsonred by: CHERI Research Centre
---
 sys/riscv/conf/GENERIC | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index b645cd3499cb..7a2c88c0b4cb 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -96,6 +96,7 @@ device		cpufreq
 
 # Bus drivers
 device		pci
+device		xlnx_pcib		# Xilinx PCIe Controller
 
 # Block devices
 device		ahci



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6928132c.2bcd0.2e9e36fc>