diff options
Diffstat (limited to 'usr/src/uts/i86pc/io/pci/pci.c')
| -rw-r--r-- | usr/src/uts/i86pc/io/pci/pci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/io/pci/pci.c b/usr/src/uts/i86pc/io/pci/pci.c index d3e4148b40..b67b466cd1 100644 --- a/usr/src/uts/i86pc/io/pci/pci.c +++ b/usr/src/uts/i86pc/io/pci/pci.c @@ -22,6 +22,9 @@ * Copyright 2010 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 PCI local bus driver @@ -63,7 +66,7 @@ struct bus_ops pci_bus_ops = { NULL, NULL, i_ddi_map_fault, - ddi_dma_map, + NULL, ddi_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |
