summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwmem.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix malloc type in free().simokawa2004-11-101-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-15/+15
* MFp4: FireWiresimokawa2004-03-261-6/+14
* MFp4:simokawa2004-01-051-2/+4
* Allow shared open of /dev/fwmem* for read-only.simokawa2003-11-071-16/+42
* Reduce debug messages.simokawa2003-10-231-2/+4
* Remove wrong usage of BUF_REFCNT().simokawa2003-10-021-1/+0
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-143/+108
* Use __FBSDID().obrien2003-08-241-1/+3
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Open fwmem device exclusively.simokawa2003-06-031-0/+5
* MFp4(simokawa_firewire):simokawa2003-04-171-42/+30
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-241-1/+1
* - improve timeout handling in fwmem.csimokawa2003-03-071-14/+16
* MFp4(simokawa_sbp branch)simokawa2003-02-271-0/+4
* Cleanup of the d_mmap_t interface.mux2003-02-251-1/+1
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-091-8/+26
* - Detect split transcation timeout.simokawa2003-02-091-4/+6
* Fix memory leak.simokawa2003-02-061-13/+20
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* - Implement write part.simokawa2003-02-041-30/+120
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-1/+1
* Define new malloc type M_FW and use it.simokawa2003-02-011-1/+1
* Restart cycle master after bus manager election.simokawa2003-01-301-2/+2
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-261-1/+1
* - Add fwmem_xfer_req() and use this in other functions.simokawa2002-11-121-51/+47
* Use struct fw_device in fwmem.csimokawa2002-11-121-19/+78
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-37/+36
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-131-0/+254
OpenPOWER on IntegriCloud