Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/evbarm/iq80321 Pull up revision 1.2 (requested...



details:   https://anonhg.NetBSD.org/src/rev/0af9a6e156ff
branches:  netbsd-1-6
changeset: 529333:0af9a6e156ff
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 23:34:51 2002 +0000

description:
Pull up revision 1.2 (requested by thorpej in ticket #583):
  Use more descriptive interrupt names.

diffstat:

 sys/arch/evbarm/iq80321/iq80321_pci.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 09b294f60be4 -r 0af9a6e156ff sys/arch/evbarm/iq80321/iq80321_pci.c
--- a/sys/arch/evbarm/iq80321/iq80321_pci.c     Mon Nov 11 23:31:43 2002 +0000
+++ b/sys/arch/evbarm/iq80321/iq80321_pci.c     Mon Nov 11 23:34:51 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80321_pci.c,v 1.1 2002/03/27 21:51:29 thorpej Exp $  */
+/*     $NetBSD: iq80321_pci.c,v 1.1.4.1 2002/11/11 23:34:51 he Exp $   */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -133,10 +133,8 @@
 const char *
 iq80321_pci_intr_string(void *v, pci_intr_handle_t ih)
 {
-       static char irqstr[IRQNAMESIZE];
 
-       sprintf(irqstr, "iop321 irq %ld", ih);
-       return (irqstr);
+       return (i80321_irqnames[ih]);
 }
 
 const struct evcnt *



Home | Main Index | Thread Index | Old Index