From owner-freebsd-usb@FreeBSD.ORG Wed Jul 18 18:37:22 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 61F6A16A406 for ; Wed, 18 Jul 2007 18:37:22 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA8C13C491 for ; Wed, 18 Jul 2007 18:37:21 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so228998nzf for ; Wed, 18 Jul 2007 11:37:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=pwTu9MTXQHmCjts3SErTxYTQQTUteBTgCVrYPKifbyF22dCg4xJZMZ3cBPG/sQZdMQgUkQhbV1w9atzHxx97N4W6sfJMyAj3YQKQcoJTQOVeEMxXqlQ4u1thi8FgadRxviIHQs7YQr6OT1El/LJrNMBH1WHbt+WwGtDoaOgTglY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=hdztXcZFX7QUrph0cJs+500WVn7Ism8wPc4mTHpyW4xh0hnBtce9aSNGqoK/rTSqrnCLYMWUz9zS31yTyFsvJSA+l+0HsOvQhngHvYJ4KXapeXjp+cqIhKBA7KzL68AdnTI69O9uoThWIX7XF4wkSjvOrn8LHmsUb1nQFDjVMQ0= Received: by 10.114.159.1 with SMTP id h1mr1727916wae.1184783841090; Wed, 18 Jul 2007 11:37:21 -0700 (PDT) Received: from ?10.0.0.10? ( [69.234.181.57]) by mx.google.com with ESMTPS id m40sm1696732waf.2007.07.18.11.37.19 (version=SSLv3 cipher=OTHER); Wed, 18 Jul 2007 11:37:20 -0700 (PDT) From: Richard Neese To: Hans Petter Selasky Date: Wed, 18 Jul 2007 11:37:22 -0700 User-Agent: KMail/1.9.6 References: <200707181008.34104.r.neese@gmail.com> <200707182009.59135.hselasky@c2i.net> In-Reply-To: <200707182009.59135.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707181137.23485.r.neese@gmail.com> Cc: freebsd-usb@freebsd.org 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:37:22 -0000 On Wednesday 18 July 2007 11:09:59 am Hans Petter Selasky wrote: > 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 Well the unit I have is a ZD1211 and needs the zyd driver I have not been able to get it to work with the ural driver