summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restart cycle master after bus manager election.simokawa2003-01-301-21/+68
* - Fix build on alpha.simokawa2003-01-291-3/+2
* - Improve IT/IR DMA queue management.simokawa2003-01-261-178/+0
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-241-4/+10
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-231-14/+13
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-171-12/+12
* Fix bus manager election process.simokawa2003-01-171-16/+18
* Improve memory allocation.simokawa2003-01-161-4/+4
* Add DV_PAL for PAL users.simokawa2003-01-151-5/+5
* Fix IT DMA underun while bus reset.simokawa2003-01-151-0/+2
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
OpenPOWER on IntegriCloud