freebsd-dev/sys/dev/si
Ed Schouten 2ae1fdab5a Remove sicontrol(8)'s "ttystat".
In the FreeBSD base system, there are only two utilities that use struct
tty, namely pstat and sicontrol. The sicontrol utility calls the
TCSI_TTY ioctl(), which copies struct tty back to userspace.

sicontrol should not have this functionality. The same data is already
provided by pstat. If we really want to be able to export these numbers
through a file descriptor to userspace, we can export struct xtty, which
should provide a better abstraction. The ttystat option was only used as
a debugging aid.

This makes sicontrol compile in the mpsafetty branch.

Reviewed by:	peter
Approved by:	philip (mentor)
2008-06-09 08:43:27 +00:00
..
si2_z280.c
si3_t225.c
si_eisa.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 20:11:27 +00:00
si_isa.c Catchup with filters 2007-02-23 19:34:52 +00:00
si_pci.c Based in info gleaned from the web and other drivers (including the Linux 2007-12-01 20:39:47 +00:00
si.c Remove sicontrol(8)'s "ttystat". 2008-06-09 08:43:27 +00:00
si.h Remove sicontrol(8)'s "ttystat". 2008-06-09 08:43:27 +00:00
sireg.h
sivar.h