ndis problem with stable kernel source

pcasidy at casidy.com pcasidy at casidy.com
Thu Mar 3 06:21:44 GMT 2005


On  3 Mar, Nicholas Basila wrote:
> I've been getting an error building 5-stable on an i386 P4 notebook. I'm 
> using an ndis_driver_data.h file that I successfully used on 
> 5.3-RELEASE, and even 5-CURRENT before the 5.3 release. I tried 
> rebuilding the file with ndiscvt. The file came out the same as my 
> original, but I still had the build error. Here's the error (this 
> failure is after the make depend... during the make):
> 
> linking kernel
> if_ndis_pccard.o(.text+0xc): In function `ndis_probe_pccard':
> : undefined reference to `drv_data'
> if_ndis_pci.o(.text+0x14): In function `ndis_probe_pci':
> : undefined reference to `drv_data'
> *** Error code 1
> 
> Stop in /usr/src/sys/i386/compile/HP09.
> 
> 
> This card worked fine with 5.3-RELEASE. It's a Broadcom 54G wireless NIC 
> on an HP zd7140us notebook. Any thoughts?

I had exactly this problem when my ndis_driver_data.h was built with a
previous version of ndiscvt. You may have to update your world too.

Hope that helps!

Phil.



More information about the freebsd-stable mailing list