From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 10 00:24:03 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF7E016A4D0 for ; Mon, 10 Nov 2003 00:24:03 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAA443FBF for ; Mon, 10 Nov 2003 00:24:01 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0F1BC65211; Sun, 9 Nov 2003 07:56:19 +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 34977-04; Sun, 9 Nov 2003 07:56:18 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 21DF46520F; Sun, 9 Nov 2003 07:56:18 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 49FBDF; Sun, 9 Nov 2003 07:56:17 +0000 (GMT) Date: Sun, 9 Nov 2003 07:56:17 +0000 From: Bruce M Simpson To: Craig StJean Message-ID: <20031109075617.GK683@saboteur.dek.spc.org> Mail-Followup-To: Craig StJean , freebsd-hackers@freebsd.org References: <410-22003110931122484@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410-22003110931122484@earthlink.net> cc: freebsd-hackers@freebsd.org Subject: Re: Driver question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 08:24:03 -0000 Craig, On Sat, Nov 08, 2003 at 10:11:22PM -0500, Craig StJean wrote: > I have a prism2 USB wireless device. I've never written drivers before but I have been developing for the past 8 years. Could someone guide me to a website or something that would help me write a USB wrapper for the wi device? I have a copy of the old uwi driver which is now broken so it may help me along the way aswell. I'd suggest co-ordinating your efforts with Stuart Walsh who wrote the atwi USB driver. This is for atmel USB parts, but there are certain devices with the same VID/PIDs which are prism2 USB devices. His code might serve as a good starting point for you. Regards, BMS