diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-09-08 15:25:56 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-09-08 15:25:56 +0000 |
commit | 07916057d1df9f93f25c86c7c1a73a8164218aec (patch) | |
tree | 4db64e20c33d24af9132dc6e733b44affb83c385 /sys/arch/sparc64/dev | |
parent | 224123abcee09a229241bb371c4c0996378e4b08 (diff) |
make comments match the fact that we are on sun4u, plus minor cleanup
ok mickey@
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/ce4231.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/sbus.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/ce4231.c b/sys/arch/sparc64/dev/ce4231.c index e89bb809d59..83b7b053803 100644 --- a/sys/arch/sparc64/dev/ce4231.c +++ b/sys/arch/sparc64/dev/ce4231.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ce4231.c,v 1.20 2005/07/09 22:23:15 miod Exp $ */ +/* $OpenBSD: ce4231.c,v 1.21 2005/09/08 15:25:54 martin Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -27,7 +27,7 @@ */ /* - * Driver for CS4231 based audio found in some sun4m systems (cs4231) + * Driver for CS4231 based audio found in some sun4u systems (cs4231) * based on ideas from the S/Linux project and the NetBSD project. * * Effort sponsored in part by the Defense Advanced Research Projects 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. */ |