summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahb
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-10-09 21:38:36 +0000
committergibbs <gibbs@FreeBSD.org>1998-10-09 21:38:36 +0000
commited4de15d445d20c7aaeecab3961b69dc84d5c95e (patch)
tree380eb03ad41816ab1f12aeedb61f46ec46b1b7c1 /sys/dev/ahb
parent851bc35d713505dee1fa01b96b7bccc4695b8c00 (diff)
downloadFreeBSD-src-ed4de15d445d20c7aaeecab3961b69dc84d5c95e.zip
FreeBSD-src-ed4de15d445d20c7aaeecab3961b69dc84d5c95e.tar.gz
Hook up ahapoll so that dumps, synchronize cache commands or any other
command that comes in through xpt_polled_action works correctly.
Diffstat (limited to 'sys/dev/ahb')
-rw-r--r--sys/dev/ahb/ahb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index c253bea..7493c30 100644
--- a/sys/dev/ahb/ahb.c
+++ b/sys/dev/ahb/ahb.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ahb.c,v 1.2 1998/09/16 03:27:07 gibbs Exp $
+ * $Id: ahb.c,v 1.3 1998/09/17 00:08:26 gibbs Exp $
*/
#include "eisa.h"
@@ -1245,6 +1245,7 @@ ahbaction(struct cam_sim *sim, union ccb *ccb)
static void
ahbpoll(struct cam_sim *sim)
{
+ ahbintr(cam_sim_softc(sim));
}
void
OpenPOWER on IntegriCloud