K 10 svn:author V 2 hm K 8 svn:date V 27 2001-05-21T09:24:48.000000Z K 7 svn:log V 461 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. END