aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* Protect transaction labels by its own lock to reduce lock contention.Hidetoshi Shimokawa2007-07-201-12/+16
* Improve acquisition of transaction labels.Hidetoshi Shimokawa2007-07-151-20/+16
* Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-081-2/+2
* Timestamp after sent.Hidetoshi Shimokawa2007-06-081-4/+3
* Fix a race after a bus reset.Hidetoshi Shimokawa2007-06-081-11/+12
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-69/+214
* Make sure fwsid is not NULL.Hidetoshi Shimokawa2007-05-211-1/+3
* MFp4: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa2007-05-211-331/+232
* MFp4:Hidetoshi Shimokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-54/+45
* MFp4: Fix typo in recv spd.Hidetoshi Shimokawa2007-04-301-1/+1
* MFp4: remove unused fw_asybusy().Hidetoshi Shimokawa2007-04-301-14/+0
* MFp4: Simplify tlabel handlingHidetoshi Shimokawa2007-04-301-33/+27
* Initialize configuration ROM before a bus reset.Hidetoshi Shimokawa2007-04-301-2/+3
* Free tlabel in fw_xfer_done().Hidetoshi Shimokawa2007-03-301-2/+1
* - Don't call fw_busreset() in firewire_attach().Hidetoshi Shimokawa2007-03-301-1/+0
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-16/+16
* Remove retry_count.Hidetoshi Shimokawa2007-03-161-1/+0
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-30/+2
* Fix panic when we cannot find self-id of probing nodes.Hidetoshi Shimokawa2005-11-251-1/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* return after freeing data element, instead of falling through, and usingJohn-Mark Gurney2005-01-041-0/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* If we run out of transmission labels, just re-queue the packet for laterDoug Rabson2004-06-141-3/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-36/+36
* Fix spelling.Doug Rabson2004-05-211-5/+5
* Don't use the node id as an index into the topology map. This breaksDoug Rabson2004-05-161-2/+21
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-20/+45
* Check that xfer != NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa2004-01-301-4/+13
* * firewireHidetoshi Shimokawa2004-01-081-17/+26
* Remove __P().Hidetoshi Shimokawa2004-01-061-19/+19
* MFp4:Hidetoshi Shimokawa2004-01-051-23/+7
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Move validity check of 'xfer->fc != NULL' to right place.Hidetoshi Shimokawa2003-10-251-4/+4
* Don't check timeout just after booted.Hidetoshi Shimokawa2003-10-241-3/+15
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.Hidetoshi Shimokawa2003-10-061-18/+24
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-210/+227
* Comment out verbose debug messages.Hidetoshi Shimokawa2003-08-221-0/+2
* Change device name notation.Hidetoshi Shimokawa2003-08-051-42/+41
* Clean up include files.Hidetoshi Shimokawa2003-07-181-3/+0
* Add some debug messages.Hidetoshi Shimokawa2003-07-181-4/+6
* Configuraiton ROM fix:Hidetoshi Shimokawa2003-07-091-8/+26
* Include file clean up.Hidetoshi Shimokawa2003-06-301-2/+3
* Fix several problems related to resume:Hidetoshi Shimokawa2003-06-281-2/+16
* - Enable support for building Configuration ROM.Hidetoshi Shimokawa2003-06-151-16/+100
* Allocate zeroed space for fwdev.Hidetoshi Shimokawa2003-06-031-1/+2
* - Use moderate gap counts listed in IEEE1394a.Hidetoshi Shimokawa2003-05-111-28/+32