freebsd-dev/sys/dev/extres
Kyle Evans ea9e0e28e0 Fix bogus pass for syscon_generic introduced in r327621
ian@ pointed out that BUS_PASS_DEFAULT + $anything is bogus, given that
BUS_PASS_DEFAULT is defined as __INT_MAX. Instead, we take a page out of
imx6_usbphy's book and use BUS_PASS_DEFAULT - 1000 to achieve the desired
effect of syscon_generic attaching before if_awg and other potential
consumers, but late enough that more specialized implementations should have
no problem attaching instead.

Reported by:	ian
2018-01-07 02:19:54 +00:00
..
clk Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
hwreset Remove redundant declarations. Newer gcc has a warning for these so will 2017-08-19 17:18:27 +00:00
phy EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
regulator Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
syscon Fix bogus pass for syscon_generic introduced in r327621 2018-01-07 02:19:54 +00:00