All of lore.kernel.org
 help / color / mirror / Atom feed
From: Puneet Jain <pjain@datatekcorp.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: how to invoke canonical processing in kernel
Date: Tue, 16 Oct 2001 14:53:18 -0400	[thread overview]
Message-ID: <3BCC821E.9EA2C71C@datatekcorp.com> (raw)

I am trying to figure out the correct approach a porting issue I am
dealing
with and would appreciate any pointers.

I am working on porting one of our communication products which works on
a
variety of OSs including Solaris, AIX etc to Linux. Basically the
product
provides a raw and canonical terminal interface to the applications and
has been implemented in STREAMS framework.

I have downloaded the LiS - Linux STREAMS (implemented by Dave Grothe)
from gcom.com. The only problem is that it is does not have any support
for terminal I/O
subsystem. So the processing that was handled by the 'ldterm' module on
other OSs now has to be handled by the available line disciplines in the
Linux kernel. While browsing the source I noticed that the default line
discipline N_TTY is probably sufficient to do the job but I am not sure
of the hooks. I am wondering if I can invoke the default line discipline
somehow or would I have to implement the canonical processing all over
again.

Any suggestions would be greatly appreciated.

Thanks,
Puneet




             reply	other threads:[~2001-10-16 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-16 18:53 Puneet Jain [this message]
2001-10-21 17:03 ` how to invoke canonical processing in kernel Alan Cox
2001-10-21 18:09   ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BCC821E.9EA2C71C@datatekcorp.com \
    --to=pjain@datatekcorp.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.