Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/iq80310 s/CPLD/iq80310/g



details:   https://anonhg.NetBSD.org/src/rev/83370897723b
branches:  trunk
changeset: 521125:83370897723b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jan 24 03:34:28 2002 +0000

description:
s/CPLD/iq80310/g

diffstat:

 sys/arch/evbarm/iq80310/iq80310_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r aa609f0abcfe -r 83370897723b sys/arch/evbarm/iq80310/iq80310_pci.c
--- a/sys/arch/evbarm/iq80310/iq80310_pci.c     Thu Jan 24 03:21:34 2002 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_pci.c     Thu Jan 24 03:34:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_pci.c,v 1.2 2001/11/09 22:47:48 thorpej Exp $  */
+/*     $NetBSD: iq80310_pci.c,v 1.3 2002/01/24 03:34:28 thorpej Exp $  */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -182,9 +182,9 @@
 const char *
 iq80310_pci_intr_string(void *v, pci_intr_handle_t ih)
 {
-       static char irqstr[sizeof("CPLD irq xx")];
+       static char irqstr[sizeof("iq80310 irq xx")];
 
-       sprintf(irqstr, "CPLD irq %ld", ih);
+       sprintf(irqstr, "iq80310 irq %ld", ih);
        return (irqstr);
 }
 



Home | Main Index | Thread Index | Old Index