Fill in one P-6032 snippet.

This commit is contained in:
thorpej 2001-06-22 04:33:26 +00:00
parent 4b23ee5d3b
commit b440db94e8
1 changed files with 3 additions and 3 deletions

View File

@ -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)