Subject: Re: kern/21893: division by zero in scsipi_sync_factor_to_freq(): one more quirk in scsiconf.c ?
To: None <bouyer@antioche.eu.org>
From: Anthony Mallet <anthony.mallet@useless-ficus.net>
List: netbsd-bugs
Date: 06/15/2003 23:58:13
Manuel Bouyer writes:
| OK, the ahc driver changed on 2003/04/19.
| Can you try the attached patch ?

This doesn't change anything. Actually, it looks like the function
ahc_send_async() is never called: I added many printf around and none
ever printed anything.

bt in ddb tells me that the function which is called is ahc_action(),
which in turn calls scsipi_async_event() on line 402.
Hope this helps...