summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci.c
Commit message (Expand)AuthorAgeFilesLines
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-81/+59
* Comment out verbose debug messages.simokawa2003-08-221-0/+2
* Fill reserved fields of transmitting packets header with zero.simokawa2003-08-201-10/+22
* Remove unused code.simokawa2003-08-191-2/+0
* Allow to access phy registers via ioctl().simokawa2003-08-191-1/+16
* Validate number of iso. DMA channels.simokawa2003-08-121-0/+2
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-041-1/+7
* Clean up fwdev.simokawa2003-08-011-0/+7
* Clean up include files.simokawa2003-07-181-13/+0
* Add compatibility for FreeBSD-4.simokawa2003-07-041-1/+4
* Mega busdma API commit.scottl2003-07-011-1/+3
* Include file clean up.simokawa2003-06-301-2/+4
* Fix several problems related to resume:simokawa2003-06-281-2/+20
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-271-2/+1
* - Enable support for building Configuration ROM.simokawa2003-06-151-3/+6
* Set recv.len to zero if we get no response.simokawa2003-04-291-1/+4
* Fix indentation.simokawa2003-04-291-13/+13
* Make compiled on RELEGN_4simokawa2003-04-281-1/+2
* Fix printf warnings for i386 with PAE.simokawa2003-04-241-2/+2
* MFp4(simokawa_firewire):simokawa2003-04-171-784/+781
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-241-1/+8
* - improve timeout handling in fwmem.csimokawa2003-03-071-0/+6
* MFp4(simokawa_sbp)simokawa2003-03-061-10/+37
* Set ldesc after dbch->ndesc has initialized.simokawa2003-03-051-3/+2
* Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
* * firewire.csimokawa2003-02-181-1/+13
* firewire/fwohcisimokawa2003-02-131-37/+39
* Increase atrq.ndesc for if_fwe.simokawa2003-02-091-2/+2
* - Detect split transcation timeout.simokawa2003-02-091-12/+16
* Remove debug message.simokawa2003-02-071-1/+0
* Remove unnecessary M_NOWAIT.simokawa2003-02-031-4/+3
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-10/+17
* Define new malloc type M_FW and use it.simokawa2003-02-011-19/+19
* - replace timeout with callout_*.simokawa2003-02-011-2/+2
* SBP related changes.simokawa2003-01-311-1/+1
* - Probe number of IT/IR DMA contexts as specified in OHCI spec.simokawa2003-01-291-9/+9
* - Fix build on alpha.simokawa2003-01-291-1/+1
* - Split db.desc.cmd into desc.control and desc.reqcount.simokawa2003-01-261-65/+88
* - Improve IT/IR DMA queue management.simokawa2003-01-261-215/+219
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-12/+7
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-241-4/+7
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-231-4/+16
* Ignore events of unused IR DMA.simokawa2003-01-211-3/+11
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-171-3/+3
* Improve some debug massages.simokawa2003-01-171-3/+3
* Detect underrun of IT queue for debugging.simokawa2003-01-171-38/+52
* Improve memory allocation.simokawa2003-01-161-23/+34
* Use cycleMatch for precise IT DMA start timing.simokawa2003-01-161-12/+40
* Fix IT DMA underun while bus reset.simokawa2003-01-151-29/+28
OpenPOWER on IntegriCloud