diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-06-22 04:33:26 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-06-22 04:33:26 +0000 |
| commit | b440db94e8aeaeab1a7e4e56a4e813ef847da9fd (patch) | |
| tree | e230941ed787492eedcc7124927cf09dbbd1eb83 /sys | |
| parent | 4b23ee5d3bfec790d12024c223731716000e98e1 (diff) | |
Fill in one P-6032 snippet.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/algor/pci/pcib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/algor/pci/pcib.c b/sys/arch/algor/pci/pcib.c index 7ce48934190..2343c140598 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 <sys/cdefs.h> /* 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) |
