Subject: re: CVS commit: src/sys/dev/scsipi
To: None <reinoud@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/08/2006 08:58:26
Even though SCSI adapters *should* accept odd lengths, the Sun U10
(sparc64's) crashes in bus_space_read_multi_stream_2(). That explains the
crash.
NOTE: somewhere in NetBSD/sparc64's atapibus support there is the
assumption on the even size; this needs to be fixed! (Hi Sparc64 portmaster
:-) )
i think you mean dev/ic/wdc.c:wdc_datain_pio(), which has nothing
to do with sparc64 systems.
.mrg.