Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/scc/scc_core.c 294883 2016-01-27 02:23:54Z jhibbits $");
---
> __FBSDID("$FreeBSD: head/sys/dev/scc/scc_core.c 296137 2016-02-27 03:38:01Z jhibbits $");
132,133c132,133
< sc->sc_rres = bus_alloc_resource(dev, sc->sc_rtype, &sc->sc_rrid,
< 0, ~0, cl->cl_channels * size, RF_ACTIVE);
---
> sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
> &sc->sc_rrid, cl->cl_channels * size, RF_ACTIVE);
381,382c381,382
< sc->sc_rres = bus_alloc_resource(dev, sc->sc_rtype, &sc->sc_rrid,
< 0, ~0, cl->cl_channels * size, RF_ACTIVE);
---
> sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
> &sc->sc_rrid, cl->cl_channels * size, RF_ACTIVE);
386,387c386,387
< sc->sc_rres = bus_alloc_resource(dev, sc->sc_rtype,
< &sc->sc_rrid, 0, ~0, cl->cl_channels * size, RF_ACTIVE);
---
> sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
> &sc->sc_rrid, cl->cl_channels * size, RF_ACTIVE);