From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 04:12:22 2004 Return-Path: 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 8CE1A16A4CE for ; Mon, 22 Mar 2004 04:12:22 -0800 (PST) Received: from leonis.nus.edu.sg (leonis.nus.edu.sg [137.132.1.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF95343D2D for ; Mon, 22 Mar 2004 04:12:21 -0800 (PST) (envelope-from jqdkf@army.com) Received: from 120-22.priv.nus.edu.sg (175-196.priv19.nus.edu.sg [172.19.175.196]) by leonis.nus.edu.sg (8.12.9/8.12.9) with SMTP id i2MCCIkF000536 for ; Mon, 22 Mar 2004 20:12:19 +0800 (SGT) Received: (qmail 14981 invoked by uid 1000); 22 Mar 2004 12:12:19 -0000 From: jqdkf@army.com Date: Mon, 22 Mar 2004 20:12:19 +0800 To: freebsd-current@freebsd.org Message-ID: <20040322121219.GA14943@cactus.homeunix.org> Mail-Followup-To: freebsd-current@freebsd.org References: <405EB045.80809@nikiforov.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <405EB045.80809@nikiforov.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: NDIS not compiled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 22 Mar 2004 12:12:22 -0000 On Mon, Mar 22, 2004 at 12:22:13PM +0300, Anton Nikiforov wrote: > Dear All > I'm trying to start my WiFi adapter under FreeBSD-CURRENT (cvsuped > today) usinf NDISulator. > I made an ndis_driver_data.h file using > ndiscvt -i bcmwl5a.inf -s bcmwl5.sys -n bcw -o ndis_driver_data.h > (I have even tryed not to use -n option - it is make no sence, and > currently it is turned off) > Then i edited my kernel configuration file and added > options NDISAPI > device ndis > device wlan > options KSTACK_PAGES=8 > (The last string is taken from one of discussions here, just in case, i > have even tryed without it the result is the same) Maybe you should comment out "device ndis" first, then compile if_ndis module under /sys/modules/if_ndis later. -- Zeng Nan Simple is Beautiful.