diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-01 22:57:09 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-01 22:57:09 +0000 |
| commit | 0d6ab4a16a8d61a4fbb5235daa4742f5ea429850 (patch) | |
| tree | 7fa39dc51e29a13517622d2adc571092d72a53b7 /sys/dev/ep | |
| parent | cc5aedfb1a1217f597900cca1923d625ea3514bc (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep_eisa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 81ba5a24e2238..b6ccff13af419 100644 --- a/sys/dev/ep/if_ep_eisa.c +++ b/sys/dev/ep/if_ep_eisa.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 3c5x9.c,v 1.11 1999/04/18 15:50:33 peter Exp $ + * $Id: 3c5x9.c,v 1.12 1999/05/08 21:59:15 dfr Exp $ */ #include "eisa.h" @@ -160,7 +160,7 @@ ep_eisa_probe(device_t dev) eisa_get_slot(dev)); return ENXIO; } - eisa_add_intr(dev, irq); + eisa_add_intr(dev, irq, EISA_TRIGGER_EDGE); return 0; } |
