Subject: Re: LSI Logic 53c1030 / mpt(4) - dma error message
To: Jachym Holecek <freza@liberouter.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: current-users
Date: 02/08/2005 17:13:26
I fixed the problem that made controller device drivers end up with
huge bytecounts: there was an overflow in bounds_check_* for the
case where the block was far beyond the media size.

Fixes checked in to subr_disk.c and subr_disk_mbr.c

- Frank