From owner-freebsd-hackers Thu Dec 14 12:51:56 2000 From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 14 12:51:53 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from lh04.opsion.fr (lh04.opsion.fr [212.73.208.230]) by hub.freebsd.org (Postfix) with SMTP id 192C837B404 for ; Thu, 14 Dec 2000 12:51:53 -0800 (PST) Received: from 198.168.78.67 [198.168.78.67] by lh04.opsion.fr; Thu, 14 Dec 2000 20:50:04 GMT From: Thierry Reply-To: tjmsdn@ifrance.com To: freebsd-hackers@freebsd.org Subject: int foowrite( dev_t dev, struct uio *uio, int flag) { ... } documentation ?? Date: Thu, 14 Dec 2000 15:37:08 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00121415551000.00580@FreeBSD.eicon.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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