re: CVS commit: src/sys/arch/evbarm/conf

2018-11-13 Thread matthew green
Nick Hudson writes: > On 13/11/2018 08:21, matthew green wrote: > >> Modified Files: > >>src/sys/arch/evbarm/conf: std.generic64 > >> > >> Log Message: > >> turn on MODULAR by default on aarch64 > > > > optional things should not be in "std.foo". that should be > > things that are necessary f

Re: CVS commit: src/sys/arch/evbarm/conf

2018-11-13 Thread Nick Hudson
On 13/11/2018 08:21, matthew green wrote: Modified Files: src/sys/arch/evbarm/conf: std.generic64 Log Message: turn on MODULAR by default on aarch64 optional things should not be in "std.foo". that should be things that are necessary for basic function. stuff that a user would never

re: CVS commit: src/sys/arch/evbarm/conf

2018-11-13 Thread matthew green
> Modified Files: > src/sys/arch/evbarm/conf: std.generic64 > > Log Message: > turn on MODULAR by default on aarch64 optional things should not be in "std.foo". that should be things that are necessary for basic function. stuff that a user would never want to remove. this belongs in GENE