Date: Wed, 23 May 2001 22:34:56 -0400 From: Sergey Babkin <babkin@bellatlantic.net> To: SJ <sandejain@rocketmail.com> Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Device driver questions Message-ID: <3B0C7350.448E2169@bellatlantic.net> References: <20010523003414.51600.qmail@web13405.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B0C7350.448E2169>