Is NDIS broken on FreeBSD 7.1 Beta 2

I got this error
Code:
/usr/src/sys/i386/i386/genassym.c:223: error: 'struct mtx' has no member named 'mtx_recurse'
*** Error code 1
 
I tried to add
device ndis
options NDISAPI

The build fail

When i remove it it compiles successfully

Or instead of adding ndis into kernel config file can I kldload both ndis and the api?

Because my NDIS spits out this error when I tried to ndisgen my drivers

Code:
Building kernel module... cd: can't cd to /sys/i386/include build failed. Exiting

Thank You
 
seems like your src tree isn't complete. I would recommend you remove the whole /usr/src and /usr/obj and csup sources again.
 
danger@ said:
seems like your src tree isn't complete. I would recommend you remove the whole /usr/src and /usr/obj and csup sources again.

arghhh no...
I don't have a working internet connection now :x
 
Back
Top