Subject: Re: kern/9749: Race condition in scsi_probedev
To: None <augustss@augustsson.net>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: netbsd-bugs
Date: 04/06/2000 11:52:59
John Darrow <John.P.Darrow@wheaton.edu> writes:

> >Fix:
> 	Allocate the buffer dynamically or move it into the scsibus_softc
> 	or scsipi_link.

Or, on stack?  Since the scsi_probedev is called for other LUN or
target immediately.

enami.