freebsd-dev/sys/dev/xen
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
..
balloon Fix the Xen build for i386 PV mode. 2009-04-01 17:06:28 +00:00
blkback Last step of splitting up minor and unit numbers: remove minor(). 2009-01-28 17:57:16 +00:00
blkfront Merge in support for Xen HVM on amd64 architecture. 2009-03-11 15:30:12 +00:00
console Last minute TTY API change: remove mutex argument from tty_alloc(). 2009-05-29 06:41:23 +00:00
evtchn merge 186535, 186537, and 186538 from releng_7_xen 2008-12-29 06:31:03 +00:00
netback Adds support for SCTP checksum offload. This means 2009-02-03 11:00:43 +00:00
netfront Delete useless #ifdef; make it more obvious if setting TSO fails. 2009-05-27 19:31:50 +00:00
pcifront
xenpci Merge in support for Xen HVM on amd64 architecture. 2009-03-11 15:30:12 +00:00