Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev thanks to mhitch, we got all the interr...
details: https://anonhg.NetBSD.org/src/rev/f80fa6c051aa
branches: trunk
changeset: 789168:f80fa6c051aa
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Aug 10 00:48:04 2013 +0000
description:
thanks to mhitch, we got all the interrupt issues sorted out for now,
so turn off PDB_INTR in the debug kernel.
diffstat:
sys/arch/sparc64/dev/pyro.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 477ea2bedee2 -r f80fa6c051aa sys/arch/sparc64/dev/pyro.c
--- a/sys/arch/sparc64/dev/pyro.c Fri Aug 09 23:38:54 2013 +0000
+++ b/sys/arch/sparc64/dev/pyro.c Sat Aug 10 00:48:04 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pyro.c,v 1.14 2013/06/24 11:32:21 nakayama Exp $ */
+/* $NetBSD: pyro.c,v 1.15 2013/08/10 00:48:04 mrg Exp $ */
/* from: $OpenBSD: pyro.c,v 1.20 2010/12/05 15:15:14 kettenis Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pyro.c,v 1.14 2013/06/24 11:32:21 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pyro.c,v 1.15 2013/08/10 00:48:04 mrg Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -59,7 +59,7 @@
#define PDB_BUSMAP 0x02
#define PDB_INTR 0x04
#define PDB_CONF 0x08
-int pyro_debug = 0x0 | PDB_INTR;
+int pyro_debug = 0x0;
#define DPRINTF(l, s) do { if (pyro_debug & l) printf s; } while (0)
#else
#define DPRINTF(l, s)
Home |
Main Index |
Thread Index |
Old Index