Deleted Added
full compact
66c66
< __FBSDID("$FreeBSD: head/sys/sparc64/sbus/dma_sbus.c 155067 2006-01-30 21:43:14Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/sparc64/sbus/dma_sbus.c 166147 2007-01-20 14:06:01Z marius $");
116c116
< /* Device interface */
---
> /* Device interface */
162,163c162,163
< device_set_desc_copy(dev, name);
< return (0);
---
> device_set_desc_copy(dev, name);
> return (0);
165c165
< return (ENXIO);
---
> return (ENXIO);
231,232c231,232
< NULL, /* parent */
< PAGE_SIZE, 0, /* alignment, boundary */
---
> bus_get_dma_tag(dev), /* parent */
> 1, 0, /* alignment, boundary */