summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Add tunables.simokawa2003-11-131-4/+10
* Improve debug message.simokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.simokawa2003-11-121-2/+6
* Oops, fix typo in my name.simokawa2003-11-122-4/+4
* Reduce debug message.simokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.simokawa2003-11-101-15/+50
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Allow shared open of /dev/fwmem* for read-only.simokawa2003-11-071-16/+42
* Respect a return code of fwmem_open().simokawa2003-11-071-3/+3
* Increase FWMAXQUEUE up to 128.simokawa2003-11-071-1/+1
* Add compatibility for 4-stable.simokawa2003-11-071-0/+5
* Use if_printf() for FWEDEBUG.simokawa2003-11-061-7/+7
* - Change driver name to fix if_xname breakage in the previous revision.simokawa2003-11-031-3/+3
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+5
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* Add a compatibility macro for FreeBSD-4.simokawa2003-10-311-0/+1
* 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
OpenPOWER on IntegriCloud