diff options
author | Richard Lowe <richlowe@richlowe.net> | 2012-03-02 19:01:23 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2012-03-02 19:01:23 -0500 |
commit | 15e1afcd5e908ae29b1e6018838638befdc225a2 (patch) | |
tree | 3bbbffe597d2f2e0d037ef18cbaaf932447e1377 /usr/src/uts/common/io/pshot.c | |
parent | 88b44bf4e73233af70877930178dbff7f1c2992b (diff) | |
download | illumos-joyent-15e1afcd5e908ae29b1e6018838638befdc225a2.tar.gz |
backout 998: breaks common closed drivers
Diffstat (limited to 'usr/src/uts/common/io/pshot.c')
-rw-r--r-- | usr/src/uts/common/io/pshot.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/pshot.c b/usr/src/uts/common/io/pshot.c index bc5c328d6b..a1d69ea9ae 100644 --- a/usr/src/uts/common/io/pshot.c +++ b/usr/src/uts/common/io/pshot.c @@ -22,9 +22,6 @@ * 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 @@ -308,7 +305,7 @@ static struct bus_ops pshot_bus_ops = { NULL, /* bus_add_interspec */ NULL, /* bus_remove_interspec */ i_ddi_map_fault, /* bus_map_fault */ - NULL, /* bus_dma_map */ + ddi_dma_map, /* bus_dma_map */ ddi_dma_allochdl, /* bus_dma_allochdl */ ddi_dma_freehdl, /* bus_dma_freehdl */ ddi_dma_bindhdl, /* bus_dma_bindhdl */ |