git: e08331333fef - main - riscv: remove commented lines from GENERIC

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Tue, 05 Dec 2023 19:30:50 UTC
The branch main has been updated by mhorne:

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

commit e08331333fefc44461681db9ff239b7972c05744
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-12-05 19:29:42 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-12-05 19:30:18 +0000

    riscv: remove commented lines from GENERIC
    
    These are relics of development, when static compilation of certain
    functionality/parameters was necessary. Today we have full module and
    loader(8) support.
    
    Reviewed by:    jrtc27
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D42912
---
 sys/riscv/conf/GENERIC | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index fe067f62c585..992b0c927766 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -123,15 +123,6 @@ device		umass			# Disks/Mass storage - Requires scbus and da
 options 	HID_DEBUG	# enable debug msgs
 device		hid		# Generic HID support
 
-# DTrace support
-# device	dtrace
-# device	dtrace_profile
-# device	dtrace_sdt
-# device	dtrace_fbt
-# device	dtrace_systrace
-# device	dtrace_prototype
-# device	dtraceall
-
 # Serial (COM) ports
 device		uart		# Generic UART driver
 device		uart_lowrisc	# lowRISC UART driver
@@ -159,15 +150,6 @@ device		gpio
 device		spibus
 device		spigen
 
-# Uncomment for memory disk
-# options 	MD_ROOT
-# options 	MD_ROOT_SIZE=32768	# 32MB ram disk
-# makeoptions	MFS_IMAGE=/path/to/img
-# options 	ROOTDEVNAME=\"ufs:/dev/md0\"
-
-# Uncomment for virtio block device
-# options 	ROOTDEVNAME=\"ufs:/dev/vtbd0\"
-
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
 options 	KDB_TRACE		# Print a stack trace for a panic.