Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



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@localhost>


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.




Home | Main Index | Thread Index | Old Index