From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 02:41:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 248E016A420 for ; Wed, 28 Sep 2005 02:41:22 +0000 (GMT) (envelope-from root@solink.ru) Received: from ns.itam.nsc.ru (ns.itam.nsc.ru [194.226.179.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8B343D49 for ; Wed, 28 Sep 2005 02:41:20 +0000 (GMT) (envelope-from root@solink.ru) Received: from site.lan (itut.itam.nsc.ru [194.226.179.2]) by ns.itam.nsc.ru (8.13.1/8.12.8) with ESMTP id j8S2fIJK027602 for ; Wed, 28 Sep 2005 09:41:18 +0700 Received: from bocha.solink.office ([192.168.66.166]) (authenticated bits=0) by site.lan (8.12.11/8.12.11) with ESMTP id j8S2fDm9031716 for ; Wed, 28 Sep 2005 09:41:13 +0700 From: Bachilo Dmitry Organization: SoLink To: freebsd-current@freebsd.org Date: Wed, 28 Sep 2005 09:41:13 +0700 User-Agent: KMail/1.8 References: <433A0194.7050105@sapo.pt> In-Reply-To: <433A0194.7050105@sapo.pt> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509280941.13378.root@solink.ru> Subject: Re: ath_hal ndis :/ X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 02:41:22 -0000 =D0=92 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 =D0=BE=D1=82 = =D0=A1=D1=80=D0=B5=D0=B4=D0=B0 28 =D0=A1=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1= =80=D1=8C 2005 09:36 Jo=C3=A3o Mamede =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=BB(a): > hi I'm trying to set up a d-link dwl-g520 108Mbitps card in my freeBSD > server I cvsup'ed and compiled(again) everything today however ath_hal > doesn't suport super G for 11g however i was willing to try ndis, > if_ndis compiles fine and loads fine however I don't have any ndis0 to > work with ifconfig > Jo=C3=A3o Mamede > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" =46reeBSD 6-CURRENT contains ndisgen utility witch allows you to simply con= vert=20 Windows drivers inty .ko file. You will only need then to kldload=20 _sys.ko file to have an ndis0 device if your ifconfig. No need to=20 recompile kernel with ndis nor with ath or ath_hal.