From: Andreas B. <ae...@us...> - 2001-06-03 04:16:03
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv28379
Modified Files:
Tag: busmgr
bus_mgr.c ieee1394_core.c
Log Message:
Added remote contention for bus manager.
Fixed harmless format error in error message (%x instead of %p).
My max hop algorithm is too pessimistic, should be fixed.
From: Andreas B. <ae...@us...> - 2001-06-25 00:46:58
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv21703
Modified Files:
Tag: busmgr
bus_mgr.c ieee1394_core.c
Log Message:
ieee1394_core.c:
host->is_irm flag was only set, but never cleared. Fixed.
bus_mgr.c:
Small change in debug message after contention.