andre@eicon.eicon.qc.ca (Andre Scheunemann) (01/15/91)
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