From ed4de15d445d20c7aaeecab3961b69dc84d5c95e Mon Sep 17 00:00:00 2001 From: gibbs Date: Fri, 9 Oct 1998 21:38:36 +0000 Subject: Hook up ahapoll so that dumps, synchronize cache commands or any other command that comes in through xpt_polled_action works correctly. --- sys/dev/buslogic/bt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/buslogic') 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 -- cgit v1.1