aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+4
* Minor updates as a precursor to fixing sbp_targSean Bruno2009-04-071-1/+5
* Reviewed by: scott (scottl@freebsd.org)Sean Bruno2009-03-171-32/+52
* Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno2009-02-171-6/+23
* Simplify some debugging messages and try to consolodate some of the moreSean Bruno2009-02-171-65/+109
* Synopsis:Sean Bruno2009-02-171-6/+55
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-36/+49
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* - Fix panic on detach.Hidetoshi Shimokawa2008-05-101-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* 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