aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2023-12-05 19:29:42 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2023-12-05 19:30:18 +0000
commite08331333fefc44461681db9ff239b7972c05744 (patch)
treed6e3bde9bf5da86c6552a29e2160f21ad4e99215
parenta779fd0658d4a4f032a2ec81354f3367ffb8b86a (diff)
downloadsrc-e08331333fefc44461681db9ff239b7972c05744.tar.gz
src-e08331333fefc44461681db9ff239b7972c05744.zip
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
-rw-r--r--sys/riscv/conf/GENERIC18
1 files changed, 0 insertions, 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.