On 07/09/2016 20:49, John Baldwin wrote:
> You can request a specific ordering via DRIVER_MODULE_ORDERED (you can
> specify the
> SI_ORDER to use as an extra argument). The typical practice is to load the
> "base"
> driver (the one that attaches highest up the device hierarchy) "last" so that
>
On Wednesday, September 07, 2016 01:40:56 PM Andriy Gapon wrote:
>
> Has kldload intpm ever worked?
> Ditto for other smbus drivers.
>
> The reason I am asking is that it doesn't work for me on the latest head.
> And it doesn't work because device_probe_an
Has kldload intpm ever worked?
Ditto for other smbus drivers.
The reason I am asking is that it doesn't work for me on the latest head.
And it doesn't work because device_probe_and_attach(sc->smbus) fails in
intsmb_attach().
With a little help from DTrace I obtained the followin