Date: Sat, 06 May 2006 01:32:10 -0700 From: Pascal Hofstee <caelian@gmail.com> To: JoaoBR <joao@matik.com.br> Cc: freebsd-amd64@freebsd.org Subject: Re: FreeBSD nfe driver for NVIDIA nForce network adapter Message-ID: <1146904330.1357.28.camel@synergy.odyssey.homeunix.org> In-Reply-To: <200605060527.16245.joao@matik.com.br> References: <44506B8B.4090605@se.hiroshima-u.ac.jp> <445C5363.2070205@matik.com.br> <1146902027.1357.25.camel@synergy.odyssey.homeunix.org> <200605060527.16245.joao@matik.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2006-05-06 at 05:27 -0300, JoaoBR wrote: > On Saturday 06 May 2006 04:53, Pascal Hofstee wrote: > ok make sense > > anyway it does not compile with > > define DEVICE_POLLING > > if_nfe.c:29: error: syntax error before "DEVICE_POLLING" > In file included from @/sys/_types.h:33, > from ./machine/endian.h:37, > from @/sys/types.h:44, > from @/sys/param.h:63, > from if_nfe.c:39: > ./machine/_types.h:51: error: syntax error before "typedef" > *** Error code 1 > > and the new version 20060505 wo polling is not working either on my MB like > the former one 0428 That's because you're missing the '#' (it really is required :)) the proper line is #define DEVICE_POLLING it compiles perfectly here :) -- Pascal Hofstee
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146904330.1357.28.camel>