Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 07/30/2005 17:37:11
Module Name:	src
Committed By:	mhitch
Date:		Sat Jul 30 17:37:11 UTC 2005

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

Log Message:
The handler for the periodic ENQUIRY command was not unmapping the ccb
data buffer, which left stale flags which caused Alpha ES40 crashes.  Add
the mlx_ccb_unmap() call and the ES40 now runs with > 1GB memory.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/dev/ic/mlx.c

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