summaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-101-8/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+0
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-81/+57
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-24/+0
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+3
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Fix what seems to be an obvious typo preventing the body of theRoman Divacky2009-06-231-1/+1
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-40/+67
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-94/+185
* 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