CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/20 05:41:11
Modified files:
sys/arch/sgi/sgi: bus_dma.c
sys/arch/sgi/xbow: xbridge.c
Log message:
Make sure the generic bus_dmamem_alloc() routine restricts its allocation to
the dma_constraint range. This allows the xbridge(4) bus_dma_tag_t to use the
generic routines instead of rolling its own, now that the ATE code has been
removed.
