Re: Changing the return value of xxx_attach() from void to int. (take 2)

2016-07-20 Thread Michael van Elst
msai...@execsw.org (Masanobu SAITOH) writes: > 2) We can show a common error message when ca_attach() failed. > This change has some benefits. We don't know why ca_attach failed. For that the driver has to emit another message. If you want to have common error message, you need

Changing the return value of xxx_attach() from void to int. (take 2)

2016-07-20 Thread Masanobu SAITOH
)) http://www.netbsd.org/~msaitoh/attach-caller-20160720.dif 1) Device drivers http://www.netbsd.org/~msaitoh/attach-ddrv-20160720.dif 2) detach related changes of wm(4) for an example http://www.netbsd.org/~msaitoh/attach-wm-20160720.dif "./build.sh release"

Re: CVS commit: src/sys

2016-07-20 Thread Martin Husemann
On Wed, Jul 20, 2016 at 12:42:47PM +0900, Ryota Ozaki wrote: > If we cannot fix the issue easily, we can disable workqueue unless > NET_MPSAFE for now. I think it is only exposing some older mips bug, we should analyze it (but I am currently out of ideas). Martin