freebsd-skq/sys/gnu/isdn
bde 688f94b143 Move the inline code for waking up writers to a new function
ttwwakeup().  The conditions for doing the wakeup will soon become
more complicated and I don't want them duplicated in all drivers.

It's probably not worth making ttwwakeup() a macro or an inline
function.  The cost of the function call is relatively small when
there is a process to wake up.  There is usually a process to wake
up for large writes and the system call overhead dwarfs the function
call overhead for small writes.
1995-07-22 01:30:45 +00:00
..
if_ii.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
iispy.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
iitel.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
iitty.c Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
isdn_ioctl.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
isdn.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00