git: 06a4a092e684 - main - riscv: include Xilinx PCIe controller driver.

From: Ruslan Bukin <br_at_FreeBSD.org>
Date: Thu, 27 Nov 2025 09:00:28 UTC
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