Subject: Re: kern/29600: cbb(4) hangs on boot
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 03/12/2005 09:52:01
The following reply was made to PR kern/29600; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
To: fun@naobsd.org
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/29600: cbb(4) hangs on boot
Date: Sat, 12 Mar 2005 18:51:02 +0900

 > Is it possible to awake tsleep($sc->sc_pwrcycle) by another place?
 > (i.e. except wakeup(&sc->sc_pwrcycle))
 
 yes.  theoretically others can use the same wakeup ident coincidently.
 
 YAMAMOTO Takashi