From owner-freebsd-current@FreeBSD.ORG Sun Mar 13 22:17:54 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6548216A4CE for ; Sun, 13 Mar 2005 22:17:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D250143D31 for ; Sun, 13 Mar 2005 22:17:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2DMHGEd042872; Sun, 13 Mar 2005 15:17:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 13 Mar 2005 15:17:35 -0700 (MST) Message-Id: <20050313.151735.46219536.imp@bsdimp.com> To: sam.wun@authtec.com From: "M. Warner Losh" In-Reply-To: <4234849A.90505@authtec.com> References: <4234849A.90505@authtec.com> X-Mailer: Mew version 3.3 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-current@freebsd.org Subject: Re: _IOWR X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 22:17:54 -0000 In message: <4234849A.90505@authtec.com> sam wun writes: : I have a special hardware would like to integrate with FreeBSD. I most : probably need to write a driver for it. : As I look thru some device driver code, I found this function/macro : _IOWR() written in may places of the driver code. : Where can I find how does this macro/function defined in FreeBSD? sys/ioccom.h Warner