Thread: [Linux1394-cvslog] ieee1394 nodemgr.c
Brought to you by:
aeb,
bencollins
From: Ben C. <ben...@us...> - 2001-07-30 17:05:47
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv14131 Modified Files: Tag: bcollins-branch nodemgr.c Log Message: Update to use tasklets instead of kernel threads |
From: Ben C. <ben...@us...> - 2001-07-31 22:58:59
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv19173 Modified Files: Tag: bcollins-branch nodemgr.c Log Message: Ok, we're back to schedule_task instead of tasklets, since they seem to be run while in_interrupt() on ppc, and we can't have that. Also convert to list_for_each. |
From: Ben C. <ben...@us...> - 2001-08-08 15:48:15
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12287 Modified Files: nodemgr.c Log Message: Only output directory info if debug is enabled |
From: Ben C. <ben...@us...> - 2001-09-10 23:26:23
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv32331 Modified Files: nodemgr.c Log Message: Fix nodemgr_call_policy() call to HPSB_DEBUG() when HOTPLUG not enabled |
From: Ben C. <ben...@us...> - 2001-09-10 23:28:47
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv667 Modified Files: nodemgr.c Log Message: Fix nodemgr_call_policy() args when HOTPLUG not enabled |
From: Ben C. <ben...@us...> - 2001-09-10 23:53:52
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10075 Modified Files: nodemgr.c Log Message: Cast guid to long long unsigned for %Lx |
From: Ben C. <ben...@us...> - 2001-09-11 00:04:37
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv14929 Modified Files: nodemgr.c Log Message: Use 016 with %Lx format of guid |
From: Ben C. <ben...@us...> - 2001-09-11 01:42:58
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv22580 Modified Files: nodemgr.c Log Message: Reduce hotplug output when debug is not enabled. Also, make the debug format consistent |
From: Andreas B. <ae...@us...> - 2001-10-18 00:24:08
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10460 Modified Files: Tag: new_PCI nodemgr.c Log Message: Oops, forgot to fix merge collision in nodemgr.c. |
From: Ben C. <ben...@us...> - 2001-10-19 14:50:29
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv17895 Modified Files: nodemgr.c Log Message: Convert nodemgr probes to be in parallel for all nodes |
From: Ben C. <ben...@us...> - 2001-10-21 01:58:04
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv3822 Modified Files: nodemgr.c Log Message: Return after rescheduling in nodemgr_node_probe_cleanup |
From: Ben C. <ben...@us...> - 2001-11-28 15:10:27
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv31197 Modified Files: nodemgr.c Log Message: Fix scope of "struct node_entry *ne" in nodemgr_remove_host() to remove compile warnings |
From: Ben C. <ben...@us...> - 2002-01-15 16:38:08
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv21561 Modified Files: nodemgr.c Log Message: Add procfs support, based on patch from Mace Gael |
From: Ben C. <ben...@us...> - 2002-01-19 05:44:23
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7301 Modified Files: nodemgr.c Log Message: Root nodemgr device proc entry in the ieee1394 proc directory |
From: Ben C. <ben...@us...> - 2002-01-19 05:46:33
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7653 Modified Files: nodemgr.c Log Message: Oops, one last trace of PROC_FS_IEEE1394 |
From: Ben C. <ben...@us...> - 2002-01-19 05:49:22
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv8018 Modified Files: nodemgr.c Log Message: Fix ordering of args to create_proc_read_entry |
From: Ben C. <ben...@us...> - 2002-02-08 04:29:28
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26663 Modified Files: nodemgr.c Log Message: Remove BKL from NodeMgr thread. Also spiffed up the devices proc entry. |
From: Ben C. <ben...@us...> - 2002-02-10 05:11:47
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv27843 Modified Files: nodemgr.c Log Message: Add some more info to the devices proc info. Format it a little better also. Change logic for starting the probe thread. Things are a little weird with this thing. It doesn't really seem to get started until we get a bus reset....odd, someone explain this to me. |
From: Ben C. <ben...@us...> - 2002-02-10 17:16:16
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv20812 Modified Files: nodemgr.c Log Message: Do not start the NodeMgr thread until the first bus reset. This takes care of the weirdness where it expected to start on add_host, but didn't really start until first bus reset. Atleast now, it runs when you expect it to. |
From: James G. <ja...@us...> - 2002-02-15 06:03:42
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv14969 Modified Files: nodemgr.c Log Message: Fixed bug related to probing of 1394 bus when there is a node without an active link. Nodemgr was not bumping node id count when skipping nodes w/o active links. Resulted in nodemgr trying to read from inactive nodes and skipping of last valid node. Also added a 1/4 second sleep before starting probe after a bus reset... to give the bus a chance to settle and allow slow nodes to wake up. |
From: Ben C. <ben...@us...> - 2002-02-15 15:12:14
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv32067 Modified Files: nodemgr.c Log Message: Move scheduled timeout to nodemgr_node_probe |
From: Kristian H?g. <hog...@us...> - 2002-02-17 19:54:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26336 Modified Files: nodemgr.c Log Message: Move nodemgr thread creation back into nodemgr_add_host and use a semaphore for synchronization between the thread and nodemgr_host_reset. |
From: Kristian H?g. <hog...@us...> - 2002-02-19 17:48:58
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10386 Modified Files: nodemgr.c Log Message: Fix config rom string reading logic; was testing for if (todo | UNIT_DIRECTORY_VENDOR_TEXT) Also cleaned up the code a bit. |
From: Kristian H?g. <hog...@us...> - 2002-02-19 18:28:37
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv31839 Modified Files: nodemgr.c Log Message: Fix bug introduced with last commit, address++ should be address += 4. |