diff options
author | Mitchell Horne <mhorne@FreeBSD.org> | 2024-02-27 22:03:18 +0000 |
---|---|---|
committer | Mitchell Horne <mhorne@FreeBSD.org> | 2024-02-27 22:10:14 +0000 |
commit | 036ce936a5aa566ff4bfe2140d3f192f736a4a6b (patch) | |
tree | 223a5fdf281def78d46658d07e8634333250b540 | |
parent | f84e9df6d0e56168d8d5d0514557cc345938bef7 (diff) |
riscv: add dwc, dwmmc to NOTES
In the future these drivers will be enabled in GENERIC. For now, ensure
they build with LINT.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/riscv/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES index 52720f6d83d1..f6b27a626dfb 100644 --- a/sys/riscv/conf/NOTES +++ b/sys/riscv/conf/NOTES @@ -45,6 +45,9 @@ 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 +# MMC/SD/SDIO Card slot support +device dwmmc + # NOTE: dtrace introduces CDDL-licensed components into the kernel device dtrace # dtrace core device dtraceall # include all dtrace modules @@ -58,6 +61,7 @@ device da9063_rtc # Dialog Semiconductor DA9063 RTC device goldfish_rtc # QEMU RTC # Ethernet drivers +device dwc # Synopsys Designware GMAC Ethernet device xae # Xilinx AXI Ethernet MAC # DMA support |