Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev Two commas went missing in last commit.
details: https://anonhg.NetBSD.org/src/rev/5f19fce4d8d4
branches: trunk
changeset: 559652:5f19fce4d8d4
user: pk <pk%NetBSD.org@localhost>
date: Sun Mar 21 14:28:47 2004 +0000
description:
Two commas went missing in last commit.
diffstat:
sys/arch/sparc64/dev/pci_machdep.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 464339183e7c -r 5f19fce4d8d4 sys/arch/sparc64/dev/pci_machdep.c
--- a/sys/arch/sparc64/dev/pci_machdep.c Sun Mar 21 14:25:51 2004 +0000
+++ b/sys/arch/sparc64/dev/pci_machdep.c Sun Mar 21 14:28:47 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.c,v 1.42 2004/03/21 14:22:52 pk Exp $ */
+/* $NetBSD: pci_machdep.c,v 1.43 2004/03/21 14:28:47 pk Exp $ */
/*
* Copyright (c) 1999, 2000 Matthew R. Green
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.42 2004/03/21 14:22:52 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.43 2004/03/21 14:28:47 pk Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -191,7 +191,7 @@
#ifdef DEBUG
if (sparc_pci_debug & SPDB_PROBE) {
- printf("checking node %x %s\n", node
+ printf("checking node %x %s\n", node,
prom_getpropstringA(node, "name", name, sizeof(name)));
}
@@ -210,8 +210,7 @@
#ifdef DEBUG
if (sparc_pci_debug & SPDB_PROBE) {
OF_getprop(node, "name", &name, sizeof(name));
- printf("going down to node %x %s\n",
- node
+ printf("going down to node %x %s\n", node,
prom_getpropstringA(node, "name",
name, sizeof(name)));
}
Home |
Main Index |
Thread Index |
Old Index