From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 10 09:38:23 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 9BB2716A4CE for ; Mon, 10 Nov 2003 09:38:23 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4DB43FAF for ; Mon, 10 Nov 2003 09:38:22 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAAHc3eG034819; Mon, 10 Nov 2003 10:38:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 10 Nov 2003 10:35:58 -0700 (MST) Message-Id: <20031110.103558.58456706.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20031109075617.GK683@saboteur.dek.spc.org> References: <410-22003110931122484@earthlink.net> <20031109075617.GK683@saboteur.dek.spc.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: valiantsoul@earthlink.net 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 17:38:23 -0000 In message: <20031109075617.GK683@saboteur.dek.spc.org> Bruce M Simpson writes: : 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. There's also an OpenBSD wi driver that has a USB attachment. Warner