From owner-freebsd-questions Wed May 23 19:35: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7ve.mailsrvcs.net (smtp7vepub.gte.net [206.46.170.28]) by hub.freebsd.org (Postfix) with ESMTP id D853A37B424; Wed, 23 May 2001 19:35:00 -0700 (PDT) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net (client-151-198-117-202.nnj.dialup.bellatlantic.net [151.198.117.202]) by smtp7ve.mailsrvcs.net (8.9.1/8.9.1) with ESMTP id CAA24743503; Thu, 24 May 2001 02:44:44 GMT Message-ID: <3B0C7350.448E2169@bellatlantic.net> Date: Wed, 23 May 2001 22:34:56 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: SJ Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Device driver questions References: <20010523003414.51600.qmail@web13405.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SJ wrote: > > 2. Whats the use of device_ops structure and what does > "ops" stand for? "ops" definitely stands for "operations". I can't say off the top of my head what this structure is but most probably a collection of pointers to the functions of a particular driver which implement the device driver API. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message