Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-xen2]: src/sys/arch/xen/xen Remove debug printf's
details: https://anonhg.NetBSD.org/src/rev/c97b523d8859
branches: bouyer-xen2
changeset: 571878:c97b523d8859
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Jan 21 10:04:47 2005 +0000
description:
Remove debug printf's
diffstat:
sys/arch/xen/xen/pci_machdep.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r b00ec9eaa45c -r c97b523d8859 sys/arch/xen/xen/pci_machdep.c
--- a/sys/arch/xen/xen/pci_machdep.c Fri Jan 21 10:03:39 2005 +0000
+++ b/sys/arch/xen/xen/pci_machdep.c Fri Jan 21 10:04:47 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.c,v 1.1.2.1 2005/01/18 15:09:04 bouyer Exp $ */
+/* $NetBSD: pci_machdep.c,v 1.1.2.2 2005/01/21 10:04:47 bouyer Exp $ */
/*
* Copyright (c) 2005 Manuel Bouyer.
@@ -165,7 +165,6 @@
intr = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_INTERRUPT_REG);
pin = pa->pa_intrpin;
pa->pa_intrline = line = PCI_INTERRUPT_LINE(intr);
- printf("pci_intr_map: pin %d line %d\n", pin, line);
#if 0 /* XXXX why is it always 0 ? */
if (pin == 0) {
/* No IRQ used */
@@ -185,7 +184,6 @@
ihp->pirq = line;
ihp->irq = bind_pirq_to_irq(ihp->pirq);
- printf("pci_intr_map: irq %d for pirq %d\n", ihp->irq, ihp->pirq);
if (ihp->irq == -1)
goto bad;
Home |
Main Index |
Thread Index |
Old Index