mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
NOTES: Move OFED options to MI NOTES
Disable in armv7 NOTES to match sys/modules/Makefile Reviewed by: imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D44686
This commit is contained in:
parent
493908c4b4
commit
973d3a8209
4 changed files with 18 additions and 26 deletions
|
|
@ -90,19 +90,6 @@ options DEVICE_POLLING
|
|||
|
||||
options BPF_JITTER
|
||||
|
||||
# OpenFabrics Enterprise Distribution (Infiniband).
|
||||
options OFED
|
||||
options OFED_DEBUG_INIT
|
||||
|
||||
# Sockets Direct Protocol
|
||||
options SDP
|
||||
options SDP_DEBUG
|
||||
|
||||
# IP over Infiniband
|
||||
options IPOIB
|
||||
options IPOIB_DEBUG
|
||||
options IPOIB_CM
|
||||
|
||||
|
||||
#####################################################################
|
||||
# CLOCK OPTIONS
|
||||
|
|
|
|||
|
|
@ -74,6 +74,11 @@ nooptions COMPAT_FREEBSD9
|
|||
nooptions PPC_PROBE_CHIPSET
|
||||
nooptions MAXCPU # value is set in machine/param.h
|
||||
|
||||
nooptions OFED
|
||||
nooptions SDP
|
||||
nooptions IPOIB
|
||||
nooptions IPOIB_CM
|
||||
|
||||
nodevice sym
|
||||
|
||||
nodevice ccr
|
||||
|
|
|
|||
|
|
@ -771,6 +771,19 @@ options SCTP_PACKET_LOGGING
|
|||
options SCTP_LTRACE_CHUNKS
|
||||
options SCTP_LTRACE_ERRORS
|
||||
|
||||
# OpenFabrics Enterprise Distribution (Infiniband).
|
||||
options OFED
|
||||
options OFED_DEBUG_INIT
|
||||
|
||||
# Sockets Direct Protocol
|
||||
options SDP
|
||||
options SDP_DEBUG
|
||||
|
||||
# IP over Infiniband
|
||||
options IPOIB
|
||||
options IPOIB_DEBUG
|
||||
options IPOIB_CM
|
||||
|
||||
# altq(9). Enable the base part of the hooks with the ALTQ option.
|
||||
# Individual disciplines must be built into the base system and can not be
|
||||
# loaded as modules at this point. ALTQ requires a stable TSC so if yours is
|
||||
|
|
|
|||
|
|
@ -238,19 +238,6 @@ options DEVICE_POLLING
|
|||
|
||||
options BPF_JITTER
|
||||
|
||||
# OpenFabrics Enterprise Distribution (Infiniband).
|
||||
options OFED
|
||||
options OFED_DEBUG_INIT
|
||||
|
||||
# Sockets Direct Protocol
|
||||
options SDP
|
||||
options SDP_DEBUG
|
||||
|
||||
# IP over Infiniband
|
||||
options IPOIB
|
||||
options IPOIB_DEBUG
|
||||
options IPOIB_CM
|
||||
|
||||
|
||||
#####################################################################
|
||||
# CLOCK OPTIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue