Thread: [Linux1394-cvslog] ieee1394 sbp2.c
Brought to you by:
aeb,
bencollins
From: James G. <ja...@us...> - 2001-05-10 07:02:23
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv15967 Modified Files: sbp2.c Log Message: Fixing minor typo causing wrong debug message to spit out |
From: James G. <ja...@us...> - 2001-06-02 05:10:15
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv6270 Modified Files: Tag: busmgr sbp2.c Log Message: Fixed bus reset for busmgr branch. |
From: James G. <ja...@us...> - 2001-06-02 05:17:39
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7247 Modified Files: Tag: busmgr sbp2.c Log Message: Fix minor typo (merged from trunk). |
From: Ben C. <ben...@us...> - 2001-08-03 00:59:26
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv16927 Modified Files: Tag: bcollins-branch sbp2.c Log Message: Add hotplug support |
From: Ben C. <ben...@us...> - 2001-08-13 17:41:22
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv3965 Modified Files: sbp2.c Log Message: Merge changes from Alan Cox's tree for sleep in spinlock. Also reformat sbp2_add_host |
From: Kristian H?g. <hog...@us...> - 2001-09-05 16:28:59
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10264 Modified Files: sbp2.c Log Message: mask out the lower 24 bits of sw_version |
From: Kristian H?g. <hog...@us...> - 2001-09-15 20:00:51
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv20209 Modified Files: sbp2.c Log Message: Change all interruptible_sleep_on to just sleep_on, since the call to call_usermodehelper in nodemgr.c eventuallly delivers a SIGCHLD to keventd, which causes login to fail. We cant really deal with signals reasonably anyway. |
From: Ben C. <ben...@us...> - 2001-10-14 02:07:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv16331 Modified Files: sbp2.c Log Message: Add MODULE_LICENSE |
From: Ben C. <ben...@us...> - 2001-10-19 14:49:41
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv17647 Modified Files: sbp2.c Log Message: Fix max payload format for printk |
From: Kristian H?g. <hog...@us...> - 2001-11-23 13:12:39
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv17556 Modified Files: sbp2.c Log Message: Add 2.2 proc entries (again). |
From: Ben C. <ben...@us...> - 2001-12-29 16:32:49
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10426 Modified Files: sbp2.c Log Message: Add a kbuild-2.5 wrap around some scsi includes. |
From: Ben C. <ben...@us...> - 2001-12-29 16:45:22
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12384 Modified Files: sbp2.c Log Message: Lock io_request_lock to prevent lockups on SMP |
From: James G. <ja...@us...> - 2002-01-08 07:34:08
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv11969 Modified Files: sbp2.c Log Message: Remove io_request_lock when completing scsi commands now that we're running as an enhanced scsi driver (no longer uses old scsi_done routine). Have tested this against an SMP 2.4 kernel, but not a true SMP machine. |
From: Ben C. <ben...@us...> - 2002-01-14 15:53:11
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12338 Modified Files: sbp2.c Log Message: Make printk for node fmt match nodemgr's style |
From: Ben C. <ben...@us...> - 2002-01-14 16:26:43
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv24933 Modified Files: sbp2.c Log Message: Add a little more info to the proc info output |
From: James G. <ja...@us...> - 2002-01-15 04:07:04
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv21831 Modified Files: sbp2.c Log Message: Added one final (hopefully) scsi inquiry data fix from HJ Lu. One place where CMD_DMA_SINGLE and CMD_DMA_PAGE were mixed up. Also added in compatibility for 2.4.12 and earlier. |
From: James G. <ja...@us...> - 2002-02-11 07:27:27
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25744 Modified Files: Tag: linux_2_2 sbp2.c Log Message: Following changes made: - Minor inquiry hack change (for better device compatibility) - If device type not in device's config rom, pull from scsi inquiry response data |
From: James G. <ja...@us...> - 2002-02-14 03:07:32
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26978 Modified Files: sbp2.c Log Message: Added io_reuest_lock around callback to scsi stack. Maybe can remove this later after cleaning up sbp2 driver smp-wise. |
From: James G. <ja...@us...> - 2002-02-14 03:10:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv27684 Modified Files: Tag: linux_2_2 sbp2.c Log Message: Grab io_request_lock before making callbacks to scsi mid-level. |
From: James G. <ja...@us...> - 2002-02-14 06:24:05
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv11028 Modified Files: sbp2.c Log Message: Support more than 8 sbp2 devices if SBP2SCSI_MAX_SCSI_IDS bumped up. |
From: James G. <ja...@us...> - 2002-02-14 06:26:42
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv11503 Modified Files: Tag: linux_2_2 sbp2.c Log Message: Support more than 8 sbp2 devices if SBP2SCSI_MAX_SCSI_IDS bumped up. |
From: James G. <ja...@us...> - 2002-02-15 07:08:56
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv28578 Modified Files: sbp2.c Log Message: Oops. Accidently re-enabled deserialized I/O. I hope to actually commit this soon, but need to do some heavy testing first. =) |
From: Ben C. <ben...@us...> - 2002-02-15 16:23:28
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv14418 Modified Files: sbp2.c Log Message: Only ise io_request_lock on 2.4.x |
From: Ben C. <ben...@us...> - 2002-02-15 17:03:30
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv29328 Modified Files: sbp2.c Log Message: Host scsi_host->host_lock on 2.5.x, instead of io_request_lock |
From: James G. <ja...@us...> - 2002-02-20 05:22:15
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26110 Modified Files: sbp2.c Log Message: Minor change to sbp2 status handling to deal with broken firmware on QPS CDRW drive. The firmware on this drive actually stores the ORB at the end of the sbp2 status it writes to us, and since the length is longer, we think that an error occured. Now, pull the sbp2 status length from the actual status data, and don't depend on how much data is actually written by the drive. Perhaps the QPS folk forgot to pull out some debug code from their firmware??? |