diff options
| author | Garrett D'Amore <garrett@damore.org> | 2012-03-01 15:25:51 -0800 |
|---|---|---|
| committer | John Sonnenschein <johns@joyent.com> | 2012-03-13 05:59:59 +0000 |
| commit | ebd8e18a24c1af1126094ef0e33bfa00c4532f30 (patch) | |
| tree | 3608ab17cdb0c2ff6ac47c70d92f7110347f3182 /usr/src/uts/i86pc/io/isa.c | |
| parent | 333ba2f854ec0fbdc6d44025f6bfcf9f3093e40b (diff) | |
| download | illumos-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/i86pc/io/isa.c')
| -rw-r--r-- | usr/src/uts/i86pc/io/isa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/io/isa.c b/usr/src/uts/i86pc/io/isa.c index d2bb59ca99..b94cc6fbb4 100644 --- a/usr/src/uts/i86pc/io/isa.c +++ b/usr/src/uts/i86pc/io/isa.c @@ -20,6 +20,7 @@ */ /* * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. */ /* @@ -168,7 +169,7 @@ struct bus_ops isa_bus_ops = { NULL, NULL, i_ddi_map_fault, - ddi_dma_map, + NULL, isa_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |
