diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 22:11:23 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 22:11:23 +0000 |
| commit | bb0d0a8efc748ae3a7a6f639d373bac067cf8ba1 (patch) | |
| tree | 01265cfe73a67ec16238af8006ee338101dac771 /sys/alpha/include | |
| parent | baeb94c70d24a4761ea13e094e0ea6de9ffc7192 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/cpuconf.h | 2 | ||||
| -rw-r--r-- | sys/alpha/include/md_var.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h index db93a1dc9502..66194f94576f 100644 --- a/sys/alpha/include/cpuconf.h +++ b/sys/alpha/include/cpuconf.h @@ -72,7 +72,7 @@ extern struct platform { void (*mcheck_handler) __P((unsigned long, struct trapframe *, unsigned long, unsigned long)); void (*pci_intr_init) __P((void)); - void (*pci_intr_map) __P((void *)); + int (*pci_intr_route) __P((device_t, device_t, int)); void (*pci_intr_disable) __P((int)); void (*pci_intr_enable) __P((int)); int (*pci_setup_ide_intr) __P((struct device *dev, diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h index 94393192749d..bf99dd72c06a 100644 --- a/sys/alpha/include/md_var.h +++ b/sys/alpha/include/md_var.h @@ -71,7 +71,7 @@ int alpha_platform_pci_setup_intr(device_t dev, device_t child, void **cookiep); int alpha_platform_pci_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie); +int alpha_pci_route_interrupt(device_t bus, device_t dev, int pin); #endif -void alpha_platform_assign_pciintr(struct pcicfg *cfg); #endif /* !_MACHINE_MD_VAR_H_ */ |
