summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ddi_implfuncs.h
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/common/sys/ddi_implfuncs.h
parentb30a53d02d9bc370d76b8125a98e34311c768b5e (diff)
downloadillumos-joyent-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/common/sys/ddi_implfuncs.h')
-rw-r--r--usr/src/uts/common/sys/ddi_implfuncs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/ddi_implfuncs.h b/usr/src/uts/common/sys/ddi_implfuncs.h
index d095aff6f8..23413cffef 100644
--- a/usr/src/uts/common/sys/ddi_implfuncs.h
+++ b/usr/src/uts/common/sys/ddi_implfuncs.h
@@ -23,6 +23,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.
+ */
#ifndef _SYS_DDI_IMPLFUNCS_H
#define _SYS_DDI_IMPLFUNCS_H
@@ -74,12 +77,6 @@ i_ddi_mem_alloc(dev_info_t *dip, ddi_dma_attr_t *attributes,
ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp,
size_t *real_length, ddi_acc_hdl_t *handlep);
-int
-i_ddi_mem_alloc_lim(dev_info_t *dip, ddi_dma_lim_t *limits,
- size_t length, int cansleep, int streaming,
- ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp,
- uint_t *real_length, ddi_acc_hdl_t *handlep);
-
void
i_ddi_mem_free(caddr_t kaddr, ddi_acc_hdl_t *ap);