Re: how to limit flip buffer size in tty driver?

2007-02-21 Thread Alan
On Tue, 20 Feb 2007 15:50:27 +0300 (MSK) "Mockern" <[EMAIL PROTECTED]> wrote: > Thank you Alan for your respond, > > Could you help me with a problem which I have with my tty driver, please? > > It does not work with Linux cat operation (but there are no problems to > write, read with select

Re: how to limit flip buffer size in tty driver?

2007-02-21 Thread Alan
On Tue, 20 Feb 2007 15:50:27 +0300 (MSK) Mockern [EMAIL PROTECTED] wrote: Thank you Alan for your respond, Could you help me with a problem which I have with my tty driver, please? It does not work with Linux cat operation (but there are no problems to write, read with select from user

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Paul Fulghum
Arjan van de Ven wrote: On Tue, 2007-02-20 at 15:50 +0300, Mockern wrote: Thank you Alan for your respond, Could you help me with a problem which I have with my tty driver, please? I suspect Alan would be able to help you a whole lot better if you actually included the full source code of

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Arjan van de Ven
On Tue, 2007-02-20 at 15:50 +0300, Mockern wrote: > Thank you Alan for your respond, > > Could you help me with a problem which I have with my tty driver, please? I suspect Alan would be able to help you a whole lot better if you actually included the full source code of your driver... - To

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Mockern
300 (MSK) >"Mockern" <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> how to limit flip buffer size in tty driver? > >You don't. > >See Documentation/tty.txt and throttle/unthrottle > >Alan -- Сегодня удачный день, чтобы завести почту на Яндекс

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Alan
On Tue, 20 Feb 2007 11:24:10 +0300 (MSK) "Mockern" <[EMAIL PROTECTED]> wrote: > Hello, > > how to limit flip buffer size in tty driver? You don't. See Documentation/tty.txt and throttle/unthrottle Alan - To unsubscribe from this list: send the line "unsubsc

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Alan
On Tue, 20 Feb 2007 11:24:10 +0300 (MSK) Mockern [EMAIL PROTECTED] wrote: Hello, how to limit flip buffer size in tty driver? You don't. See Documentation/tty.txt and throttle/unthrottle Alan - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Mockern
) Mockern [EMAIL PROTECTED] wrote: Hello, how to limit flip buffer size in tty driver? You don't. See Documentation/tty.txt and throttle/unthrottle Alan -- Сегодня удачный день, чтобы завести почту на Яндексе http://mail.yandex.ru - To unsubscribe from this list: send the line unsubscribe

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Arjan van de Ven
On Tue, 2007-02-20 at 15:50 +0300, Mockern wrote: Thank you Alan for your respond, Could you help me with a problem which I have with my tty driver, please? I suspect Alan would be able to help you a whole lot better if you actually included the full source code of your driver... - To

Re: how to limit flip buffer size in tty driver?

2007-02-20 Thread Paul Fulghum
Arjan van de Ven wrote: On Tue, 2007-02-20 at 15:50 +0300, Mockern wrote: Thank you Alan for your respond, Could you help me with a problem which I have with my tty driver, please? I suspect Alan would be able to help you a whole lot better if you actually included the full source code of