BMAC Ethernet Driver
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Apr 4 06:12:24 UTC 2008
On Thu, Apr 03, 2008 at 10:10:11PM -0500, Nathan Whitehorn wrote:
> --- macio.c 2007-12-20 18:23:22.000000000 -0600
> +++ macio.c.multi 2008-04-03 20:00:23.562978813 -0500
> @@ -179,27 +179,40 @@
> static void
> macio_add_intr(phandle_t devnode, struct macio_devinfo *dinfo)
> {
> - int intr;
> + int *intr;
> + int i, nintr;
> + phandle_t iparent;
> + int icells;
>From examples I see in man style(9), type and varname for local vars are
seperated by space, not a tab.
./danfe
More information about the freebsd-ppc
mailing list