Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/12/1998 16:11:38
Module Name:	src
Committed By:	thorpej
Date:		Sun Dec 13 00:11:38 UTC 1998

Modified Files:
	src/sys/dev/pci: ncr.c
Log Message:
Don't DMA the scsi command from or the sense data to the scsipi_xfer
directly.  That would require that we map the scsipi_xfer into DMA
space.  Instead, copy to/from the NCR CCB, which the script already
has to DMA to/from.  These copies are small, and don't seem to affect
performance.