From owner-freebsd-net@FreeBSD.ORG Wed Jan 14 22:13:01 2009 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 79D521065727 for ; Wed, 14 Jan 2009 22:13:01 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id B094E8FC1E for ; Wed, 14 Jan 2009 22:13:00 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so127779nfh.33 for ; Wed, 14 Jan 2009 14:12:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=popvJljn6elXYDxYTVneW9M1uzFDTf1ikAW5oFKuySQ=; b=c52I7P/b8eVyEkp9lFgcTyWQNW9iZ/1ebkJs+PxP6zw0eHFwM7vykpwiMM3lSW5uit LC3lXZuqW3X+WyYLtnbPm2Ldqyaj294MYnI/uKL1JjA9ngv/D1ZGtcd9Jgpz4+iAhcEs /5xdOxBN9QgpMh/++dbo5fPJYoi/8DMSNX5P0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Gs1C3idGm0yMYO+mmA1hPWx2azFtpnlkE6hgNT5SraiyEbEE5SmTLl9kMZVFGfVFvT A7PAo3MVwiWmYcDoJ7hWITNDvTuGxrybIX8ObmTsew/GusXZiujlGJu3WpyW8vKlOuL3 6CCDHsEzzuaoGw+62MKPImzBdwDJmIl3LdmCY= Received: by 10.210.59.14 with SMTP id h14mr785784eba.29.1231971179817; Wed, 14 Jan 2009 14:12:59 -0800 (PST) Received: by 10.210.61.13 with HTTP; Wed, 14 Jan 2009 14:12:59 -0800 (PST) Message-ID: <3a142e750901141412l10dd16cax6c82903f74350eff@mail.gmail.com> Date: Wed, 14 Jan 2009 23:12:59 +0100 From: "Paul B. Mahol" To: vwe@freebsd.org In-Reply-To: <200901142145.n0ELjR5U065656@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200901142145.n0ELjR5U065656@freefall.freebsd.org> Cc: freebsd-net@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: kern/91859: [ndis] if_ndis does not work with Asus WL-138 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: Wed, 14 Jan 2009 22:13:03 -0000 If I'm not mistaken this report is bogus. Correct way to make ndis miniport module is via ndisgen which is shell script for ndiscvt. Report is bogus because OP did not kldload module which have been created with ndiscvt: kldload ndis kldload if_ndis kldload ./created_module_sys.ko -- Paul