git: 036ce936a5aa - main - riscv: add dwc, dwmmc to NOTES

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Tue, 27 Feb 2024 22:10:41 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=036ce936a5aa566ff4bfe2140d3f192f736a4a6b

commit 036ce936a5aa566ff4bfe2140d3f192f736a4a6b
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2024-02-27 22:03:18 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-02-27 22:10:14 +0000

    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
---
 sys/riscv/conf/NOTES | 4 ++++
 1 file changed, 4 insertions(+)

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