summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minimal fix for DV part.simokawa2003-01-131-20/+22
* - Add error messages for bulkxfer.simokawa2003-01-091-0/+1
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-071-1/+9
* Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
* Reduce diff to RELENG_4.simokawa2003-01-051-0/+4
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-051-9/+9
* - Replace printf() with device_printf().simokawa2003-01-041-11/+11
* - Propagate suspend/resume to child devices.simokawa2003-01-041-0/+2
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-261-3/+3
* firewire.csimokawa2002-12-261-2/+2
* Reduce and improve debug messages.simokawa2002-12-061-15/+20
* - Remove unused code.simokawa2002-11-121-183/+21
* Split userland services to fwdev.c.simokawa2002-11-121-871/+5
* Use struct fw_device in fwmem.csimokawa2002-11-121-7/+8
* - Remove unused code.simokawa2002-11-121-129/+71
* - Fix printf warnings on 64bit plathome.simokawa2002-11-071-1/+11
* fix prototype of asyreqq().simokawa2002-10-211-2/+3
* Firewire device support for Apple eMac with PPC kernel.ikob2002-09-171-1/+1
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-131-0/+3245
OpenPOWER on IntegriCloud