aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwmem.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-101-2/+0
* Don't assume bio_cmd is a bit field.Warner Losh2016-03-101-1/+1
* Properly lock accesss to the firewire_comm->devices list.Will Andrews2015-01-211-3/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-31/+32
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-14/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-14/+27
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-1/+1
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix malloc type in free().Hidetoshi Shimokawa2004-11-101-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-15/+15
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-6/+14
* MFp4:Hidetoshi Shimokawa2004-01-051-2/+4
* Allow shared open of /dev/fwmem* for read-only.Hidetoshi Shimokawa2003-11-071-16/+42
* Reduce debug messages.Hidetoshi Shimokawa2003-10-231-2/+4
* Remove wrong usage of BUF_REFCNT().Hidetoshi Shimokawa2003-10-021-1/+0
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-021-143/+108
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix tsleep/wakup race on FreeBSD-4.Hidetoshi Shimokawa2003-07-011-2/+14
* Open fwmem device exclusively.Hidetoshi Shimokawa2003-06-031-0/+5
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-42/+30
* - The payload of Write Request Quad and Read Response Quad must beHidetoshi Shimokawa2003-03-241-1/+1
* - improve timeout handling in fwmem.cHidetoshi Shimokawa2003-03-071-14/+16
* MFp4(simokawa_sbp branch)Hidetoshi Shimokawa2003-02-271-0/+4
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-1/+1
* Add new ioctl to specify target EUI64 for fwmem.Hidetoshi Shimokawa2003-02-091-8/+26
* - Detect split transcation timeout.Hidetoshi Shimokawa2003-02-091-4/+6
* Fix memory leak.Hidetoshi Shimokawa2003-02-061-13/+20
* Fix for fwmem write part.Hidetoshi Shimokawa2003-02-051-14/+14
* - Implement write part.Hidetoshi Shimokawa2003-02-041-30/+120
* - Take malloc type as an argument in fw_xfer_alloc().Hidetoshi Shimokawa2003-02-031-1/+1
* Define new malloc type M_FW and use it.Hidetoshi Shimokawa2003-02-011-1/+1
* Restart cycle master after bus manager election.Hidetoshi Shimokawa2003-01-301-2/+2
* Cosmetic change. s/Firewire/FireWire/.Hidetoshi Shimokawa2002-12-261-1/+1
* - Add fwmem_xfer_req() and use this in other functions.Hidetoshi Shimokawa2002-11-121-51/+47
* Use struct fw_device in fwmem.cHidetoshi Shimokawa2002-11-121-19/+78
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-37/+36
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-131-0/+254