please bump kernel version

2017-10-09 Thread matthew green
thanks for the NCQ work.

since there's ataraid and ld_ataraid support as modules, i think
you should bump the kernel version post NCQ.

thanks.


.mrg.


Re: CVS commit: src/sys/arch

2017-10-09 Thread Martin Husemann
On Mon, Oct 09, 2017 at 05:49:28PM +, Maya Rashish wrote:
> Module Name:  src
> Committed By: maya
> Date: Mon Oct  9 17:49:28 UTC 2017
> 
> Modified Files:
>   src/sys/arch/i386/i386: machdep.c
>   src/sys/arch/x86/include: cpu.h
>   src/sys/arch/x86/x86: fpu.c identcpu.c procfs_machdep.c x86_machdep.c
> 
> Log Message:
> GC i386_fpu_present. no FPU x86 is not supported.

I think you are confusing things. We do not support FPU emulation in the 
kernel, but booting on FPU-less machines should still work (with a softfloat
userland).

Martin


Re: CVS commit: src/sys/conf

2017-10-09 Thread Robert Elz
Date:Mon, 9 Oct 2017 14:37:00 +0200
From:Joerg Sonnenberger 
Message-ID:  <20171009123700.gb7...@britannica.bec.de>

  | It would help if you wrote what problem you actually tried to fix :)

Oh ... sorry, but it is in the b5 build log for evbarm-earmv7hf at
http://releng.netbsd.org/b5reports/evbarm-earmv7hf/\
build/2017.10.08.21.33.38/build.log.tail

mvsata.o: In function `mvsata_edma_setup_crqb_gen2e':
mvsata.c:(.text+0x1fb4): undefined reference to `satafis_rhd_construct_bio'

kre



Re: CVS commit: src/sys/conf

2017-10-09 Thread Joerg Sonnenberger
On Mon, Oct 09, 2017 at 10:28:33AM +, Robert Elz wrote:
> Module Name:  src
> Committed By: kre
> Date: Mon Oct  9 10:28:33 UTC 2017
> 
> Modified Files:
>   src/sys/conf: files
> 
> Log Message:
> (untested) attempt to fix b5 evbarm-earmv7hf build - please revert if this
> is incorrect, or harms anything else...

It would help if you wrote what problem you actually tried to fix :)

Joerg