freebsd-dev/sys/dev/iicbus/mux
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
..
iic_gpiomux.c Define PNP info after defining driver modules 2021-01-21 14:30:18 -05:00
iicmux_if.m
iicmux.c
iicmux.h
ltc430x.c Define PNP info after defining driver modules 2021-01-21 14:30:18 -05:00
pca9547.c Define PNP info after defining driver modules 2021-01-21 14:30:18 -05:00