git: 796e16798d28 - stable/13 - riscv: Sync NOTES with GENERIC changes
Jessica Clarke
jrtc27 at FreeBSD.org
Tue Sep 7 12:10:02 UTC 2021
The branch stable/13 has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=796e16798d28a57b0c7c839e91939386ddd83e9a
commit 796e16798d28a57b0c7c839e91939386ddd83e9a
Author: Jessica Clarke <jrtc27 at FreeBSD.org>
AuthorDate: 2021-08-07 22:20:38 +0000
Commit: Jessica Clarke <jrtc27 at FreeBSD.org>
CommitDate: 2021-09-07 12:08:16 +0000
riscv: Sync NOTES with GENERIC changes
USB is already in sys/conf/NOTES, but NVMe is not, nor of course are the
new SiFive device drivers.
MFC after: 1 week
(cherry picked from commit c5e5202a3d5d6b7d47a6da7b678bc5c4320c91e9)
---
sys/riscv/conf/NOTES | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index a99567ac16a5..7dda89bfe1a8 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -44,6 +44,11 @@ device virtio_blk # VirtIO Block device
device virtio_mmio # VirtIO MMIO bus
device virtio_random # VirtIO Entropy device
+# NVM Express (NVMe) support
+device nvme # base NVMe driver
+options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver
+device nvd # expose NVMe namespaces as disks, depends on nvme
+
# NOTE: dtrace introduces CDDL-licensed components into the kernel
device dtrace # dtrace core
device dtraceall # include all dtrace modules
@@ -65,8 +70,10 @@ device axidma # Xilinx AXI DMA Controller
# SPI
device xilinx_spi # Xilinx AXI Quad-SPI Controller
-# SOC-specific
+# SiFive device drivers
device fe310aon
+device fu740_pci_dw
+device sifive_gpio
device sifive_spi
files "../sifive/files.sifive"
More information about the dev-commits-src-all
mailing list