freebsd-dev/sys/i4b/driver
Hellmuth Michaelis 078aac9c09 Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)
Reviewed by:	hm

Bug in i4btel driver read routine corrected. The conditions in the
while() clause caused the receive queue to be referenced before checking
if a channel is connected, leading to kernel panic (do a 'dd
if=/dev/i4btel0 of=/dev/null' on an unconnected tel device, panic will
follow). Correction was to reorder the while clause conditions to check
for connectedness first.
2001-05-21 09:24:48 +00:00
..
i4b_bsdi_ibc.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
i4b_ctl.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
i4b_ing.c Part 2 of the netgraph rewrite. 2001-01-08 05:34:06 +00:00
i4b_ipr.c Reenable support for FreeBSD 4.x and possibly the other supported BSD's 2001-01-15 14:54:43 +00:00
i4b_isppp.c pseudo-device -> device in kernel config. 2001-05-01 11:26:14 +00:00
i4b_ispppsubr.c (MFC candidate since this is already a merge from /sys/net only.) 2001-03-25 09:59:23 +00:00
i4b_rbch.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
i4b_tel.c Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi) 2001-05-21 09:24:48 +00:00
i4b_trace.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00