From 231121a8df9e75eb35174d2c461362fa151beea8 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 20 Sep 2004 17:00:39 +0000 Subject: [PATCH] another pointless ISACF_IRQ_DEFAULT - that's just a -1 --- sys/arch/hpcmips/vr/vrecu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hpcmips/vr/vrecu.c b/sys/arch/hpcmips/vr/vrecu.c index b7f2e5dfc3af..c87dd05bce47 100644 --- a/sys/arch/hpcmips/vr/vrecu.c +++ b/sys/arch/hpcmips/vr/vrecu.c @@ -1,4 +1,4 @@ -/* $NetBSD: vrecu.c,v 1.4 2004/08/11 06:05:21 mycroft Exp $ */ +/* $NetBSD: vrecu.c,v 1.5 2004/09/20 17:00:39 drochner Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vrecu.c,v 1.4 2004/08/11 06:05:21 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vrecu.c,v 1.5 2004/09/20 17:00:39 drochner Exp $"); #include #include @@ -173,7 +173,7 @@ pcic_vrip_attach(struct device *parent, struct device *self, void *aux) printf("\n"); - sc->irq = ISACF_IRQ_DEFAULT; + sc->irq = -1; pcic_attach(sc); pcic_attach_sockets(sc);