Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/vr another pointless ISACF_IRQ_DEFAULT - th...
details: https://anonhg.NetBSD.org/src/rev/b28c2d7a7341
branches: trunk
changeset: 570062:b28c2d7a7341
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Sep 20 17:00:39 2004 +0000
description:
another pointless ISACF_IRQ_DEFAULT - that's just
a -1
diffstat:
sys/arch/hpcmips/vr/vrecu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3a781a314f2c -r b28c2d7a7341 sys/arch/hpcmips/vr/vrecu.c
--- a/sys/arch/hpcmips/vr/vrecu.c Mon Sep 20 16:57:27 2004 +0000
+++ b/sys/arch/hpcmips/vr/vrecu.c Mon Sep 20 17:00:39 2004 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/device.h>
@@ -173,7 +173,7 @@
printf("\n");
- sc->irq = ISACF_IRQ_DEFAULT;
+ sc->irq = -1;
pcic_attach(sc);
pcic_attach_sockets(sc);
Home |
Main Index |
Thread Index |
Old Index