eeBSD.org, dev-commits-src-main@FreeBSD.org From: Ruslan Bukin Subject: git: 06a4a092e684 - main - riscv: include Xilinx PCIe controller driver. List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: br X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06a4a092e6846f64cacdff9a8c5efa294ce35a88 Auto-Submitted: auto-generated Date: Thu, 27 Nov 2025 09:00:28 +0000 Message-Id: <6928132c.2bcd0.2e9e36fc@gitrepo.freebsd.org> The branch main has been updated by br: URL: https://cgit.FreeBSD.org/src/commit/?id=06a4a092e6846f64cacdff9a8c5efa294ce35a88 commit 06a4a092e6846f64cacdff9a8c5efa294ce35a88 Author: Ruslan Bukin AuthorDate: 2025-11-27 08:56:34 +0000 Commit: Ruslan Bukin 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