Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell Use cfdata_t



details:   https://anonhg.NetBSD.org/src/rev/99e6f0ff060c
branches:  trunk
changeset: 767731:99e6f0ff060c
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 28 15:36:47 2011 +0000

description:
Use cfdata_t

diffstat:

 sys/dev/marvell/if_mvgbe.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 653553e54e47 -r 99e6f0ff060c sys/dev/marvell/if_mvgbe.c
--- a/sys/dev/marvell/if_mvgbe.c        Thu Jul 28 15:29:52 2011 +0000
+++ b/sys/dev/marvell/if_mvgbe.c        Thu Jul 28 15:36:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mvgbe.c,v 1.8 2011/03/07 13:58:32 christos Exp $    */
+/*     $NetBSD: if_mvgbe.c,v 1.9 2011/07/28 15:36:47 matt Exp $        */
 /*
  * Copyright (c) 2007, 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvgbe.c,v 1.8 2011/03/07 13:58:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvgbe.c,v 1.9 2011/07/28 15:36:47 matt Exp $");
 
 #include "rnd.h"
 
@@ -319,7 +319,7 @@
 
 /* ARGSUSED */
 static int
-mvgbec_match(device_t parent, struct cfdata *match, void *aux)
+mvgbec_match(device_t parent, cfdata_t match, void *aux)
 {
        struct marvell_attach_args *mva = aux;
        int i;
@@ -598,7 +598,7 @@
 
 /* ARGSUSED */
 static int
-mvgbe_match(device_t parent, struct cfdata *match, void *aux)
+mvgbe_match(device_t parent, cfdata_t match, void *aux)
 {
        struct marvell_attach_args *mva = aux;
        uint32_t pbase, maddrh, maddrl;



Home | Main Index | Thread Index | Old Index