Displaying 1 result from an estimated 1 matches for "ndisapi".
Did you mean:
  dispi
  
2012 Dec 26
2
Can't build kernel with ndis
I am trying to build FreeBSD update, STABLE branch, and buildkernel apparently snagged on ndis, which I don't want to do without.  According to "man ndis", I need in kernel config
     options NDISAPI
     device ndis
     device wlan
which I have:
device          wlan            # 802.11 support
options NDISAPI # This is in the hope of enabling Hiro USB wireless adapter
device ndis
Error message, final lines of buildkernel log file, are
MAKE=make sh /usr/src/sys/conf/newvers.sh SANDY
/usr/l...