From owner-freebsd-net@FreeBSD.ORG Sat May 8 12:20:52 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBA85106566C for ; Sat, 8 May 2010 12:20:52 +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 516898FC19 for ; Sat, 8 May 2010 12:20:51 +0000 (UTC) Received: by wyb36 with SMTP id 36so1562157wyb.13 for ; Sat, 08 May 2010 05:20:46 -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=KJgV2q0uWYt420ABY6aEpn4w7RRTK0uD7SxsTSITxas=; b=O4v1ZuRcYvYVbhhPGanDZZqlv38RWuFKO2+qBd+6w5EeWjjwX5YGZxZl26Oi9OdXL6 0NM/bOqcgYiOyKsJ7a7QC2ePzYjOq4POyUxnppvVbZcekjcXGd0Ivj+Y8XmI/ZGKx9t2 PYbsgHEeWYACMHXs58gzMDMI5+x9+ncZ/gZuc= 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=PCm/b/lOnZpAiS1jPASIGl0hMyLomotuXxe3ZnXNlD9ojiztnOq0e7uZKp7CE8g3us rQQYEABqIVr96Esd0hFwtCXAUlqFVjYWWpQNSei61phr92agydjQxzmRA0vajOM9nFht 5kLgiKEPJqzyGgg7puk7PAUc28QxLMzkEF/Qk= MIME-Version: 1.0 Received: by 10.216.158.65 with SMTP id p43mr830815wek.50.1273321246157; Sat, 08 May 2010 05:20:46 -0700 (PDT) Received: by 10.216.48.210 with HTTP; Sat, 8 May 2010 05:20:46 -0700 (PDT) In-Reply-To: <45e58af.dfb8.128723a15b9.Coremail.jiani1012@126.com> References: <20100506120022.A331D10656C2@hub.freebsd.org> <45e58af.dfb8.128723a15b9.Coremail.jiani1012@126.com> Date: Sat, 8 May 2010 12:20:46 +0000 Message-ID: From: Paul B Mahol To: jiani1012 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: 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: Sat, 08 May 2010 12:20:52 -0000 On 5/7/10, jiani1012 wrote: > Hi all, > I am using xp3264-7.7.0.329-whql.zip file from Atheros. > #cd /sys/modules/ndis > #make install > #cd /sys/modules/if_ndis > #make install > #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h > (syntax error) > When trying to convert the ones athwx.sys and netathwx.inf I am getting > the error: > > ndiscvt: line 5117: : syntax error. > > CONVERSION FAILED > same for netathw.inf athw.sys > How to do it? > Thank you in advance! > > Jeny Why you are not using ndisgen(8)?