From owner-freebsd-current@FreeBSD.ORG Mon Jan 12 13:56:11 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 D334F16A4D0 for ; Mon, 12 Jan 2004 13:56:11 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCC443D2D for ; Mon, 12 Jan 2004 13:56:10 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 31EFB6547C; Mon, 12 Jan 2004 21:56:08 +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 65886-03; Mon, 12 Jan 2004 21:56:07 +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 7A6AE651EB; Mon, 12 Jan 2004 21:56:07 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id A63FF18; Mon, 12 Jan 2004 21:56:05 +0000 (GMT) Date: Mon, 12 Jan 2004 21:56:05 +0000 From: Bruce M Simpson To: "Daan Vreeken [PA4DAN]" Message-ID: <20040112215605.GB30165@saboteur.dek.spc.org> Mail-Followup-To: "Daan Vreeken [PA4DAN]" , "Julian St." , FreeBSD-current@FreeBSD.org References: <200401121613.06374.Danovitsch@Vitsch.net> <20040112165149.4338f6a4@jmmr.boelthorn.wh29.tu-dresden.de> <200401121658.25189.Danovitsch@Vitsch.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401121658.25189.Danovitsch@Vitsch.net> cc: FreeBSD-current@FreeBSD.org Subject: Re: Release USB WLAN driver version 0.2 - testers wanted 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, 12 Jan 2004 21:56:11 -0000 On Mon, Jan 12, 2004 at 04:58:25PM +0100, Daan Vreeken [PA4DAN] wrote: > I have been told that OpenBSD's wi driver has support for Prism USB adapters. > If it supports your device, it could be ported to FreeBSD. I looked at this briefly. It only applies to the old owi(4) driver and makes some significant changes to the device structures. It would take time to port, and more time to forward-port to wi(4). BMS