Thread: [Linux1394-cvslog] ieee1394 ohci1394.c ohci1394.h
Brought to you by:
aeb,
bencollins
From: Sebastien R. <rou...@sl...> - 2000-06-15 05:24:43
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv19301 Modified Files: ohci1394.c ohci1394.h Log Message: . Modified ohci_transmit() to queue packets instead of sleeping. . Modified dma_trm_bh() to scan the list of sent packets instead of checking only the first one, and fill the at dma fifo if packets are waiting. . Removed the attempt root bit. |
From: Sebastien R. <rou...@us...> - 2000-06-21 02:16:31
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv7729 Modified Files: ohci1394.c ohci1394.h Log Message: . Put back changes commited in ohci1394.c 1.37 . Changed variable names for AT packet lists . Compute the CRC for the bus info block . Remove the posted write hack to comply with the new hpsb_packet_received() function |
From: Sebastien R. <rou...@us...> - 2000-08-21 04:19:03
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv25395 Modified Files: ohci1394.c ohci1394.h Log Message: . Applied Gord Peters' patch to fix the packet pointer bug in dma_trm_reset() and dma_trm_bh(), and fix the iso channel allocation problem. . Added more detailed debugging messages. . Check wether a packet data cross a page boundary in memory. Do nothing about it for the moment. . Added a bogus field in struct at_dma_prg so that an at_dma_prg shouldn't cross a page boundary (It is still no guaranteed, a better solution has to be implemented). |
From: Sebastien R. <rou...@us...> - 2000-12-05 01:12:12
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv17544 Modified Files: ohci1394.c ohci1394.h Log Message: . Added ohci_hw_csr_reg function for compare/swap transactions . Added (packet->type==raw) case in insert_packet() for phy packet transmission . Rewritten proc_fs registration for 2.2.x kernels . Added insmod parameter attempt_root to force the node becoming root . Attempt to use pci_find_class (disable by default). |
From: Sebastien R. <rou...@us...> - 2000-12-06 22:59:24
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv18820 Modified Files: ohci1394.c ohci1394.h Log Message: . Fixed tcode and speed for sending PHY packets |
From: Sebastien R. <rou...@us...> - 2000-12-13 05:59:59
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv31780 Modified Files: ohci1394.c ohci1394.h Log Message: . Bug fix for PHY packet sending . Default card detection via pci_find_class() |
From: Sebastien R. <rou...@us...> - 2001-01-15 12:25:34
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12047 Modified Files: ohci1394.c ohci1394.h Log Message: . Moved the ohci_csr_rom[] definition from ohci1394.h to ohci1394.c . Removed the manufacturer/card_id pairs, use pci_find_class() instead |
From: Gord P. <go...@us...> - 2001-04-23 17:33:43
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv5209 Modified Files: ohci1394.c ohci1394.h Log Message: Added isochronous transmit support to the OHCI driver. |
From: Kristian H?g. <hog...@us...> - 2001-09-12 15:52:40
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv8104 Modified Files: ohci1394.c ohci1394.h Log Message: Mask out busReset interrupt during selfID phase, as suggested by Kent B. Larsen. Also, remove unused field NumBusResets from struct ti_ohci. |
From: Kristian H?g. <hog...@us...> - 2002-01-14 11:45:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv9066 Modified Files: ohci1394.c ohci1394.h Log Message: Fix ohci1394 iso context allocation properly. |
From: Kristian H?g. <hog...@us...> - 2002-02-06 20:59:13
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25570 Modified Files: ohci1394.c ohci1394.h Log Message: remove redundant (and erroneous) iso dma initializations |
From: Ben C. <ben...@us...> - 2002-02-10 01:24:46
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv27680 Modified Files: ohci1394.c ohci1394.h Log Message: Add new defines for evt_* OHCI event codes. Also detect when we get this event, and just "munge" it for now, until we know what exactly we need to do in this case. |