Re: svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-08 Thread John-Mark Gurney
Marcel Moolenaar wrote this message on Sun, Jun 07, 2015 at 22:10 -0700: > > On Jun 7, 2015, at 9:52 PM, Bruce Simpson wrote: > > > > Marcel, > > > > On Mon, 8 Jun 2015, at 04:23, Marcel Moolenaar wrote: > >> Log: > >> Add busdma_mem_alloc & busdma_mem_free. > > > > Nice! Is there a man page o

Re: svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-07 Thread Bruce Simpson
On Mon, 8 Jun 2015, at 06:10, Marcel Moolenaar wrote: > > Also: is it feasible to extend to build/attach to a VirtIO function? > > (May be PCI, not MMIO). > > I think so. If there’s an easy environment for me to play > with, I can take a look. I think qemu would do right? I can't speak to the MM

Re: svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-07 Thread Bruce Simpson
Marcel, (Cc: Will as he's expressed interest in this) No problem... still tied up here... On Mon, 8 Jun 2015, at 06:10, Marcel Moolenaar wrote: > > On Jun 7, 2015, at 9:52 PM, Bruce Simpson wrote: > > Nice! Is there a man page or documentation for this anywhere? > > Not yet. I want to flesh it

Re: svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-07 Thread Marcel Moolenaar
> On Jun 7, 2015, at 9:52 PM, Bruce Simpson wrote: > > Marcel, > > On Mon, 8 Jun 2015, at 04:23, Marcel Moolenaar wrote: >> Log: >> Add busdma_mem_alloc & busdma_mem_free. > > Nice! Is there a man page or documentation for this anywhere? Not yet. I want to flesh it out further before documen

Re: svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-07 Thread Bruce Simpson
Marcel, On Mon, 8 Jun 2015, at 04:23, Marcel Moolenaar wrote: > Log: > Add busdma_mem_alloc & busdma_mem_free. Nice! Is there a man page or documentation for this anywhere? Also: is it feasible to extend to build/attach to a VirtIO function? (May be PCI, not MMIO). cheers Bruce -- BMS (sent

svn commit: r284146 - in head/tools/bus_space: . C Python

2015-06-07 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 8 03:23:20 2015 New Revision: 284146 URL: https://svnweb.freebsd.org/changeset/base/284146 Log: Add busdma_mem_alloc & busdma_mem_free. Modified: head/tools/bus_space/C/lang.c head/tools/bus_space/C/libbus_space.h head/tools/bus_space/Python/lang.c head/too