summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/sbus.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-09-08 15:25:56 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-09-08 15:25:56 +0000
commit07916057d1df9f93f25c86c7c1a73a8164218aec (patch)
tree4db64e20c33d24af9132dc6e733b44affb83c385 /sys/arch/sparc64/dev/sbus.c
parent224123abcee09a229241bb371c4c0996378e4b08 (diff)
make comments match the fact that we are on sun4u, plus minor cleanup
ok mickey@
Diffstat (limited to 'sys/arch/sparc64/dev/sbus.c')
-rw-r--r--sys/arch/sparc64/dev/sbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/sbus.c b/sys/arch/sparc64/dev/sbus.c
index 18c1932ca65..26f6d71156a 100644
--- a/sys/arch/sparc64/dev/sbus.c
+++ b/sys/arch/sparc64/dev/sbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbus.c,v 1.22 2005/03/05 01:44:52 miod Exp $ */
+/* $OpenBSD: sbus.c,v 1.23 2005/09/08 15:25:54 martin Exp $ */
/* $NetBSD: sbus.c,v 1.46 2001/10/07 20:30:41 eeh Exp $ */
/*-
@@ -570,7 +570,7 @@ sbus_establish(struct sbusdev *sd, struct device *dev)
/*
* We have to look for the sbus by name, since it is not necessarily
- * our immediate parent (i.e. sun4m /iommu/sbus/espdma/esp)
+ * our immediate parent.
* We don't just use the device structure of the above-attached
* sbus, since we support multiple sbus's.
*/