freebsd-dev/sys/dev/si
Ed Schouten c5e30cc02b Last minute TTY API change: remove mutex argument from tty_alloc().
I don't want people to override the mutex when allocating a TTY. It has
to be there, to keep drivers like syscons happy. So I'm creating a
tty_alloc_mutex() which can be used in those cases. tty_alloc_mutex()
should eventually be removed.

The advantage of this approach, is that we can just remove a function,
without breaking the regular API in the future.
2009-05-29 06:41:23 +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 Last minute TTY API change: remove mutex argument from tty_alloc(). 2009-05-29 06:41:23 +00:00
si.h Remove sicontrol(8)'s "ttystat". 2008-06-09 08:43:27 +00:00
sireg.h
sivar.h