diff options
author | Garrett D'Amore <garrett@damore.org> | 2012-03-11 22:00:47 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2012-03-11 22:00:47 -0700 |
commit | cd21e7c548ae2a3b5e522244bf798f2a6b4ba02d (patch) | |
tree | 407cc0857b2bfb1e15ba3dc275938511a9165221 /usr/src/uts/common/io/blkdev/blkdev.c | |
parent | b30a53d02d9bc370d76b8125a98e34311c768b5e (diff) | |
download | illumos-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/io/blkdev/blkdev.c')
-rw-r--r-- | usr/src/uts/common/io/blkdev/blkdev.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/blkdev/blkdev.c b/usr/src/uts/common/io/blkdev/blkdev.c index f7d6cff7a1..7b722f126c 100644 --- a/usr/src/uts/common/io/blkdev/blkdev.c +++ b/usr/src/uts/common/io/blkdev/blkdev.c @@ -20,10 +20,8 @@ */ /* * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. - */ - -/* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. + * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. */ #include <sys/types.h> @@ -1680,7 +1678,7 @@ bd_mod_init(struct dev_ops *devops) NULL, /* bus_add_intrspec (OBSOLETE) */ NULL, /* bus_remove_intrspec (OBSOLETE) */ i_ddi_map_fault, /* bus_map_fault */ - ddi_dma_map, /* bus_dma_map */ + NULL, /* bus_dma_map (OBSOLETE) */ ddi_dma_allochdl, /* bus_dma_allochdl */ ddi_dma_freehdl, /* bus_dma_freehdl */ ddi_dma_bindhdl, /* bus_dma_bindhdl */ |