summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwdev.c
Commit message (Expand)AuthorAgeFilesLines
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-5/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+3
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Fix what seems to be an obvious typo preventing the body of therdivacky2009-06-231-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-40/+67
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-94/+185
* Configuration ROM length should be unsigned.simokawa2007-04-241-1/+1
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-1/+1
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-1/+2
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-11/+11
* Don't try to copy out the result payload if there isn't one. This ioctldfr2004-05-231-6/+14
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-4/+4
* MFp4: FireWiresimokawa2004-03-261-12/+26
* Fix a bug introduced in rev 1.33(mega API change).simokawa2004-03-241-1/+1
* 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
OpenPOWER on IntegriCloud