Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/sparc64/dev Pull up revision 1.6 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/48f408461cb6
branches:  netbsd-3
changeset: 576017:48f408461cb6
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 07 17:26:29 2005 +0000

description:
Pull up revision 1.6 (requested by martin in ticket #376):
Ansify.

diffstat:

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

diffs (41 lines):

diff -r 33db98a80b49 -r 48f408461cb6 sys/arch/sparc64/dev/ffb_mainbus.c
--- a/sys/arch/sparc64/dev/ffb_mainbus.c        Tue Jun 07 17:25:55 2005 +0000
+++ b/sys/arch/sparc64/dev/ffb_mainbus.c        Tue Jun 07 17:26:29 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.5.10.1 2005/06/07 17:26:29 tron 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.5.10.1 2005/06/07 17:26:29 tron 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