Home
last modified time | relevance | path

Searched hist:e101c1c2c9ba18b1dd0eb2000106fafc915babdc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.hdiff e101c1c2c9ba18b1dd0eb2000106fafc915babdc Thu Dec 01 15:03:00 CET 2022 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> linuxkpi: Introduce module_param() of type `bint`

In Linux, this limits the accepted value to -1, 0 and 1.
In FreeBSD, this remains a signed integer with no specific constraints.

This change is a requirement to update our DRM drivers to Linux 5.12.

Differential Revision: https://reviews.freebsd.org/D37364