summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-40/+67
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-93/+184
* Configuration ROM length should be unsigned.Hidetoshi Shimokawa2007-04-241-1/+1
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-1/+1
* Correct a signedness bug which allowed members of the operatorColin Percival2006-12-061-1/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-081-1/+2
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-11/+11
* Don't try to copy out the result payload if there isn't one. This ioctlDoug Rabson2004-05-231-6/+14
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-4/+4
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-12/+26
* Fix a bug introduced in rev 1.33(mega API change).Hidetoshi Shimokawa2004-03-241-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-3/+3
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Add missing free() in exception handlers.Hidetoshi Shimokawa2004-01-221-2/+2
* Respect a return code of fwmem_open().Hidetoshi Shimokawa2003-11-071-3/+3
* Fix for FW_ASYREQ.Hidetoshi Shimokawa2003-10-241-39/+36
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-21/+65
* Fix a bug in fwdev_clone().Hidetoshi Shimokawa2003-10-011-1/+1
* Change device name notation.Hidetoshi Shimokawa2003-08-051-8/+95
* Clean up fwdev.Hidetoshi Shimokawa2003-08-011-208/+224
* Allow retrieval of local Configuration ROM.Hidetoshi Shimokawa2003-07-121-7/+22
* Set the local bus address in xfer->dst.Hidetoshi Shimokawa2003-04-221-2/+2
* Remove unused code.Hidetoshi Shimokawa2003-04-211-70/+32
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-294/+83
* 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