summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/ami.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 8bba16031e8..f5aab7e59d1 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.138 2006/04/03 01:35:06 marco Exp $ */
+/* $OpenBSD: ami.c,v 1.139 2006/04/03 01:40:00 marco Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -1606,6 +1606,11 @@ ami_intr(void *v)
}
splx(s);
+
+ if (rv)
+ ami_runqueue(sc);
+
+
AMI_DPRINTF(AMI_D_INTR, ("exit "));
return (rv);
}