Date: Thu, 14 Dec 2000 15:37:08 -0500 From: Thierry <tjmsdn@ifrance.com> To: freebsd-hackers@freebsd.org Subject: int foowrite( dev_t dev, struct uio *uio, int flag) { ... } documentation ?? Message-ID: <00121415551000.00580@FreeBSD.eicon.com>
next in thread | raw e-mail | index | archive | help
Hi, We are implementing our OS modem on FreeBSD, We use this definition in our driver : static d_write_t tswrite; We implemented this function: static int tswrite( dev_t dev, struct uio *uio, int flag) { ... } to receive characters from the tty. Is it possible to have documentation about this function, what value we must return ?, what is it flag ?. Is it possible to slow down the call of this function by the kernel ? Thanks in advance. Thierry Jonas. ______________________________________________________________________________ Vous avez un site perso ? 2 millions de francs à gagner sur i(france) ! Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif 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?00121415551000.00580>