linux1394-cvslog Mailing List for IEEE 1394 for Linux (Page 18)
Brought to you by:
aeb,
bencollins
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(10) |
Jul
(12) |
Aug
(8) |
Sep
(9) |
Oct
(4) |
Nov
(5) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(7) |
Feb
(3) |
Mar
(15) |
Apr
(12) |
May
(5) |
Jun
(9) |
Jul
(32) |
Aug
(39) |
Sep
(42) |
Oct
(22) |
Nov
(28) |
Dec
(8) |
2002 |
Jan
(37) |
Feb
(47) |
Mar
(6) |
Apr
(29) |
May
(33) |
Jun
(9) |
Jul
(28) |
Aug
(30) |
Sep
(15) |
Oct
(75) |
Nov
(37) |
Dec
(31) |
2003 |
Jan
|
Feb
(89) |
Mar
(41) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@us...> - 2002-04-04 06:25:43
|
Author: bencollins Date: 2002-04-04 06:25 GMT New Revision: 446 Modified: trunk/Makefile Log: Remove old 2.2.x make rules. |
From: <ben...@us...> - 2002-04-04 06:21:40
|
Author: bencollins Date: 2002-04-04 06:21 GMT New Revision: 445 Modified: trunk/dv1394.c trunk/ieee1394_types.h trunk/video1394.c Log: * ieee1394_types.h: Define pte_offset_kernel as pte_offset. This changed in 2.5.5. This is a backward compat macro for 2.4.x. * dv1394.c|video1394.c: Use it in place of pte_offset. |
From: <bco...@us...> - 2002-04-02 23:43:59
|
Author: bcollins Date: 2002-04-02 23:43 GMT New Revision: 444 Removed: trunk/config-rom-gen/ Log: |
From: <ben...@us...> - 2002-04-01 20:34:09
|
Author: bencollins Date: 2002-04-01 19:08 GMT New Revision: 443 Modified: branches/config-rom-gen/ieee1212.h Log: Reformat some structs. Modified: branches/config-rom-gen/ieee1212.h ============================================================================== --- branches/config-rom-gen/ieee1212.h (original) +++ branches/config-rom-gen/ieee1212.h Mon Apr 1 20:34:03 2002 @@ -46,7 +46,10 @@ struct ieee1212_block { enum ieee1212_block_type type; - int offset, length, ref_count, visit_count; + int offset; + int length; + int ref_count; + int visit_count; union { char *text; struct list_head entries; |
From: <ben...@us...> - 2002-04-01 20:24:32
|
Author: bencollins Date: 2002-04-01 19:08 GMT New Revision: 443 Modified: branches/config-rom-gen/ieee1212.h Log: Reformat some structs. Modified: branches/config-rom-gen/ieee1212.h ============================================================================== --- branches/config-rom-gen/ieee1212.h (original) +++ branches/config-rom-gen/ieee1212.h Mon Apr 1 20:24:27 2002 @@ -46,7 +46,10 @@ struct ieee1212_block { enum ieee1212_block_type type; - int offset, length, ref_count, visit_count; + int offset; + int length; + int ref_count; + int visit_count; union { char *text; struct list_head entries; |
From: Ben C. <ben...@us...> - 2002-03-26 02:29:21
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25275 Modified Files: amdtp.c amdtp.h cmp.c Log Message: Get rid of the anon union. Patch from hch(at)pentafluge.infradead.org |
From: Kristian H?g. <hog...@us...> - 2002-03-16 13:32:45
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12466 Modified Files: video1394.c Log Message: video1394 cleanup: Move array of iso dma contexts in struct video to linked list in the file private data. Add pointer to struct video in file private data so we can look it up easily. |
From: James G. <ja...@us...> - 2002-03-12 06:41:13
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv28725 Modified Files: sbp2.c Log Message: Replace 1394 bus reset with sbp2 agent reset in scsi reset handler routine. |
From: Ben C. <ben...@us...> - 2002-03-06 00:04:52
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv18425 Modified Files: ohci1394.c Log Message: Set VendorID correctly in the csr rom |
From: Kristian H?g. <hog...@us...> - 2002-03-05 18:16:34
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7571 Modified Files: Config.help Config.in Makefile Makefile.in Added Files: amdtp.c amdtp.h cmp.c cmp.h Log Message: Adding AMDTP (Audio and Music Data Transmission Protocol) driver and simple connection management driver. |
From: Kristian H?g. <hog...@us...> - 2002-03-04 14:38:07
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv31832 Modified Files: ohci1394.c Log Message: Add cycleInconsistent to the interrupt mask. We just clear the event in the handler, but it's necessary for the cycleMatch DMA to work (see section 9.5.1 in the OHCI spec). |
From: Dan D. <dde...@us...> - 2002-02-27 03:46:15
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv28379 Modified Files: video1394.c Log Message: oops |
From: Dan D. <dde...@us...> - 2002-02-27 03:38:06
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25846 Modified Files: video1394.c Log Message: fix compile on official Marcello 2.4.18 kernel, or is that 2.4.18-rc3? ;-) |
From: Kristian H?g. <hog...@us...> - 2002-02-26 20:06:40
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv2636 Modified Files: pcilynx.c ohci1394.c hosts.c Log Message: Changed hpsb_host_alloc to create the host structure with an initial refcount of 1, the reference belonging to the driver. The driver must explicitly call hpsb_host_unref to free the host, hpsb_remove_host now only removes the host from the general subsystem. |
From: Ben C. <ben...@us...> - 2002-02-26 01:06:59
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv13165 Modified Files: video1394.c Log Message: Apply patch to fix closing of all ISO contexts when releasing. Based on patch by John Stanley. |
From: Ben C. <ben...@us...> - 2002-02-25 19:19:01
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv21369 Modified Files: ieee1394_core.c nodemgr.c nodemgr.h Log Message: Add a "disable_hotplug" flag for nodemgr. Very useful when tracking problems. |
From: Ben C. <ben...@us...> - 2002-02-25 19:17:40
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv21115 Added Files: .cvsignore Log Message: Add some common build files to ignore |
From: Kristian H?g. <hog...@us...> - 2002-02-24 17:14:16
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv29099 Modified Files: sbp2.h sbp2.c nodemgr.h nodemgr.c ieee1394_transactions.h ieee1394_transactions.c ieee1394_core.c eth1394.c Log Message: Added generation argument to hpsb_read, hpsb_write and hpsb_lock, to avoid sending packets to the wrong nodes. Added convenience functions hpsb_node_read, hpsb_node_write and hpsb_node_lock, which take a node_entry struct as argument and use the node ID and generation from the struct. Updated sbp2.c to use these functions. Changed node_entry->generation to unsigned int; there's no need for atomic_t since we always just copy it from host->generation. Cleaned up goto-voodoo in read_businfo_block. Follow naming convention for kernel threads: renamed nodemgr thread from NodeMgr to knodemgrd. |
From: James G. <ja...@us...> - 2002-02-21 06:33:11
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv6483 Modified Files: sbp2.c sbp2.h Log Message: Added a couple new module load options for affecting the number of outstanding concurrent commands allowed, and outstanding commands per sbp2 device. Also bumped down default max commands per lun to one because the ^&*(^*% QPS CDRW drive I have has trouble getting along with other sbp2 devices when there are linked commands (strange). |
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??? |
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. |
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: James G. <ja...@us...> - 2002-02-19 07:01:00
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv23867 Modified Files: sbp2.c sbp2.h Log Message: Code clean-up and enhancements: - Finish cleannig out hacked code for dealnig with broken sbp2 devices which do not support requests of 128KB or greater. Now use max_sectors scsi host entry to limit transfer sizes. - change status fifo address from a single address to a set of addresses, with each sbp2 device having it's own status fifo address. This makes it easier to match the status write to the sbp2 device instance. - Minor change to use lun when logging into sbp2 devices. First step in supporting multi-lun devices such as CD/DVD changer devices. - Added a new module load option for setting max sectors. For use by folk who'd like to bump up the max scsi transfer size supported. - Enable deserialized operation by default, allowing for better performance, particularily when running with multiple sbp2 devices. For debugging, you may enable serialization through use of the sbp2_serialize_io module load option (e.g. insmod sbp2_serialize_io=1). |
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: 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 |