diff --git a/sys/arch/algor/pci/pcib.c b/sys/arch/algor/pci/pcib.c index 7ce489341909..2343c1405984 100644 --- a/sys/arch/algor/pci/pcib.c +++ b/sys/arch/algor/pci/pcib.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.7 2001/06/21 19:00:18 thorpej Exp $ */ +/* $NetBSD: pcib.c,v 1.8 2001/06/22 04:33:26 thorpej Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.7 2001/06/21 19:00:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.8 2001/06/22 04:33:26 thorpej Exp $"); #include "opt_algor_p5064.h" #include "opt_algor_p6032.h" @@ -287,7 +287,7 @@ pcib_attach(struct device *parent, struct device *self, void *aux) sc->sc_ih = (*algor_intr_establish)(P5064_IRQ_ISABRIDGE, pcib_intr, sc); #elif defined(ALGOR_P6032) - sc->sc_ih = (*algor_intr_establish)(XXX, + sc->sc_ih = (*algor_intr_establish)(P6032_IRQ_ISABRIDGE, pcib_intr, sc); #endif if (sc->sc_ih == NULL)