From owner-freebsd-usb@FreeBSD.ORG Wed Jul 18 18:10:04 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04D6B16A400 for ; Wed, 18 Jul 2007 18:10:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 9950013C4A7 for ; Wed, 18 Jul 2007 18:10:03 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [212.17.141.53] (account mc467741@c2i.net HELO [10.150.90.132]) by mailfe05.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 449944022; Wed, 18 Jul 2007 20:09:59 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 18 Jul 2007 20:09:59 +0200 User-Agent: KMail/1.9.5 References: <200707181008.34104.r.neese@gmail.com> In-Reply-To: <200707181008.34104.r.neese@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707182009.59135.hselasky@c2i.net> Cc: Subject: Re: Hello and need help porting a usb driver... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 18:10:04 -0000 On Wednesday 18 July 2007 19:08, Richard Neese wrote: > I am trying to port a driver from openbsd to freebsd . The zyd driver aka > ZyDas usb wifi driver I have the c and header file and I got it in > to /sys/config and the driver is in /sys/dev/usb and I added it to the > KERNEL file but it cant find 3 files when running make depend. > > bpfilter.h sys/timeout.h sys/device.h > > Please point me to how to either fix this or what I should do... Last time I checked if_zyd.c only data reception was supported. I really recommend that you use "if_ural.c" or "if_rum.c". --HPS