summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/pshot.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2012-03-01 15:25:51 -0800
committerJohn Sonnenschein <johns@joyent.com>2012-03-13 05:59:59 +0000
commitebd8e18a24c1af1126094ef0e33bfa00c4532f30 (patch)
tree3608ab17cdb0c2ff6ac47c70d92f7110347f3182 /usr/src/uts/common/io/pshot.c
parent333ba2f854ec0fbdc6d44025f6bfcf9f3093e40b (diff)
downloadillumos-joyent-ebd8e18a24c1af1126094ef0e33bfa00c4532f30.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> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/io/pshot.c')
-rw-r--r--usr/src/uts/common/io/pshot.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/pshot.c b/usr/src/uts/common/io/pshot.c
index a1d69ea9ae..bc5c328d6b 100644
--- a/usr/src/uts/common/io/pshot.c
+++ b/usr/src/uts/common/io/pshot.c
@@ -22,6 +22,9 @@
* 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.
+ */
/*
* pseudo bus nexus driver
@@ -305,7 +308,7 @@ static struct bus_ops pshot_bus_ops = {
NULL, /* bus_add_interspec */
NULL, /* bus_remove_interspec */
i_ddi_map_fault, /* bus_map_fault */
- ddi_dma_map, /* bus_dma_map */
+ NULL, /* bus_dma_map */
ddi_dma_allochdl, /* bus_dma_allochdl */
ddi_dma_freehdl, /* bus_dma_freehdl */
ddi_dma_bindhdl, /* bus_dma_bindhdl */