The branch main has been updated by br:

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

commit 06a4a092e6846f64cacdff9a8c5efa294ce35a88
Author:     Ruslan Bukin <[email protected]>
AuthorDate: 2025-11-27 08:56:34 +0000
Commit:     Ruslan Bukin <[email protected]>
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

Reply via email to