David Young | 23 Jun 2009 19:05
Picon
Favicon

ifpga patches

Just cleaning out my tree today.  ISTR that these patches compile,
but I haven't tested them because I don't have the h/w.  They do the
device_t/softc split on some devices for ifpga.  Can somebody test them
and get them into -current?

I'm not subscribed to port-arm, so please cc: me on replies.

Dave

-- 
David Young             OJC Technologies
dyoung <at> ojctech.com      Urbana, IL * (217) 278-3933
Index: sys/arch/evbarm/ifpga/ifpga.c
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/ifpga/ifpga.c,v
retrieving revision 1.22
diff -p -u -u -p -r1.22 ifpga.c
--- sys/arch/evbarm/ifpga/ifpga.c	27 Apr 2008 18:58:46 -0000	1.22
+++ sys/arch/evbarm/ifpga/ifpga.c	23 Jun 2009 16:55:26 -0000
 <at>  <at>  -66,12 +66,12  <at>  <at>  __KERNEL_RCSID(0, "$NetBSD: ifpga.c,v 1.
 #include "locators.h"

 /* Prototypes */
-static int  ifpga_match		(struct device *, struct cfdata *, void *);
-static void ifpga_attach	(struct device *, struct device *, void *);
+static int  ifpga_match		(device_t, cfdata_t, void *);
+static void ifpga_attach	(device_t, device_t, void *);
 static int  ifpga_print		(void *, const char *);
(Continue reading)


Gmane