Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/xscale "bogus pin" -> "bogus device" in last ch...



details:   https://anonhg.NetBSD.org/src/rev/da6fc93eb74a
branches:  trunk
changeset: 554644:da6fc93eb74a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 31 01:12:06 2003 +0000

description:
"bogus pin" -> "bogus device" in last change.

diffstat:

 sys/arch/arm/xscale/becc_pci.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 9157ab2eec83 -r da6fc93eb74a sys/arch/arm/xscale/becc_pci.c
--- a/sys/arch/arm/xscale/becc_pci.c    Fri Oct 31 00:31:53 2003 +0000
+++ b/sys/arch/arm/xscale/becc_pci.c    Fri Oct 31 01:12:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: becc_pci.c,v 1.5 2003/10/30 22:03:46 matt Exp $        */
+/*     $NetBSD: becc_pci.c,v 1.6 2003/10/31 01:12:06 thorpej Exp $     */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.5 2003/10/30 22:03:46 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.6 2003/10/31 01:12:06 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -347,8 +347,8 @@
                        }
                        break;
                default:
-                       printf("becc_pci_intr_map: bogus pin: %d\n",
-                           pa->pa_intrpin);
+                       printf("becc_pci_intr_map: bogus device: %d\n",
+                           pa->pa_device);
                        return (1);
                }
        } else {



Home | Main Index | Thread Index | Old Index