Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/01/2003 20:18:35
Module Name:	src
Committed By:	thorpej
Date:		Thu May  1 20:18:35 UTC 2003

Modified Files:
	src/sys/dev/ic: mpt_netbsd.c

Log Message:
Free the mpt request structure before calling scsipi_done(), as
scsipi_done() may start another command which needs the request
structure being freed.

Patch from Stephan Uphoff, modified slightly by me.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/mpt_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.