Subject: Re: port-mac68k/9679 -- Using scsi/libscsi lets mac68k sbc driver dump core
To: None <port-mac68k-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Chuck Silvers <chuq@chuq.com>
List: netbsd-bugs
Date: 01/17/2006 17:05:02
The following reply was made to PR port-mac68k/9679; it has been noted by GNATS.

From: Chuck Silvers <chuq@chuq.com>
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
Cc: Dave Huang <khym@azeotrope.org>, gnats-bugs@netbsd.org
Subject: Re: port-mac68k/9679 -- Using scsi/libscsi lets mac68k sbc driver dump core
Date: Tue, 17 Jan 2006 08:54:58 -0800

 I did more experiments and eventually realized that the mode-page data is
 actually a multiple of 4 bytes for all the pages that worked on my disk.
 there was a bug in your scsi.c program that confused me.  so what I checked
 in just applies the same fault-handling logic to sbc_pdma_in() that's in
 all the other places where we do PDMA in both drivers.
 
 -Chuck