LOCKDEBUG: Mutex error: mi_switch,528: spin lock held

2019-12-07 Thread Kimihiro Nonaka
netbsd:idle_loop+0x1ad cpu_hatch() at netbsd:cpu_hatch+0x17f db{1}> -- -- Kimihiro Nonaka

Re: #include "hvkbd.h"

2019-05-30 Thread Kimihiro Nonaka
On Fri, May 31, 2019 at 6:14 AM Ryosuke Moro wrote: > -include "dev/hyperv/files.hyperv" Don't delete this line. Regards, -- Kimihiro Nonaka

Re: #include "hvkbd.h"

2019-05-30 Thread Kimihiro Nonaka
consinit.c,v 1.30 2019/05/26 00:30:35 christos Exp $ #endif #ifndef XEN -#if NHVKBD > 0 #include "hvkbd.h" +#if NHVKBD > 0 #include #endif #endif Regards, -- Kimihiro Nonaka

Re: uefi boot attempt

2018-03-20 Thread Kimihiro Nonaka
a > Date: Tue Mar 20 10:16:18 UTC 2018 > > Modified Files: > src/sys/arch/i386/stand/efiboot: devopen.c > > Log Message: > efiboot: fix it can't boot from HDD. > > > To generate a diff of this commit: > cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboot/devopen.c Regards, -- Kimihiro Nonaka

Re: amd64 build failure

2018-03-08 Thread Kimihiro Nonaka
cd9660.c Log Message: Add missed file in previous commit. > efiboot: system can boot from CD/DVD-ROM media. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/lib/libsa/cd9660.c - Regards, -- Kimihiro Nonaka

Re: change "panic: i82489_icr_wait: busy" when entering DDB to warning

2017-05-17 Thread Kimihiro Nonaka
Hi, On Wed, Oct 28, 2015 at 12:56 AM, Christoph Badura <b...@bsd.de> wrote: > I get an annoying recursive "panic: i82489_icr_wait: busy" when invoking > DDB from the console on my Dell PE1400SC machines. C.f. the console log at > the end. Could you try the attached patc

Re: iwm(4)

2017-04-25 Thread Kimihiro Nonaka
le (0) -int iwm_debug = 0; +int iwm_debug = 10; #else #define DPRINTF(x)do { ; } while (0) #define DPRINTFN(n, x)do { ; } while (0) -- Kimihiro Nonaka

Re: iwm0 firmware issue

2017-04-18 Thread Kimihiro Nonaka
bugs is masking the problem. Could you try to decrease the value of iwm_debug (eg. 0, 2, 5, 7, 10)? -- Kimihiro Nonaka

Re: iwm0 firmware issue

2017-04-16 Thread Kimihiro Nonaka
n)) printf x; } while (0) -int iwm_debug = 0; +int iwm_debug = 12; #else #define DPRINTF(x) do { ; } while (0) #define DPRINTFN(n, x)do { ; } while (0) Regards, -- Kimihiro Nonaka

Re: CVS commit: src/sys/external/bsd/drm2

2017-03-01 Thread Kimihiro Nonaka
Hi, 2017-03-02 7:59 GMT+09:00 Yorick Hardy <yorickha...@gmail.com>: > On 2017-03-01, Martin Husemann wrote: >> On Wed, Mar 01, 2017 at 06:55:24PM +0900, Kimihiro Nonaka wrote: >> > Updated the patch. >> >> Still works fine for me! >> >> Martin &g

Re: CVS commit: src/sys/external/bsd/drm2

2017-02-27 Thread Kimihiro Nonaka
> of src/sys/external/bsd/drm2/pci/drm_pci.c ? >> >> Thanks for the hint, I'm testing if it is the cause for >> >> http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51997 >> >> and will report back ASAP... > > Yes, that seems to be the case. I've reverted. Regards, -- Kimihiro Nonaka