freebsd-dev/sys/compat/linuxkpi/common
Hans Petter Selasky 1d9b99e5e3 Implement Linux module parameters as read-only tunable SYSCTLs.
Bool module parameters are no longer supported, because there is no
equivalent in FreeBSD.

There are two macros available which control the behaviour of the
LinuxKPI module parameters:

- LINUXKPI_PARAM_PARENT allows the consumer to set the SYSCTL parent
where the modules parameters will be created.

- LINUXKPI_PARAM_PREFIX defines a parameter name prefix, which is
  added to all created module parameters.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
2016-05-25 12:12:14 +00:00
..
include Implement Linux module parameters as read-only tunable SYSCTLs. 2016-05-25 12:12:14 +00:00
src Implement Linux module parameters as read-only tunable SYSCTLs. 2016-05-25 12:12:14 +00:00