From owner-freebsd-net@FreeBSD.ORG Fri May 14 18:47:48 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9945F1065673 for ; Fri, 14 May 2010 18:47:48 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9668FC0C for ; Fri, 14 May 2010 18:47:47 +0000 (UTC) Received: by wyg36 with SMTP id 36so2206752wyg.13 for ; Fri, 14 May 2010 11:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=X5zCN0FQSp4bT/NJscXAvVCbiTMTdw6mWK905HbNggM=; b=IomzwdU/9LObj54lGaogEslDZlXzAYsYckHb1kfz2ArspgHvsY1ixqbRy5k3B4o/Kh nn+MPYaxv4rVT3zI4ivGxTHS6WUbdMS7aA7Penf5qO3sVBnhyflst508S08dhPtP38yN nxxzplXLDKy5BoXJzX0QLsE9bpzeJV+q8evFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ko7n9kY61jvPSG54BIqU3vOVawmZWGD6MVlsU1CqnFg5EoDnYXTK1YlHikEKFP9joB X8UO/E3SeCoyk4kheMkKYlHwmbUUdnIUr9e775bBSPyt1dBaRSskmzTW8zLTx9X56wD6 6Fhj0WUF9EuLxVIfSlPTbWVgMvfKu06kA6wp0= MIME-Version: 1.0 Received: by 10.216.86.212 with SMTP id w62mr1067901wee.131.1273862867137; Fri, 14 May 2010 11:47:47 -0700 (PDT) Received: by 10.216.48.210 with HTTP; Fri, 14 May 2010 11:47:47 -0700 (PDT) In-Reply-To: <4ce970a1.1bc70.12895cdbd14.Coremail.jiani1012@126.com> References: <20100506120022.A331D10656C2@hub.freebsd.org> <45e58af.dfb8.128723a15b9.Coremail.jiani1012@126.com> <4ce970a1.1bc70.12895cdbd14.Coremail.jiani1012@126.com> Date: Fri, 14 May 2010 18:47:47 +0000 Message-ID: From: Paul B Mahol To: jiani1012 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: Re: convert Windows NDIS drivers for use with FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 18:47:48 -0000 On 5/14/10, jiani1012 wrote: > Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, > appears: > segmentation fault (core dumped) > CONVERSION FAILED inf file have missing end of line at end, open file in text editor and add empty line at and, and try again.