From owner-freebsd-current@FreeBSD.ORG Mon Mar 2 04:31:29 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEE41106564A for ; Mon, 2 Mar 2009 04:31:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id A4F9A8FC17 for ; Mon, 2 Mar 2009 04:31:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id E1029FF92; Mon, 2 Mar 2009 17:31:28 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o1zWItg6mTDr; Mon, 2 Mar 2009 17:31:24 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 2 Mar 2009 17:31:24 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 98C3711432; Mon, 2 Mar 2009 17:31:24 +1300 (NZDT) Date: Sun, 1 Mar 2009 20:31:24 -0800 From: Andrew Thompson To: Beach Geek Message-ID: <20090302043124.GB66136@citylink.fud.org.nz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-current@freebsd.org Subject: Re: NDIS module and newusb (usb4bsd?) 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: Mon, 02 Mar 2009 04:31:30 -0000 On Sun, Mar 01, 2009 at 09:31:56PM -0600, Beach Geek wrote: > Just curious. Does/should NDIS work with new default usb stack? > "kldload ndis" results in "kldload: can't load ndis: No such file or directory", > and on console... "link_elf: symbol usbd_errstr undefined" and "KLD > if_ndis.ko: depends on ndisapi - not available". > None of the laptops have symbols, debug, or witness. If NDIS should > work, I'll rebuild 2 laptops with debugging. Or did I just miss a > library softlink or mapping? > All laptops are running current cvsup'd on 2/28. > > Thanks for your time and any comments. ndis has been converted but not committed yet, just pending a quick test. Hopefully I can do this tomorrow. Andrew