Subject: Re: FYI: ENVSYS 2 ready
To: None <juan@xtrarom.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 06/27/2007 18:35:49
> On Tue, 26 Jun 2007 19:38:30 +0200
> Juan RP <juan@xtrarom.org> wrote:
> 
> > Just to let you know, that I'm still waiting for reviewers. Otherwise
> > the code will be committed on 1st July.
> 
> yamt found that ipmi wasn't included in the patches, all changes should
> be available now at:

thanks.

> http://www.netbsd.org/~xtraeme/envsys2_api4.diff
> http://www.netbsd.org/~xtraeme/envsys2_drivers2.diff
> http://www.netbsd.org/~xtraeme/envsys2_userland2.diff

with lockdebug:

ipmi0 at mainbus0panic: lockdebug_lookup: uninitialized lock (1, id=0)
Stopped in pid 0.1 (system) at  netbsd:cpu_Debugger+0x4:        popl    %ebp
db{0}> t
cpu_Debugger(c0493123,c05b4984,c05b4978,c0302da8,c0537b20) at netbsd:cpu_Debugge
r+0x4
panic(c04c8f78,0,0,1000,0) at netbsd:panic+0x155
lockdebug_wantlock(0,c0118ced,0,c01727,c02e0cca) at netbsd:lockdebug_wantlock+0x
166
mutex_vector_enter(c0515084,1000,0,0,a) at netbsd:mutex_vector_enter+0x5c
sysmon_envsys_register(c1f8eac0,c1f9eb10,20,c1f8ea20,1) at netbsd:sysmon_envsys_
register+0x4d
ipmi_attach(c1cb6f80,c1f8ea00,c05b4b3c,0,c05b4b3c) at netbsd:ipmi_attach+0x190
config_attach_loc(c1cb6f80,c04e9390,0,c05b4b3c,0) at netbsd:config_attach_loc+0x
156
config_found_ia(c1cb6f80,c0486f47,c05b4b3c,0,c1cb0f40) at netbsd:config_found_ia
+0x32
mainbus_attach(0,c1cb6f80,0,c02fb75e,c0486e79) at netbsd:mainbus_attach+0x1b2
config_attach_loc(0,c04e9420,0,0,0) at netbsd:config_attach_loc+0x156
config_attach(0,c04e9420,0,0,c05b100c) at netbsd:config_attach+0x2c
config_rootfound(c0486e79,0,c05b4c28,c02fcf63,c04f03a0) at netbsd:config_rootfou
nd+0x44
cpu_configure(c04f03a0,a,0,0,c052fa3c) at netbsd:cpu_configure+0x22
configure(c04f4ea0,1,0,0,0) at netbsd:configure+0x33
main(fbff,c01002d2,0,0,0) at netbsd:main+0x12f
db{0}> p/a c0515084
netbsd:sme_mtx
db{0}>

YAMAMOTO Takashi