From owner-freebsd-usb@FreeBSD.ORG Wed Jul 18 18:40:24 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 EE90C16A401 for ; Wed, 18 Jul 2007 18:40:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id ADD2A13C4B2 for ; Wed, 18 Jul 2007 18:40:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l6IIddkA070006; Wed, 18 Jul 2007 12:39:39 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 18 Jul 2007 12:39:41 -0600 (MDT) Message-Id: <20070718.123941.1716876020.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200707182009.59135.hselasky@c2i.net> References: <200707181008.34104.r.neese@gmail.com> <200707182009.59135.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 18 Jul 2007 12:39:40 -0600 (MDT) 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:40:25 -0000 In message: <200707182009.59135.hselasky@c2i.net> Hans Petter Selasky writes: : 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". I also have a if_zyd port in progress, fwiw. Warner