From owner-freebsd-stable@FreeBSD.ORG Thu Mar 3 05:15:31 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CBE16A4CE for ; Thu, 3 Mar 2005 05:15:31 +0000 (GMT) Received: from dns1.popstick.com (dns1.popstick.com [66.37.210.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 72DF743D1F for ; Thu, 3 Mar 2005 05:15:30 +0000 (GMT) (envelope-from mlists@northglobe.com) Received: (qmail 16200 invoked from network); 3 Mar 2005 05:15:29 -0000 Received: from unknown (HELO ?192.168.0.123?) (24.147.148.119) by dns1.popstick.com with SMTP; 3 Mar 2005 05:15:29 -0000 Message-ID: <42269D70.5090806@northglobe.com> Date: Thu, 03 Mar 2005 00:15:28 -0500 From: Nicholas Basila User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ndis problem with stable kernel source X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 05:15:31 -0000 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? Regards, Nicholas