summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io/pci
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2012-03-11 22:00:47 -0700
committerGarrett D'Amore <garrett@damore.org>2012-03-11 22:00:47 -0700
commitcd21e7c548ae2a3b5e522244bf798f2a6b4ba02d (patch)
tree407cc0857b2bfb1e15ba3dc275938511a9165221 /usr/src/uts/intel/io/pci
parentb30a53d02d9bc370d76b8125a98e34311c768b5e (diff)
downloadillumos-gate-cd21e7c548ae2a3b5e522244bf798f2a6b4ba02d.tar.gz
998 obsolete DMA driver interfaces should be removed
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/io/pci')
-rw-r--r--usr/src/uts/intel/io/pci/pci_pci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/intel/io/pci/pci_pci.c b/usr/src/uts/intel/io/pci/pci_pci.c
index a0ade1d026..9f0ed4d67f 100644
--- a/usr/src/uts/intel/io/pci/pci_pci.c
+++ b/usr/src/uts/intel/io/pci/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.
+ */
/*
* PCI to PCI bus bridge nexus driver
@@ -93,7 +96,7 @@ struct bus_ops ppb_bus_ops = {
0,
0,
i_ddi_map_fault,
- ddi_dma_map,
+ 0,
ddi_dma_allochdl,
ddi_dma_freehdl,
ddi_dma_bindhdl,