summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 4/6:phk2004-02-211-3/+3
* Device megapatch 1/6:phk2004-02-211-2/+0
* Add missing free() in exception handlers.simokawa2004-01-221-2/+2
* Respect a return code of fwmem_open().simokawa2003-11-071-3/+3
* Fix for FW_ASYREQ.simokawa2003-10-241-39/+36
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-21/+65
* Fix a bug in fwdev_clone().simokawa2003-10-011-1/+1
* Change device name notation.simokawa2003-08-051-8/+95
* Clean up fwdev.simokawa2003-08-011-208/+224
* Allow retrieval of local Configuration ROM.simokawa2003-07-121-7/+22
* Set the local bus address in xfer->dst.simokawa2003-04-221-2/+2
* Remove unused code.simokawa2003-04-211-70/+32
* MFp4(simokawa_firewire):simokawa2003-04-171-294/+83
* MFp4(simokawa_sbp)simokawa2003-03-061-6/+7
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+10
* Use canonical format for cdevsw initialization.phk2003-03-021-2/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-5/+5
* MFp4(simokawa_sbp branch)simokawa2003-02-271-0/+8
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* 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