diff options
Diffstat (limited to 'sys/dev/pci/pccbb.c')
-rw-r--r-- | sys/dev/pci/pccbb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index a51a97a5e87..700148b5f56 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccbb.c,v 1.64 2009/06/03 04:32:10 jsg Exp $ */ +/* $OpenBSD: pccbb.c,v 1.65 2009/07/20 23:40:43 miod Exp $ */ /* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */ /* @@ -481,7 +481,7 @@ pccbbattach(struct device *parent, struct device *self, void *aux) } intrstr = pci_intr_string(pc, ih); /* must do this after intr is mapped and established */ - sc->sc_intrline = pci_intr_line(ih); + sc->sc_intrline = pci_intr_line(pc, ih); /* * XXX pccbbintr should be called under the priority lower |