freebsd-dev/sys/dev/altera
Kyle Evans 23d5326823 tty: convert tty_lock_assert to tty_assert_locked to hide lock type
A later change, currently being iterated on in D24459, will in-fact change
the lock type to an sx so that TTY drivers can sleep on it if they need to.
Committing this ahead of time to make the review in question a little more
palatable.

tty_lock_assert() is unfortunately still needed for now in two places to
make sure that the tty lock has not been recursed upon, for those scenarios
where it's supplied by the TTY driver and possibly a mutex that is allowed
to recurse.

Suggested by:	markj
2020-04-17 18:34:49 +00:00
..
atse Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
avgen Ever since the block layer expanded its command syntax beyond just 2020-02-07 09:22:08 +00:00
dwc Add glue driver for Altera SOCFPGA Ethernet MAC (EMAC) found in 2019-07-29 16:32:23 +00:00
jtag_uart tty: convert tty_lock_assert to tty_assert_locked to hide lock type 2020-04-17 18:34:49 +00:00
msgdma o Add support for BERI IOMMU device 2019-07-22 16:01:20 +00:00
pio
sdcard Fix syntax error from r357647. Adjust a variable name to make the use more 2020-02-17 20:12:34 +00:00
softdma Negate the logic of XCHAN_CAP_NOBUFS macro and rename it to 2019-07-04 14:04:08 +00:00