summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/dev/aha/aha.c3
-rw-r--r--sys/dev/ahb/ahb.c3
-rw-r--r--sys/dev/buslogic/bt.c3
-rw-r--r--sys/i386/eisa/ahb.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index 080820e..c25af1e 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -55,7 +55,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aha.c,v 1.6 1998/10/01 04:53:55 imp Exp $
+ * $Id: aha.c,v 1.7 1998/10/02 04:37:48 imp Exp $
*/
#include <sys/param.h>
@@ -1709,6 +1709,7 @@ ahamapsgs(void *arg, bus_dma_segment_t *segs, int nseg, int error)
static void
ahapoll(struct cam_sim *sim)
{
+ aha_intr(cam_sim_softc(sim));
}
void
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
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c
index 7756488..0087453 100644
--- a/sys/dev/buslogic/bt.c
+++ b/sys/dev/buslogic/bt.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bt.c,v 1.3 1998/09/17 00:08:27 gibbs Exp $
+ * $Id: bt.c,v 1.4 1998/09/20 05:08:15 gibbs Exp $
*/
/*
@@ -2062,6 +2062,7 @@ btmapsgs(void *arg, bus_dma_segment_t *segs, int nseg, int error)
static void
btpoll(struct cam_sim *sim)
{
+ bt_intr(cam_sim_softc(sim));
}
void
diff --git a/sys/i386/eisa/ahb.c b/sys/i386/eisa/ahb.c
index c253bea..7493c30 100644
--- a/sys/i386/eisa/ahb.c
+++ b/sys/i386/eisa/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