summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce 1394a-2000 extended PHY Self ID packets.sbruno2009-02-171-6/+23
* Simplify some debugging messages and try to consolodate some of the moresbruno2009-02-171-65/+109
* Synopsis:sbruno2009-02-171-6/+55
* Some updates and bug squashing in the firewire stack.sbruno2009-02-011-36/+49
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* - Fix panic on detach.simokawa2008-05-101-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-201-12/+16
* Improve acquisition of transaction labels.simokawa2007-07-151-20/+16
* Fix a bug of retrieving configuration ROM.simokawa2007-07-081-2/+2
* Timestamp after sent.simokawa2007-06-081-4/+3
* Fix a race after a bus reset.simokawa2007-06-081-11/+12
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-69/+214
* Make sure fwsid is not NULL.simokawa2007-05-211-1/+3
* MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-211-335/+236
* MFp4:simokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-54/+45
* MFp4: Fix typo in recv spd.simokawa2007-04-301-1/+1
* MFp4: remove unused fw_asybusy().simokawa2007-04-301-14/+0
* MFp4: Simplify tlabel handlingsimokawa2007-04-301-33/+27
* Initialize configuration ROM before a bus reset.simokawa2007-04-301-2/+3
* Free tlabel in fw_xfer_done().simokawa2007-03-301-2/+1
* - Don't call fw_busreset() in firewire_attach().simokawa2007-03-301-1/+0
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-16/+16
* Remove retry_count.simokawa2007-03-161-1/+0
* * Remove xfer->retry_req.simokawa2007-03-161-30/+2
* Fix panic when we cannot find self-id of probing nodes.simokawa2005-11-251-1/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* return after freeing data element, instead of falling through, and usingjmg2005-01-041-0/+1
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-141-3/+4
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-36/+36
* Fix spelling.dfr2004-05-211-5/+5
* Don't use the node id as an index into the topology map. This breaksdfr2004-05-161-2/+21
* MFp4: FireWiresimokawa2004-03-261-20/+45
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-301-4/+13
* * firewiresimokawa2004-01-081-17/+26
* Remove __P().simokawa2004-01-061-19/+19
* MFp4:simokawa2004-01-051-23/+7
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Move validity check of 'xfer->fc != NULL' to right place.simokawa2003-10-251-4/+4
* Don't check timeout just after booted.simokawa2003-10-241-3/+15
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.simokawa2003-10-061-18/+24
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-210/+227
* Comment out verbose debug messages.simokawa2003-08-221-0/+2
* Change device name notation.simokawa2003-08-051-42/+41
OpenPOWER on IntegriCloud