summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up include files.simokawa2003-07-181-3/+0
* Add some debug messages.simokawa2003-07-181-4/+6
* Configuraiton ROM fix:simokawa2003-07-091-8/+26
* Include file clean up.simokawa2003-06-301-2/+3
* Fix several problems related to resume:simokawa2003-06-281-2/+16
* - Enable support for building Configuration ROM.simokawa2003-06-151-16/+100
* Allocate zeroed space for fwdev.simokawa2003-06-031-1/+2
* - Use moderate gap counts listed in IEEE1394a.simokawa2003-05-111-28/+32
* Don't panic for FWXF_START state in fw_xfer_unload().simokawa2003-05-051-2/+7
* Set status to FWDEVINVAL if probe failed.simokawa2003-04-301-6/+7
* - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-261-83/+4
* Fix printf warning for RELENG_4.simokawa2003-04-241-0/+4
* MFp4(simokawa_firewire):simokawa2003-04-171-235/+232
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* MFp4(simokawa_sbp)simokawa2003-03-061-0/+1
* MFp4(simokawa_sbp branch)simokawa2003-02-271-8/+4
* Fix fwdev memory leak on detaching.simokawa2003-02-181-5/+13
* * firewire.csimokawa2003-02-181-0/+6
* * firewire.csimokawa2003-02-171-2/+6
* - Increase split transaction timeout from 2 sec to 6 sec.simokawa2003-02-151-3/+3
* firewire/fwohcisimokawa2003-02-131-8/+13
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-091-2/+2
* - Detect split transcation timeout.simokawa2003-02-091-48/+114
* Add missing 'static'.simokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-11/+13
* Define new malloc type M_FW and use it.simokawa2003-02-011-25/+27
* - replace timeout with callout_*.simokawa2003-02-011-31/+34
* Sort device list by eui64 in acendent order correctly.simokawa2003-02-011-12/+12
OpenPOWER on IntegriCloud