diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-12-13 09:07:16 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-12-13 09:07:16 +0000 |
| commit | 6cd8749dbf2157ae4ff1747c6c68ffe1a97412ce (patch) | |
| tree | 2df6b0cc1729af0976223e7c6d4b7dffc8f9d636 /sys/alpha | |
| parent | 1756a185cfad65ca3209cde2fbd6f91ff7e5e016 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/mcbus/mcpcia.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index ad9681474a61..f7dce8a781b0 100644 --- a/sys/alpha/mcbus/mcpcia.c +++ b/sys/alpha/mcbus/mcpcia.c @@ -33,6 +33,7 @@ #include <sys/malloc.h> #include <sys/bus.h> #include <machine/bus.h> +#include <machine/md_var.h> #include <sys/proc.h> #include <sys/rman.h> #include <sys/interrupt.h> @@ -728,6 +729,7 @@ static device_method_t mcpcia_methods[] = { DEVMETHOD(pcib_maxslots, mcpcia_maxslots), DEVMETHOD(pcib_read_config, mcpcia_read_config), DEVMETHOD(pcib_write_config, mcpcia_write_config), + DEVMETHOD(pcib_route_interrupt, alpha_pci_route_interrupt), { 0, 0 } }; |
