Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv32228
Modified Files:
ohci1394.c
Log Message:
Better Pismo handling patch from Benjamin Herren.
From: Kristian H?g. <hog...@us...> - 2002-01-03 23:10:24
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv25027
Modified Files:
ohci1394.c
Log Message:
Remove obsolete usage of dma_cache_wback_inv. We use pci_alloc_consistent
so there is no use for dma_cache_wback_inv. Spotted by Atsushi Nemoto.
From: Kristian H?g. <hog...@us...> - 2002-01-06 20:00:09
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv5367
Modified Files:
ohci1394.c
Log Message:
Fix mismatch in context number and register when allocating iso dma contexts.
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv6933
Modified Files:
ohci1394.c
Log Message:
Use %s for __FUNCTION__ to avoid gcc-3.0.3 warnings. Also add new cf_put_str function for config rom generation, so we don't have to use the cf_put_4bytes crap.
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv30341
Modified Files:
ohci1394.c
Log Message:
Merge change from Vger CVS for __devexit_p()
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv9597
Modified Files:
ohci1394.c
Log Message:
Enable LPS in ohci_soft_reset() and call this right after we map the ohci registers.
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv28046
Modified Files:
ohci1394.c
Log Message:
Do not re-enable the bus reset interrupt until after we have cleared the
last bus reset even (small ordering fixup). Not sure if this caused
problems, but it makes more send this way.
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).
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