Subject: Re: curernt kernel and scsi troubles...
To: netbsd-macppc <port-macppc@NetBSD.ORG>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 03/24/2005 18:46:12
At 6:26 PM -0500 3/24/05, Michael wrote:
>This would explain a lot, for instance why I don't have any
>SCSI-related problems - I use only PCI-based tlp ethernet. Maybe awacs
>has similar issues?

Anything under a DBDMA controller that ignores the status bits will have
problems as dbdma is currently implemented. Even dbdma.c has problems -
dbdma_start() overwrites the interrupt conditional in the command building
and makes generating an interrupt an ALWAYS/NEVER proposition, instead of
IF_TRUE/IF_FALSE conditional based on parameters such as channel or chip
errors.

tim