summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC:John-Mark Gurney2005-03-021-0/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-1/+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
* Don't panic for FWXF_START state in fw_xfer_unload().Hidetoshi Shimokawa2003-05-051-2/+7
* Set status to FWDEVINVAL if probe failed.Hidetoshi Shimokawa2003-04-301-6/+7
* - Improve configuration ROM parser for multiple unit directory.Hidetoshi Shimokawa2003-04-261-83/+4
* Fix printf warning for RELENG_4.Hidetoshi Shimokawa2003-04-241-0/+4
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-235/+232
* - The payload of Write Request Quad must be network byte order.Hidetoshi Shimokawa2003-03-241-1/+1
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-061-0/+1
* MFp4(simokawa_sbp branch)Hidetoshi Shimokawa2003-02-271-8/+4
* Fix fwdev memory leak on detaching.Hidetoshi Shimokawa2003-02-181-5/+13
* * firewire.cHidetoshi Shimokawa2003-02-181-0/+6
* * firewire.cHidetoshi Shimokawa2003-02-171-2/+6
* - Increase split transaction timeout from 2 sec to 6 sec.Hidetoshi Shimokawa2003-02-151-3/+3
* firewire/fwohciHidetoshi Shimokawa2003-02-131-8/+13
* Add new ioctl to specify target EUI64 for fwmem.Hidetoshi Shimokawa2003-02-091-2/+2
* - Detect split transcation timeout.Hidetoshi Shimokawa2003-02-091-48/+114
* Add missing 'static'.Hidetoshi Shimokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().Hidetoshi Shimokawa2003-02-031-11/+13
* Define new malloc type M_FW and use it.Hidetoshi Shimokawa2003-02-011-25/+27
* - replace timeout with callout_*.Hidetoshi Shimokawa2003-02-011-31/+34