Re: sys/dev/pckbc/pms.c diff

2013-07-01 Thread Martin Pieuchot
On 28/06/13(Fri) 13:08, joshua stein wrote: On Fri, 28 Jun 2013 at 12:14:43 -0400, David Hill wrote: in pms_proc_mouse, wsmouse_input is called with an uninitialized 'dz' variable if the sc-protocol-type is not PMS_STANDARD or PMS_INTELLI. It should probably just return and not call

viomb(4) assert with 1.35 of sys/arch/amd64/amd64/intr.c

2013-07-01 Thread Alexey E. Suslikov
Hi ports@. See here http://article.gmane.org/gmane.os.openbsd.misc/205448 In addition, viomb_worker is doing splvm() and workq itself is viomb_workq = workq_create(viomb, 1, IPL_VM); Cheers, Alexey