opnsense-src/sys/dev
Bruce Evans a16721a13a 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
..
aic7xxx Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. This 1995-07-04 20:58:57 +00:00
cy Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
de Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; the 1995-06-28 05:46:19 +00:00
ed Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
eisa Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
ep Protected entire epioctl routine with splimp(). In this case, it is better 1995-07-05 07:21:34 +00:00
fdc Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
fe Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
ic Rewrite: 1995-07-05 12:15:52 +00:00
ie Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
joy Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
kbd Change fkey 63 from ^[[K to ^[[~. 1995-03-28 21:30:13 +00:00
lnc Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
mcd Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
mse Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
pci Change message "not supported" to "no driver assigned", because 1995-06-28 16:32:54 +00:00
ppbus Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
rc Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
scd Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
sio Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
snp Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
speaker Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
syscons Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
vn Remove trailing whitespace. 1995-05-30 08:16:23 +00:00