diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2025-11-27 08:56:34 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2025-11-27 08:59:38 +0000 |
| commit | 06a4a092e6846f64cacdff9a8c5efa294ce35a88 (patch) | |
| tree | 53827c3f4cd8c2ae67c14fd44ad11b10b80cd82c | |
| parent | e27d5c190a41c79b3764ff1a9893eb81a9050e63 (diff) | |
riscv: include Xilinx PCIe controller driver.
This is used on Codasip Prime.
Sponsonred by: CHERI Research Centre
| -rw-r--r-- | sys/riscv/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
