Thread: [Linux1394-cvslog] ieee1394 pcilynx.c
Brought to you by:
aeb,
bencollins
From: Andreas B. <ae...@us...> - 2000-09-08 11:50:04
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv29714 Modified Files: pcilynx.c Log Message: Reset PCILynx before using. Again use the unstandardized contender bit from PHY register. |
From: Andreas B. <ae...@us...> - 2000-09-13 10:52:43
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv23837 Modified Files: pcilynx.c Log Message: Moved interrupt allocation to point after allocation of register mapping. Moved hardware reset to point after allocation of register mapping. Embarassing, that. Also changed tabs into spaces. |
From: Andreas B. <ae...@us...> - 2000-11-08 18:10:37
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv754 Modified Files: pcilynx.c Log Message: Moved disabling of interrupts to point before interrupt handler is freed. |
From: Andreas B. <ae...@us...> - 2001-02-26 01:48:07
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv5730 Modified Files: pcilynx.c Log Message: Fix missing statement after last case in switch. |
From: Andreas B. <ae...@us...> - 2001-03-14 00:15:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv24620 Modified Files: pcilynx.c Log Message: Fix spinlock initialization (found by Richard B. Johnson). |
From: Andreas B. <ae...@us...> - 2001-04-28 02:10:51
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26980 Modified Files: pcilynx.c Log Message: Add early abort in interrupt handler if no interrupt is pending. |
From: Andreas B. <ae...@us...> - 2001-06-05 02:12:13
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25020 Modified Files: pcilynx.c Log Message: Use pci_set_dma_mask() instead of pci_dma_supported(). Fix spelling in error message. |
From: Andreas B. <ae...@us...> - 2001-07-24 00:23:53
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv4098 Modified Files: pcilynx.c Log Message: Export PCI device table for PCILynx module (Adam Richter). |
From: Ben C. <ben...@us...> - 2001-07-31 16:31:42
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv16581 Modified Files: Tag: bcollins-branch pcilynx.c Log Message: Applied patch from Adam J. Richter <ad...@yg...> to make the host template static |
From: Ben C. <ben...@us...> - 2001-09-07 17:42:45
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv29578 Modified Files: pcilynx.c Log Message: Fix module load/unload, from Manfred Weihs |
From: Kristian H?g. <hog...@us...> - 2001-09-25 17:19:49
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv26340 Modified Files: pcilynx.c Log Message: Change the last few packet type enum renames. |
From: Andreas B. <ae...@us...> - 2001-11-02 01:24:09
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv11652 Modified Files: Tag: new_PCI pcilynx.c Log Message: pcilynx.c: Replace {insert,remove,find}_lynx with pci_{set,get}_drvdata. Add workaround for buggy cards with autoboot pin not tied low. Don't clear all of MISC_CONTROL during SWRESET. ieee1394_transactions.h: A removed empty that just happened to get into this checkin... |
From: Ben C. <ben...@us...> - 2002-01-12 00:55:58
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7328 Modified Files: pcilynx.c Log Message: Use %s for __FUNCTION__ to avoid gcc-3.0.3 warnings |
From: Ben C. <ben...@us...> - 2002-01-17 03:26:48
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv30495 Modified Files: pcilynx.c Log Message: Merge change from Vger CVS for __devexit_p() |
From: Andreas B. <ae...@us...> - 2002-02-05 01:50:01
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv22994 Modified Files: pcilynx.c Log Message: Adapt pcilynx.c to MINOR() -> minor() change. |