summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/adv_eisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/eisa/adv_eisa.c')
-rw-r--r--sys/i386/eisa/adv_eisa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/adv_eisa.c b/sys/i386/eisa/adv_eisa.c
index 69a2a39..36c9758 100644
--- a/sys/i386/eisa/adv_eisa.c
+++ b/sys/i386/eisa/adv_eisa.c
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: adv_eisa.c,v 1.3 1999/04/18 15:50:33 peter Exp $
+ * $Id: adv_eisa.c,v 1.4 1999/05/08 21:59:16 dfr Exp $
*/
#include "eisa.h"
@@ -130,7 +130,7 @@ adveisaprobe(device_t dev)
irq);
return ENXIO;
}
- eisa_add_intr(dev, irq + 10);
+ eisa_add_intr(dev, irq + 10, EISA_TRIGGER_LEVEL);
return 0;
}
OpenPOWER on IntegriCloud