summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewirereg.h
Commit message (Expand)AuthorAgeFilesLines
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-201-0/+1
* Improve acquisition of transaction labels.simokawa2007-07-151-0/+1
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-071-0/+1
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-10/+27
* MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-211-14/+1
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-9/+9
* MFp4: remove unused fw_asybusy().simokawa2007-04-301-1/+0
* MFp4: Simplify tlabel handlingsimokawa2007-04-301-7/+3
* Initialize configuration ROM before a bus reset.simokawa2007-04-301-1/+1
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-3/+1
* Remove retry_count.simokawa2007-03-161-2/+0
* * Remove xfer->retry_req.simokawa2007-03-161-3/+0
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-30/+30
* MFp4: FireWiresimokawa2004-03-261-6/+13
* Remove __P().simokawa2004-01-061-46/+46
* MFp4:simokawa2004-01-051-1/+0
* Add a compatibility macro for FreeBSD-4.simokawa2003-10-311-0/+1
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-8/+37
* Change device name notation.simokawa2003-08-051-3/+3
* Clean up fwdev.simokawa2003-08-011-1/+1
* Fix several problems related to resume:simokawa2003-06-281-0/+1
* - Enable support for building Configuration ROM.simokawa2003-06-151-0/+3
* Move CSR definitions to iec*.h from firewirereg.h.simokawa2003-04-291-28/+0
* - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-261-1/+0
* MFp4(simokawa_firewire):simokawa2003-04-171-71/+23
* MFp4(simokawa_sbp)simokawa2003-03-061-0/+2
* MFp4(simokawa_sbp branch)simokawa2003-02-271-0/+6
* remove unused code.simokawa2003-02-211-1/+2
* firewire/fwohcisimokawa2003-02-131-0/+1
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-091-1/+1
* - Detect split transcation timeout.simokawa2003-02-091-1/+3
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-1/+3
* Define new malloc type M_FW and use it.simokawa2003-02-011-0/+2
* - replace timeout with callout_*.simokawa2003-02-011-5/+5
* SBP related changes.simokawa2003-01-311-1/+2
* 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-2/+0
* - Improve IT/IR DMA queue management.simokawa2003-01-261-6/+4
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-1/+1
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-241-0/+2
* Define misc structs outside of struct firewire_comm.simokawa2003-01-211-77/+85
* Minimal fix for DV part.simokawa2003-01-131-1/+1
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-071-1/+1
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-051-0/+2
* Split userland services to fwdev.c.simokawa2002-11-121-0/+2
* Use struct fw_device in fwmem.csimokawa2002-11-121-1/+4
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-131-0/+349
OpenPOWER on IntegriCloud