From owner-freebsd-stable@FreeBSD.ORG Thu Mar 3 06:21:12 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 2AC7E16A4CE for ; Thu, 3 Mar 2005 06:21:12 +0000 (GMT) Received: from dns1.popstick.com (dns1.popstick.com [66.37.210.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F11043D41 for ; Thu, 3 Mar 2005 06:21:11 +0000 (GMT) (envelope-from mlists@northglobe.com) Received: (qmail 32964 invoked from network); 3 Mar 2005 06:21:02 -0000 Received: from unknown (HELO ?192.168.0.123?) (24.147.148.119) by dns1.popstick.com with SMTP; 3 Mar 2005 06:21:02 -0000 Message-ID: <4226ACCA.1020503@northglobe.com> Date: Thu, 03 Mar 2005 01:20:58 -0500 From: Nicholas Basila User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel O'Connor References: <42269D70.5090806@northglobe.com> <200503031642.39981.doconnor@gsoft.com.au> In-Reply-To: <200503031642.39981.doconnor@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: 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 06:21:12 -0000 Daniel O'Connor wrote: >On Thu, 3 Mar 2005 15:45, 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): >> >> > >How did you run ndiscvt? Where did you get the driver from? >etc.. > > > Well, I've been using the official HP driver. I ran the utility like so: ndiscvt -i name_of_nt_driver.inf -s name_of_nt_driver.sys -o /tmp/ndis_driver_data.h I then copied it to the compile directory of my kernel. Make depend runs correctly, but it crashes out during the linking phase of make. I have these options at the bottom of my kernel config: options NDISAPI device ndis device wlan As I said, this worked perfectly with 5.3 and even 5-current before the 5.3 release. I tried building the stable version of ndiscvt, and that didn't produce a different header file. I did a cvsup two days ago, got the error, and did a new cvsup tonight.