freebsd-dev/sys/dev/pwm
Mark Johnston aa37baf3d7 Define PNP info after defining driver modules
PNP info definitions currently have an unfortunate requirement in that
they must follow the associated module definition in the module metadata
linker set.  Otherwise devmatch can segfault while processing the linker
hints file since kldxref maintains the order in the linker set.

A number of drivers violate this requirement.  In some cases this can
cause devmatch(8) to segfault when processing the linker hints file.
Work around the problem for now simply by adjusting the drivers.

Reviewed by:	imp
MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D28260
2021-01-21 14:30:18 -05:00
..
ofw_pwm.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
ofw_pwm.h Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
ofw_pwmbus.c Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt 2019-06-17 03:32:05 +00:00
pwm_backlight.c pwm_backlight: Fix 32 bits build 2020-10-03 08:31:28 +00:00
pwmbus_if.m Make pwm channel numbers unsigned. 2019-06-15 23:02:09 +00:00
pwmbus.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
pwmbus.h Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt 2019-06-17 03:32:05 +00:00
pwmc.c Define PNP info after defining driver modules 2021-01-21 14:30:18 -05:00
pwmc.h pwm: clean up empty lines in .c and .h files 2020-09-01 21:57:50 +00:00