mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
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
This commit is contained in:
parent
a779fd0658
commit
e08331333f
1 changed files with 0 additions and 18 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue