Subject: Re: kern/33741: timecounter stuff is likely to crash kernel
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Frank Kardel <kardel@netbsd.org>
List: netbsd-bugs
Date: 06/15/2006 17:35:02
The following reply was made to PR kern/33741; it has been noted by GNATS.
From: Frank Kardel <kardel@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: kent@netbsd.org
Subject: Re: kern/33741: timecounter stuff is likely to crash kernel
Date: Thu, 15 Jun 2006 19:30:22 +0200
looking at azalia.c 1.28 I found that the azalia_attach_intr()
happily ignores return codes from azalia_init_corb(az) and
azalia_init_rirb(az). Even on failure it attaches. furthermore
there has been quite some action in azalia.c lately. Also the
initialization loop only makes use of the delay function that
has not caused any trouble after the timecounter merge.
I am not yet convinced that timecounters is at fault for the
crash.
CC'd to the currently active azaliy committer.
Frank