FreeBSD nfe driver for NVIDIA nForce network adapter
Pascal Hofstee
caelian at gmail.com
Sat May 6 08:32:22 UTC 2006
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
More information about the freebsd-amd64
mailing list