From owner-freebsd-usb@FreeBSD.ORG Sat Oct 20 17:22:17 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1424B16A417 for ; Sat, 20 Oct 2007 17:22:17 +0000 (UTC) (envelope-from emdgaurav@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id 9525513C46E for ; Sat, 20 Oct 2007 17:22:08 +0000 (UTC) (envelope-from emdgaurav@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so565139wra for ; Sat, 20 Oct 2007 10:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=4YswOcl69CoJg/uUrjsxd9CVDtFbn2IQhxVrdZeKq2s=; b=b2ypeMZuKM2iN/MCDCoarb1TdB35dKLkEMSwLd8mTt+axGpik8HP5ht5U6GwDZwt4KGGjBXoQVbchhC1JJrRWvfxWhxbO6K4UfWfroIJ9UlnGpY29ICf3JKbkN8/Oor63WBvgwPD4MdDw4TVXBBRP0pjW31q4i+vkcJdvVfJWfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Nbain3htbzjVRfZNKbFXNSTzETskjOaLiyUPXyXf4PgBKx93/+s8Xe1bXSIXGRz2k7Fc3VYFOnMoZJhMhP5v6LOk5ffdj3Hg5xRh/Gq1lv67b3NXGK/qqCOxPsqCAXZ1/lH+yDQNdu3PHScYFtVSQ1x9dr3uzOEpYbKZbOCOrhs= Received: by 10.150.149.19 with SMTP id w19mr593166ybd.1192900921373; Sat, 20 Oct 2007 10:22:01 -0700 (PDT) Received: by 10.150.178.13 with HTTP; Sat, 20 Oct 2007 10:22:01 -0700 (PDT) Message-ID: Date: Sat, 20 Oct 2007 22:52:01 +0530 From: "GAURAV GUPTA" To: freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: need help 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: Sat, 20 Oct 2007 17:22:17 -0000 Hi all, Can anyone explain me the functionality of this standard function. I am beginner in this BSD area,so cudn'n get the details clear. #define usb_init_task(t, f, a) ((t)->fun = (f), (t)->arg = (a), (t)->onqueue = 0) Thanks , Gaurav (Tarru)