diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-19 10:02:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-19 10:02:10 +0000 |
commit | 4ef1e0e3834e8f9297a72f0e46d4cae53a5da42f (patch) | |
tree | 65fc6edff67096275c35e1d3a0a68e12cdbe8a15 /sys/arch/sparc64 | |
parent | c687b6bfbdfd0d13e0818eceb77aeec54e75454e (diff) |
Unbreak the tree. Pointed out by James Hartley.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/rbus_machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/rbus_machdep.c b/sys/arch/sparc64/sparc64/rbus_machdep.c index 358367eec9e..3a7bbadfd87 100644 --- a/sys/arch/sparc64/sparc64/rbus_machdep.c +++ b/sys/arch/sparc64/sparc64/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.3 2008/07/18 22:05:29 kettenis Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.4 2008/07/19 10:02:09 kettenis Exp $ */ /* * Copyright (c) 2007 Mark Kettenis @@ -48,7 +48,7 @@ rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) int node = PCITAG_NODE(pa->pa_tag); char buf[32]; - /* Check for the UltraBook PCMCIA controller. *// + /* Check for the UltraBook PCMCIA controller. */ if (OF_getprop(node, "name", &buf, sizeof(buf)) > 0 && strcmp(buf, "pcma") == 0) { len = OF_getprop(PCITAG_NODE(pa->pa_tag), "assigned-addresses", @@ -94,7 +94,7 @@ rbus_pccbb_parent_io(struct device *self, struct pci_attach_args *pa) int node = PCITAG_NODE(pa->pa_tag); char buf[32]; - /* Check for the UltraBook PCMCIA controller. *// + /* Check for the UltraBook PCMCIA controller. */ if (OF_getprop(node, "name", &buf, sizeof(buf)) > 0 && strcmp(buf, "pcma") == 0) { len = OF_getprop(PCITAG_NODE(pa->pa_tag), "assigned-addresses", |