Skip to content

Commit

Permalink
riscv: add COMPAT_FREEBSD12 option
Browse files Browse the repository at this point in the history
Turn on compat option for older FreeBSD versions (i.e. 12). We do not
enable the compat options for 11 or older because riscv was never
supported in those versions.

Reviewed by:	jrtc27 (previous version)
MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D33015

(cherry picked from commit 23e1961)
  • Loading branch information
kprovost committed Nov 24, 2021
1 parent eaab06d commit 576d71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/riscv/conf/GENERIC
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ options TMPFS # Efficient memory filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_RAID # Soft RAID functionality.
options GEOM_LABEL # Provides labelization
options COMPAT_FREEBSD12 # Compatible with FreeBSD12
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support
Expand Down

0 comments on commit 576d71e

Please sign in to comment.