Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/pci Disable EPIC_DEBUGIRQ. Reenable when ...



details:   https://anonhg.NetBSD.org/src/rev/0d0ee7209e80
branches:  trunk
changeset: 755200:0d0ee7209e80
user:      phx <phx%NetBSD.org@localhost>
date:      Thu May 27 14:54:42 2010 +0000

description:
Disable EPIC_DEBUGIRQ. Reenable when needed.

diffstat:

 sys/arch/sandpoint/pci/pci_machdep.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 851a35d8145d -r 0d0ee7209e80 sys/arch/sandpoint/pci/pci_machdep.c
--- a/sys/arch/sandpoint/pci/pci_machdep.c      Thu May 27 13:22:02 2010 +0000
+++ b/sys/arch/sandpoint/pci/pci_machdep.c      Thu May 27 14:54:42 2010 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index