diff options
Diffstat (limited to 'sys/arch/alpha/pci/sio.c')
-rw-r--r-- | sys/arch/alpha/pci/sio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c index 980192fafcf..685099119a6 100644 --- a/sys/arch/alpha/pci/sio.c +++ b/sys/arch/alpha/pci/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.22 2001/03/07 01:03:51 ericj Exp $ */ +/* $OpenBSD: sio.c,v 1.23 2001/08/17 22:26:58 mickey Exp $ */ /* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */ /* @@ -179,6 +179,7 @@ sio_bridge_callback(v) ec.ec_maxslots = sio_eisa_maxslots; ec.ec_intr_map = sio_eisa_intr_map; ec.ec_intr_string = sio_intr_string; + ec.ec_intr_line = sio_intr_line; ec.ec_intr_establish = sio_intr_establish; ec.ec_intr_disestablish = sio_intr_disestablish; |