summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-091-1/+1
* Remove unnecessary M_NOWAIT.simokawa2003-02-031-4/+4
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-3/+3
* Define new malloc type M_FW and use it.simokawa2003-02-011-27/+27
* - replace timeout with callout_*.simokawa2003-02-011-7/+3
* Restart cycle master after bus manager election.simokawa2003-01-301-1/+2
* - Allow multiple packets read/write for IR/IT to reduce system call.simokawa2003-01-281-33/+43
* - Improve IT/IR DMA queue management.simokawa2003-01-261-29/+12
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-12/+18
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-241-2/+14
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-171-7/+7
* Detect underrun of IT queue for debugging.simokawa2003-01-171-0/+4
* Improve memory allocation.simokawa2003-01-161-2/+2
* Add DV_PAL for PAL users.simokawa2003-01-151-2/+7
* Minimal fix for DV part.simokawa2003-01-131-1/+8
* Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-041-5/+0
* fix wording.simokawa2002-11-121-1/+1
* Split userland services to fwdev.c.simokawa2002-11-121-0/+916
OpenPOWER on IntegriCloud