diff options
author | Garrett D'Amore <garrett@damore.org> | 2012-03-01 15:25:51 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2012-03-01 15:25:51 -0800 |
commit | 88b44bf4e73233af70877930178dbff7f1c2992b (patch) | |
tree | ab4c3cdba118f8cab64e5d5c401ee43e54fdc8dd /usr/src/uts/common/io/fdc.c | |
parent | f4ae7f0471e0560a4ddfc112f106a0bdb29eee9a (diff) | |
download | illumos-joyent-88b44bf4e73233af70877930178dbff7f1c2992b.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/fdc.c')
-rw-r--r-- | usr/src/uts/common/io/fdc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/fdc.c b/usr/src/uts/common/io/fdc.c index 444b6b46e5..fdfc73a4fa 100644 --- a/usr/src/uts/common/io/fdc.c +++ b/usr/src/uts/common/io/fdc.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. + */ /* @@ -214,7 +217,7 @@ struct bus_ops fdc_bus_ops = { 0, /* int (*bus_add_intrspec)(); */ 0, /* void (*bus_remove_intrspec)(); */ i_ddi_map_fault, - ddi_dma_map, + 0, ddi_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |