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 - Update copyright years from the Specialix SDK. 2006-01-06 20:17:48 +00:00
si3_t225.c Update the firmware image used for the SIJET cards to the latest available 2006-01-06 19:58:08 +00:00
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 Use PCIR_xxx constants for PCI config space header registers rather than 2005-11-07 21:53:58 +00:00
sivar.h