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 Ansify.



details:   https://anonhg.NetBSD.org/src/rev/90a4cbfed15d
branches:  trunk
changeset: 580696:90a4cbfed15d
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 04 10:01:32 2005 +0000

description:
Ansify.

diffstat:

 sys/arch/sparc64/dev/ffb_mainbus.c |  13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 4f37430d8db8 -r 90a4cbfed15d sys/arch/sparc64/dev/ffb_mainbus.c
--- a/sys/arch/sparc64/dev/ffb_mainbus.c        Wed May 04 09:12:14 2005 +0000
+++ b/sys/arch/sparc64/dev/ffb_mainbus.c        Wed May 04 10:01:32 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffb_mainbus.c,v 1.5 2004/07/01 14:54:13 heas Exp $     */
+/*     $NetBSD: ffb_mainbus.c,v 1.6 2005/05/04 10:01:32 martin Exp $   */
 /*     $OpenBSD: creator_mainbus.c,v 1.4 2002/07/26 16:39:04 jason Exp $       */
 
 /*
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffb_mainbus.c,v 1.5 2004/07/01 14:54:13 heas Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffb_mainbus.c,v 1.6 2005/05/04 10:01:32 martin Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -63,10 +63,7 @@
              ffb_mainbus_match, ffb_mainbus_attach, NULL, NULL);
 
 int
-ffb_mainbus_match(parent, match, aux)
-       struct device *parent;
-       struct cfdata *match;
-       void *aux;
+ffb_mainbus_match(struct device *parent, struct cfdata *match, void *aux)
 {
        struct mainbus_attach_args *ma = aux;
 
@@ -77,9 +74,7 @@
 }
 
 void
-ffb_mainbus_attach(parent, self, aux)
-       struct device *parent, *self;
-       void *aux;
+ffb_mainbus_attach(struct device *parent, struct device *self, void *aux)
 {
        struct ffb_softc *sc = (struct ffb_softc *)self;
        struct mainbus_attach_args *ma = aux;



Home | Main Index | Thread Index | Old Index