NetBSD/sys/arch/macppc
mrg 4410329b87 add a pair of new bus_dma(9) functions:
int _bus_dmatag_subregion(bus_dma_tag_t tag,
				  bus_addr_t min_addr,
				  bus_addr_t max_addr,
				  bus_dma_tag_t *newtag,
				  int flags)
	void _bus_dmatag_destroy(bus_dma_tag_t tag)

that allow a (normally broken/limited) device to restrict the bus address
range it can talk to.  this is used by bce(4) to limit DMA addresses to
1GB range, the maximum the chip can address.

all this is from Yorick Hardy <yhardy@uj.ac.za> with input from several
people on tech-kern.

XXX: bus_dma(9) needs an update still.
2007-02-21 20:41:23 +00:00
..
compile
conf gah, fix botched merge in previous commit 2007-02-15 02:17:30 +00:00
dev not quite complete yet driver for batteries found in ohare-based PowerBooks 2007-02-15 01:48:40 +00:00
include add a pair of new bus_dma(9) functions: 2007-02-21 20:41:23 +00:00
macppc Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
pci - don't call load-ata on PB3400 and similar machines - it occasionally 2007-02-09 21:37:49 +00:00
stand Undo my half hearted atttempt at porting ofwboot to the G5. 2006-09-18 10:19:00 +00:00
Makefile