Re: Some changes to autoconfiguration APIs

2021-08-04 Thread David Holland
On Wed, Aug 04, 2021 at 05:52:46PM -0700, Jason Thorpe wrote: > Old example: > > c->c_dev = config_found(sc->sc_dev, , pciprint, > CFARG_SUBMATCH, config_stdsubmatch, > CFARG_LOCATORS, locs, > CFARG_DEVHANDLE,

Re: Some changes to autoconfiguration APIs

2021-08-04 Thread Mouse
> I have reworked it on the thorpej-cfargs2 branch. It addresses the concerns$ > Old example: > c->c_dev = config_found(sc->sc_dev, , pciprint, > CFARG_SUBMATCH, config_stdsubmatch, > CFARG_LOCATORS, locs, >

Re: Some changes to autoconfiguration APIs

2021-08-04 Thread Jason Thorpe
> On Aug 1, 2021, at 11:10 AM, Martin Husemann wrote: > > On Sun, Aug 01, 2021 at 07:57:20AM -0700, Jason Thorpe wrote: >> The situation hasn't changed. I'm still waiting for concrete proposals. > > The concrete proposal is backout - if there is no better idea how to deal > with it properly.