1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/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
i4b_ctl.c
i4b_ing.c
i4b_ipr.c
i4b_isppp.c pseudo-device -> device in kernel config. 2001-05-01 11:26:14 +00:00
i4b_ispppsubr.c
i4b_rbch.c
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