From owner-freebsd-net@FreeBSD.ORG Mon Feb 9 02:39:25 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EA916A4CE for ; Mon, 9 Feb 2004 02:39:25 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3201843D1D for ; Mon, 9 Feb 2004 02:39:25 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 720F7653E6; Mon, 9 Feb 2004 10:39:24 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18501-05-11; Mon, 9 Feb 2004 10:39:24 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A5F19651FC; Mon, 9 Feb 2004 10:39:23 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id DA64711; Mon, 9 Feb 2004 10:39:22 +0000 (GMT) Date: Mon, 9 Feb 2004 10:39:22 +0000 From: Bruce M Simpson To: Brett Glass Message-ID: <20040209103922.GK750@saboteur.dek.spc.org> References: <200402051743.KAA25020@lariat.org> <20040207032053.K39637@odysseus.silby.com> <6.0.0.22.2.20040207234503.0527a228@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20040207234503.0527a228@localhost> cc: net@freebsd.org Subject: Re: Support for USB Wi-Fi adapters? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 10:39:25 -0000 On Sat, Feb 07, 2004 at 11:46:04PM -0700, Brett Glass wrote: > At 02:21 AM 2/7/2004, Mike Silbersack wrote: > >Apparently OpenBSD has support for the USB Prism devices now, but it has > >not been ported over here yet. > > It's interesting that it's OpenBSD and not NetBSD. I'll take a look > at their code and see how hard it would be to port it to the others. > Thank you for pointing this out! It's based on owi(4) and I found it a bit ugly... YMMV. It does make some changes to the attachment and the way the softc is laid out. BMS