Xref: utzoo comp.unix.aix:3276 comp.unix.internals:1846 comp.unix.wizards:23859 Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!uunet!sobeco!onfcanim!zap!matrox!altitude!eicon!eicon.eicon.qc.ca!andre From: andre@eicon.eicon.qc.ca (Andre Scheunemann) Newsgroups: comp.unix.aix,comp.unix.internals,comp.unix.wizards Subject: Help needed with RS/6000 AIX 3.1 tty device driver. Message-ID: <1991Jan15.150828.2107@eicon.UUCP> Date: 15 Jan 91 15:08:28 GMT Sender: andre@eicon.UUCP (Andre Scheunemann) Distribution: na Organization: EICON Technology Inc., Montreal Lines: 13 Help needed with RS/6000 AIX 3.1 tty device driver. I'm writing a tty device driver for AIX 3.1 on the RS/6000 and I have the problem that I need to have access to the line discipline termio information. This information (t_iflags, t_oflags, t_cflags...) which is normally kept in the tty structure on other versions of UNIX, is now maintained by the line discipline module. Is there a way for me to have access to this information from my device driver? Thanks in advance andre%icon@iro.umontreal.ca