summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge big endian and little endian case.simokawa2003-01-131-35/+42
* - Add error messages for bulkxfer.simokawa2003-01-092-4/+7
* - Fix print format for FreeBSD-4simokawa2003-01-071-3/+8
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-072-2/+10
* Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
* Reduce diff to RELENG_4.simokawa2003-01-054-3/+65
* Syntax fix in fwohci_pci_suspend().simokawa2003-01-051-1/+2
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-054-34/+49
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-043-13/+8
* - Handle zero sized directory right way.simokawa2003-01-041-4/+5
* - Replace printf() with device_printf().simokawa2003-01-044-63/+36
* - Propagate suspend/resume to child devices.simokawa2003-01-045-38/+99
* Experimental support for suspend/resume, not finished yet.simokawa2003-01-013-160/+182
* Reduce debug message.simokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.simokawa2003-01-013-5/+64
* Fix and add several device IDs.simokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.simokawa2002-12-312-15/+291
* Improve error checking of phy access and retry when error occurs.simokawa2002-12-311-16/+22
* - Add more CSR related definitions (IEEE-1212).simokawa2002-12-301-5/+62
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-266-10/+10
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.simokawa2002-12-261-1/+1
* firewire.csimokawa2002-12-265-36/+36
* Reduce and improve debug messages.simokawa2002-12-065-30/+47
* network interface driver changes:sam2002-11-141-16/+10
* - Add fwmem_xfer_req() and use this in other functions.simokawa2002-11-121-51/+47
* - Remove unused code.simokawa2002-11-121-183/+21
* fix wording.simokawa2002-11-121-1/+1
* Split userland services to fwdev.c.simokawa2002-11-123-871/+923
* Use struct fw_device in fwmem.csimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.simokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-4/+4
OpenPOWER on IntegriCloud