From 45332ea2395de4b404ba6c9654cbdb26366699d5 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 1 Jul 1999 22:47:53 +0000 Subject: Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr() prototypes. --- sys/alpha/include/md_var.h | 7 ++++++- sys/powerpc/include/md_var.h | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h index 9f6502d..94e87ff 100644 --- a/sys/alpha/include/md_var.h +++ b/sys/alpha/include/md_var.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: md_var.h,v 1.5 1998/10/30 05:41:13 msmith Exp $ + * $Id: md_var.h,v 1.6 1999/07/01 21:58:38 peter Exp $ */ #ifndef _MACHINE_MD_VAR_H_ @@ -43,6 +43,7 @@ struct fpreg; struct proc; struct reg; struct cam_sim; +struct pcicfg; void busdma_swi __P((void)); void cpu_halt __P((void)); @@ -55,5 +56,9 @@ int set_regs __P((struct proc *, struct reg *)); int fill_fpregs __P((struct proc *, struct fpreg *)); int set_fpregs __P((struct proc *, struct fpreg *)); void alpha_register_pci_scsi __P((int bus, int slot, struct cam_sim *sim)); +#ifdef _SYS_BUS_H_ +int alpha_platform_setup_ide_intr(int chan, driver_intr_t *fn, void *arg); +#endif +void alpha_platform_assign_pciintr(struct pcicfg *cfg); #endif /* !_MACHINE_MD_VAR_H_ */ diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index 9f6502d..94e87ff 100644 --- a/sys/powerpc/include/md_var.h +++ b/sys/powerpc/include/md_var.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: md_var.h,v 1.5 1998/10/30 05:41:13 msmith Exp $ + * $Id: md_var.h,v 1.6 1999/07/01 21:58:38 peter Exp $ */ #ifndef _MACHINE_MD_VAR_H_ @@ -43,6 +43,7 @@ struct fpreg; struct proc; struct reg; struct cam_sim; +struct pcicfg; void busdma_swi __P((void)); void cpu_halt __P((void)); @@ -55,5 +56,9 @@ int set_regs __P((struct proc *, struct reg *)); int fill_fpregs __P((struct proc *, struct fpreg *)); int set_fpregs __P((struct proc *, struct fpreg *)); void alpha_register_pci_scsi __P((int bus, int slot, struct cam_sim *sim)); +#ifdef _SYS_BUS_H_ +int alpha_platform_setup_ide_intr(int chan, driver_intr_t *fn, void *arg); +#endif +void alpha_platform_assign_pciintr(struct pcicfg *cfg); #endif /* !_MACHINE_MD_VAR_H_ */ -- cgit v1.1