GENERIC (27067774dce3388702a4cf744d7096c6fb71b688) GENERIC (bd79708dbffde195226ade494aa72c345328e745)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

--- 18 unchanged lines hidden (view full) ---

27# FIXME: linker error. "--relax and -r may not be used together"
28makeoptions WITHOUT_MODULES="usb otusfw mwlfw ispfw mwlfw ralfw rtwnfw urtwnfw"
29# makeoptions NO_MODULES
30
31options SCHED_ULE # ULE scheduler
32options PREEMPTION # Enable kernel thread preemption
33options INET # InterNETworking
34options INET6 # IPv6 communications protocols
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

--- 18 unchanged lines hidden (view full) ---

27# FIXME: linker error. "--relax and -r may not be used together"
28makeoptions WITHOUT_MODULES="usb otusfw mwlfw ispfw mwlfw ralfw rtwnfw urtwnfw"
29# makeoptions NO_MODULES
30
31options SCHED_ULE # ULE scheduler
32options PREEMPTION # Enable kernel thread preemption
33options INET # InterNETworking
34options INET6 # IPv6 communications protocols
35options TCP_HHOOK # hhook(9) framework for TCP
35options IPSEC # IP (v4/v6) security
36options TCP_OFFLOAD # TCP offload
37options SCTP # Stream Control Transmission Protocol
38options FFS # Berkeley Fast Filesystem
39options SOFTUPDATES # Enable FFS soft updates support
40options UFS_ACL # Support for access control lists
41options UFS_DIRHASH # Improve performance on big directories
42options UFS_GJOURNAL # Enable gjournal-based UFS journaling

--- 71 unchanged lines hidden ---
36options IPSEC # IP (v4/v6) security
37options TCP_OFFLOAD # TCP offload
38options SCTP # Stream Control Transmission Protocol
39options FFS # Berkeley Fast Filesystem
40options SOFTUPDATES # Enable FFS soft updates support
41options UFS_ACL # Support for access control lists
42options UFS_DIRHASH # Improve performance on big directories
43options UFS_GJOURNAL # Enable gjournal-based UFS journaling

--- 71 unchanged lines hidden ---