K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1993-09-30T19:49:42.000000Z K 7 svn:log V 583 From: Julian Elischer Date: Thu, 30 Sep 93 20:42:05 +0800 I have just found a bug in the timeot routines for all four adapter drivers. This leads to a crash in (most/some) of the case, should a timeout actually occur. I cannot be sure what versions various of you are running, however the following two bugs are in the first few lines of {aha,ahb,uha,bt)_timeout 1/ the variable 'unit' is used to set up another variable before it is initialised. 2/ the printf may reference the structure element ->adapter. this should be adapter_unit END