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

Modified Files:
	src/sys/dev/pci: ncr.c
Log Message:
Step one of bus_dma'ing the PCI NCR driver:

Separate the ncb (i.e. softc) members that are accessed by the script into
a separate structure.  Allocate one of these structures in DMA safe memory
using bus_dma, and change RELOC_SOFTC to use the DMA address of this
structure.