summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Protect calling fwohci_intr() with splfw() for 4-stable.simokawa2003-02-151-1/+3
* - Increase split transaction timeout from 2 sec to 6 sec.simokawa2003-02-151-3/+3
* Clear the bus reset event flag as soon as possible aftersimokawa2003-02-141-0/+9
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* firewire/fwohcisimokawa2003-02-134-50/+75
* Increase atrq.ndesc for if_fwe.simokawa2003-02-091-2/+2
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-095-12/+33
* Remove unnecessary check for OCB_ACT_CMD.simokawa2003-02-091-5/+1
* - Detect split transcation timeout.simokawa2003-02-094-65/+139
* Remove debug message.simokawa2003-02-071-1/+0
* Fix memory leak.simokawa2003-02-061-13/+20
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* - Implement write part.simokawa2003-02-042-30/+122
* - Improve recovery after timeout.simokawa2003-02-041-53/+79
* Remove unnecessary M_NOWAIT.simokawa2003-02-032-8/+7
* Add missing 'static'.simokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-037-41/+52
* Define new malloc type M_FW and use it.simokawa2003-02-018-76/+81
* - replace timeout with callout_*.simokawa2003-02-016-53/+51
* Check status FIFO more closely to report error.simokawa2003-02-011-11/+43
* Add basic support for device wiring down to specific (CAM)simokawa2003-02-011-4/+55
* Sort device list by eui64 in acendent order correctly.simokawa2003-02-011-12/+12
* function name change.simokawa2003-01-311-1/+1
* SBP related changes.simokawa2003-01-313-14/+64
* SBP related changes.simokawa2003-01-312-8/+16
* Restart cycle master after bus manager election.simokawa2003-01-304-25/+74
* - Handle SCSI_STATUS_BUSY case.simokawa2003-01-301-5/+9
* - Probe number of IT/IR DMA contexts as specified in OHCI spec.simokawa2003-01-291-9/+9
* - Fix build on alpha.simokawa2003-01-292-4/+3
* - Allow multiple packets read/write for IR/IT to reduce system call.simokawa2003-01-282-35/+43
* - Split db.desc.cmd into desc.control and desc.reqcount.simokawa2003-01-262-103/+127
* - Improve IT/IR DMA queue management.simokawa2003-01-264-428/+235
* Change API of FW_GDEVLST ioctl.simokawa2003-01-255-40/+50
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-245-10/+35
* Merge little and big endian case.simokawa2003-01-242-251/+127
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-232-18/+29
* Define misc structs outside of struct firewire_comm.simokawa2003-01-211-77/+85
* Ignore events of unused IR DMA.simokawa2003-01-211-3/+11
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-5/+5
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-174-23/+23
* Improve some debug massages.simokawa2003-01-171-3/+3
* Fix bus manager election process.simokawa2003-01-171-16/+18
* Detect underrun of IT queue for debugging.simokawa2003-01-172-38/+56
* Improve memory allocation.simokawa2003-01-164-29/+43
* Use cycleMatch for precise IT DMA start timing.simokawa2003-01-161-12/+40
* DV_PAL shouldn't be here.simokawa2003-01-151-2/+0
* Add DV_PAL for PAL users.simokawa2003-01-153-7/+14
* Fix IT DMA underun while bus reset.simokawa2003-01-152-29/+30
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
* Minimal fix for DV part.simokawa2003-01-134-32/+84
OpenPOWER on IntegriCloud