summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Fix fwmem_strategy() race in 4-stable.simokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.simokawa2003-10-251-4/+4
* Fix for FW_ASYREQ.simokawa2003-10-241-39/+36
* Don't check timeout just after booted.simokawa2003-10-241-3/+15
* Reduce debug messages.simokawa2003-10-231-2/+4
* Add SBP-II target mode driver.simokawa2003-10-181-0/+1550
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.simokawa2003-10-061-18/+24
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.simokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.simokawa2003-10-061-12/+32
* 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-0212-656/+803
* Fix a bug in fwdev_clone().simokawa2003-10-011-1/+1
* Phy register map.simokawa2003-09-251-0/+168
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* Use __FBSDID().obrien2003-08-243-5/+10
* Make this compiled on RELENG_4.simokawa2003-08-221-0/+5
* Comment out verbose debug messages.simokawa2003-08-222-0/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Include order bit in sdev->type.simokawa2003-08-211-1/+1
* Fill reserved fields of transmitting packets header with zero.simokawa2003-08-202-14/+24
* Remove unused code.simokawa2003-08-191-2/+0
* Drop too short packets.simokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().simokawa2003-08-192-1/+18
* Validate number of iso. DMA channels.simokawa2003-08-121-0/+2
* Change device name notation.simokawa2003-08-054-54/+141
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-042-7/+14
* Workaround for gcc on alpha/ia64.simokawa2003-08-011-6/+4
* Clean up fwdev.simokawa2003-08-014-211/+234
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* - Detect full of DMA channel correctly.simokawa2003-08-011-2/+1
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Clean up include files.simokawa2003-07-186-23/+6
* Add some debug messages.simokawa2003-07-181-4/+6
* Allow retrieval of local Configuration ROM.simokawa2003-07-121-7/+22
* Configuraiton ROM fix:simokawa2003-07-091-8/+26
* Add compatibility for FreeBSD-4.simokawa2003-07-044-5/+21
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-0/+2
* Mega busdma API commit.scottl2003-07-014-5/+18
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Include file clean up.simokawa2003-06-303-4/+11
* Fix several problems related to resume:simokawa2003-06-284-5/+40
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-273-3/+4
* Bound check for broken Configuration ROM.simokawa2003-06-161-5/+19
* Fix for big endian.simokawa2003-06-161-2/+1
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
OpenPOWER on IntegriCloud