Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 02/20/2003 14:24:06
Module Name:	src
Committed By:	hannken
Date:		Thu Feb 20 12:24:05 UTC 2003

Modified Files:
	src/sys/dev/pci: sv.c

Log Message:
The SonicVibes DMA is broken and only works on 24-bit addresses.  As long
as bus_dmamem_alloc_range() is missing we use the ISA dma tag on i386.

The iorange for the dma registers now gets allocated near the used range.
Chances are high, that this range is valid on this PCI bus.

This one is really ugly :-)

Approved by: Lennart Augustsson <augustss@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/pci/sv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.