diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-12-13 09:07:16 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-12-13 09:07:16 +0000 |
commit | 46b93fb7883b21c43eeac8eb6f58b1288edb2518 (patch) | |
tree | 7b4a2e5350b7d113ec63c5c019691f8abfb61e9a /sys/alpha/mcbus/mcpcia.c | |
parent | 4a2d5eea922ec26bff0e157f383534bb29fef23a (diff) | |
download | FreeBSD-src-46b93fb7883b21c43eeac8eb6f58b1288edb2518.zip FreeBSD-src-46b93fb7883b21c43eeac8eb6f58b1288edb2518.tar.gz |
Add route interrupt method.
Diffstat (limited to 'sys/alpha/mcbus/mcpcia.c')
-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 ad96814..f7dce8a 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 } }; |