diff options
Diffstat (limited to 'usr/src/uts/common/xen/io/xpvd.c')
| -rw-r--r-- | usr/src/uts/common/xen/io/xpvd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/uts/common/xen/io/xpvd.c b/usr/src/uts/common/xen/io/xpvd.c index 7c655becbf..b122e03fc1 100644 --- a/usr/src/uts/common/xen/io/xpvd.c +++ b/usr/src/uts/common/xen/io/xpvd.c @@ -23,9 +23,6 @@ * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -/* - * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. - */ /* * Host to hypervisor virtual devices nexus driver @@ -126,7 +123,7 @@ struct bus_ops xpvd_bus_ops = { NULL, NULL, i_ddi_map_fault, - NULL, + ddi_dma_map, ddi_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |
