On Wed, Sep 18, 2013 at 08:04:16PM +0000, Miod Vallat wrote: > > I was porting over some freebsd kernel code and came across a struct > > rman and some rman_* utility functions, defined in fbsd's sys/rman.h . > > > > Does obsd have an equivalent interface? > > The ``get some ranges from a global resource'' functionality is achieved > under OpenBSD by using extent(9).
OK was looking at that too, seemed to be similar. > The ``tie various handles and cookies to a resource'' functionality is > not available, and has to be done by hand, or differently. Miod you're a boss, thanks. > Miod
