aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4(simokawa_sbp)Hidetoshi Shimokawa2003-03-061-6/+7
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+10
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-021-2/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-5/+5
* MFp4(simokawa_sbp branch)Hidetoshi Shimokawa2003-02-271-0/+8
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+2
* Add new ioctl to specify target EUI64 for fwmem.Hidetoshi Shimokawa2003-02-091-1/+1
* Remove unnecessary M_NOWAIT.Hidetoshi Shimokawa2003-02-031-4/+4
* - Take malloc type as an argument in fw_xfer_alloc().Hidetoshi Shimokawa2003-02-031-3/+3
* Define new malloc type M_FW and use it.Hidetoshi Shimokawa2003-02-011-27/+27
* - replace timeout with callout_*.Hidetoshi Shimokawa2003-02-011-7/+3
* Restart cycle master after bus manager election.Hidetoshi Shimokawa2003-01-301-1/+2
* - Allow multiple packets read/write for IR/IT to reduce system call.Hidetoshi Shimokawa2003-01-281-33/+43
* - Improve IT/IR DMA queue management.Hidetoshi Shimokawa2003-01-261-29/+12
* Change API of FW_GDEVLST ioctl.Hidetoshi Shimokawa2003-01-251-12/+18
* Remove FW_SSTDV ioctl. It is not used anymore.Hidetoshi Shimokawa2003-01-241-2/+14
* Replace M_DONTWAIT with M_NOWAIT for malloc().Hidetoshi Shimokawa2003-01-171-7/+7
* Detect underrun of IT queue for debugging.Hidetoshi Shimokawa2003-01-171-0/+4
* Improve memory allocation.Hidetoshi Shimokawa2003-01-161-2/+2
* Add DV_PAL for PAL users.Hidetoshi Shimokawa2003-01-151-2/+7
* Minimal fix for DV part.Hidetoshi Shimokawa2003-01-131-1/+8
* Use device_printf() and s/fc->dev/fc->bdev/.Hidetoshi Shimokawa2003-01-061-2/+2
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-041-5/+0
* fix wording.Hidetoshi Shimokawa2002-11-121-1/+1
* Split userland services to fwdev.c.Hidetoshi Shimokawa2002-11-121-0/+916