diff options
Diffstat (limited to 'usr/src/uts/sun4/io/ebus.c')
-rw-r--r-- | usr/src/uts/sun4/io/ebus.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/sun4/io/ebus.c b/usr/src/uts/sun4/io/ebus.c index d8d15f484b..19001588d5 100644 --- a/usr/src/uts/sun4/io/ebus.c +++ b/usr/src/uts/sun4/io/ebus.c @@ -22,6 +22,9 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* + * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. + */ #include <sys/types.h> @@ -126,7 +129,7 @@ static struct bus_ops ebus_bus_ops = { NULL, NULL, i_ddi_map_fault, - ddi_dma_map, + NULL, ddi_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |