Re: icache sync private rump component

2014-07-20 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 19, 2014, at 2:02 AM, Alexander Nasonov wrote: > > > To compile in rump kernel, I needed to add -DMIPS3=1 > > to Makefile.rump for mips platforms. This is the only change outside > > of sljit scope. > > the cache instructions are privileged. There's a sysarch int

Re: icache sync private rump component

2014-07-20 Thread Matt Thomas
On Jul 19, 2014, at 2:02 AM, Alexander Nasonov wrote: > To compile in rump kernel, I needed to add -DMIPS3=1 > to Makefile.rump for mips platforms. This is the only change outside > of sljit scope. the cache instructions are privileged. There's a sysarch interface that you can use the clean t

how to properly enable modules for pci devices?

2014-07-20 Thread Christoph Badura
I want to enable the build of ubsec(4) as a module in sys/modules/Makefile for all arches that have PCI bus and a reference to ubsec in some kernel config file. Reading sys/modules/Makefile I found little guidance. I get the impression that this hasn't been tried before. I've come up with the fo

Re: icache sync private rump component

2014-07-20 Thread Alexander Nasonov
Justin Cormack wrote: > On Jul 19, 2014 10:01 AM, "Alexander Nasonov" wrote: > > > > To compile in rump kernel, I needed to add -DMIPS3=1 > > to Makefile.rump for mips platforms. This is the only change outside > > of sljit scope. > > You surely can't do that, people may be trying to compile on