Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/alpha/pci Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/414617f2f308
branches:  netbsd-3
changeset: 577844:414617f2f308
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Feb 20 13:43:57 2006 +0000

description:
Pull up following revision(s) (requested by mhitch in ticket #1175):
        sys/arch/alpha/pci/pci_6600.c: revision 1.14
Bad Jason!  Fix interrupt event counter attach typo.  Only the last interrupt
was getting an event counter, and none of the dec_6600 interrupts were
getting counted.

diffstat:

 sys/arch/alpha/pci/pci_6600.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1e0bc629fb41 -r 414617f2f308 sys/arch/alpha/pci/pci_6600.c
--- a/sys/arch/alpha/pci/pci_6600.c     Mon Feb 20 13:41:58 2006 +0000
+++ b/sys/arch/alpha/pci/pci_6600.c     Mon Feb 20 13:43:57 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_6600.c,v 1.10.20.1 2005/03/30 10:21:21 tron Exp $ */
+/* $NetBSD: pci_6600.c,v 1.10.20.2 2006/02/20 13:43:57 tron Exp $ */
 
 /*-
  * Copyright (c) 1999 by Ross Harvey.  All rights reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pci_6600.c,v 1.10.20.1 2005/03/30 10:21:21 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_6600.c,v 1.10.20.2 2006/02/20 13:43:57 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -129,7 +129,7 @@
                        cp = alpha_shared_intr_string(dec_6600_pci_intr, i);
                        sprintf(cp, "irq %d", i);
                        evcnt_attach_dynamic(alpha_shared_intr_evcnt(
-                           dec_6600_pci_intr, 1), EVCNT_TYPE_INTR, NULL,
+                           dec_6600_pci_intr, i), EVCNT_TYPE_INTR, NULL,
                            "dec_6600", cp);
                }
 #if NSIO



Home | Main Index | Thread Index | Old Index