diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-10-09 21:38:36 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-10-09 21:38:36 +0000 |
| commit | 9574f7968dd9b614744db3845ed5f798e6d359ef (patch) | |
| tree | 42e60b5d134ded4f3dd6b392804cc883d2996fe4 /sys/dev/ahb | |
| parent | a8dad95401e0c62c0657e96996c05a0508357a35 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahb')
| -rw-r--r-- | sys/dev/ahb/ahb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index c253beaa73021..7493c30942d69 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 |
