Module Name:    src
Committed By:   phx
Date:           Thu May 27 14:54:42 UTC 2010

Modified Files:
        src/sys/arch/sandpoint/pci: pci_machdep.c

Log Message:
Disable EPIC_DEBUGIRQ. Reenable when needed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/pci/pci_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/pci/pci_machdep.c
diff -u src/sys/arch/sandpoint/pci/pci_machdep.c:1.17 src/sys/arch/sandpoint/pci/pci_machdep.c:1.18
--- src/sys/arch/sandpoint/pci/pci_machdep.c:1.17	Thu Jul 30 05:57:27 2009
+++ src/sys/arch/sandpoint/pci/pci_machdep.c	Thu May 27 14:54:42 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep.c,v 1.17 2009/07/30 05:57:27 nisimura Exp $	*/
+/*	$NetBSD: pci_machdep.c,v 1.18 2010/05/27 14:54:42 phx Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.17 2009/07/30 05:57:27 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.18 2010/05/27 14:54:42 phx Exp $");
 
 #include "opt_pci.h"
 
@@ -87,7 +87,7 @@
 	_bus_dmamem_mmap,
 };
 
-#define	EPIC_DEBUGIRQ
+/*#define EPIC_DEBUGIRQ*/
 
 static int brdtype;
 #define BRD_SANDPOINTX2		2
@@ -241,7 +241,7 @@
 		goto bad;
 	}
 #ifdef EPIC_DEBUGIRQ
-printf("line %d, pin %c", line, pin + '@');
+	printf("line %d, pin %c", line, pin + '@');
 #endif
 	switch (brdtype) {
 	/* Sandpoint has 4 PCI slots in a weird order.
@@ -335,7 +335,7 @@
 		break;
 	}
 #ifdef EPIC_DEBUGIRQ
-printf(" = EPIC %d\n", *ihp);
+	printf(" = EPIC %d\n", *ihp);
 #endif
 	return 0;
   bad:

Reply via email to