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/sun4u/io/sysiosbus.c | |
parent | 88b44bf4e73233af70877930178dbff7f1c2992b (diff) | |
download | illumos-joyent-15e1afcd5e908ae29b1e6018838638befdc225a2.tar.gz |
backout 998: breaks common closed drivers
Diffstat (limited to 'usr/src/uts/sun4u/io/sysiosbus.c')
-rw-r--r-- | usr/src/uts/sun4u/io/sysiosbus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/uts/sun4u/io/sysiosbus.c b/usr/src/uts/sun4u/io/sysiosbus.c index 71ec224b19..fbfde87d14 100644 --- a/usr/src/uts/sun4u/io/sysiosbus.c +++ b/usr/src/uts/sun4u/io/sysiosbus.c @@ -23,9 +23,6 @@ * Use is subject to license terms. */ -/* - * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. - */ #include <sys/types.h> #include <sys/conf.h> @@ -311,7 +308,7 @@ static struct bus_ops sbus_bus_ops = { 0, 0, i_ddi_map_fault, - 0, + iommu_dma_map, iommu_dma_allochdl, iommu_dma_freehdl, iommu_dma_bindhdl, |