summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Add tunables.Hidetoshi Shimokawa2003-11-131-4/+10
* Improve debug message.Hidetoshi Shimokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.Hidetoshi Shimokawa2003-11-121-2/+6
* Oops, fix typo in my name.Hidetoshi Shimokawa2003-11-122-4/+4
* Reduce debug message.Hidetoshi Shimokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.Hidetoshi Shimokawa2003-11-101-15/+50
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Allow shared open of /dev/fwmem* for read-only.Hidetoshi Shimokawa2003-11-071-16/+42
* Respect a return code of fwmem_open().Hidetoshi Shimokawa2003-11-071-3/+3
* Increase FWMAXQUEUE up to 128.Hidetoshi Shimokawa2003-11-071-1/+1
* Add compatibility for 4-stable.Hidetoshi Shimokawa2003-11-071-0/+5
* Use if_printf() for FWEDEBUG.Hidetoshi Shimokawa2003-11-061-7/+7
* - Change driver name to fix if_xname breakage in the previous revision.Hidetoshi Shimokawa2003-11-031-3/+3
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+5
* Add a new sysctl MIB to control exclusive login.Hidetoshi Shimokawa2003-10-311-1/+6
* Reject too large OHCI version number.Hidetoshi Shimokawa2003-10-311-4/+5
* Add a compatibility macro for FreeBSD-4.Hidetoshi Shimokawa2003-10-311-0/+1
* Fix fwmem_strategy() race in 4-stable.Hidetoshi Shimokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.Hidetoshi Shimokawa2003-10-251-4/+4
* Fix for FW_ASYREQ.Hidetoshi Shimokawa2003-10-241-39/+36
* Don't check timeout just after booted.Hidetoshi Shimokawa2003-10-241-3/+15
* Reduce debug messages.Hidetoshi Shimokawa2003-10-231-2/+4
* Add SBP-II target mode driver.Hidetoshi Shimokawa2003-10-181-0/+1550
* - Call sbp_reset_start() for mgm timeout.Hidetoshi Shimokawa2003-10-181-166/+316
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.Hidetoshi Shimokawa2003-10-061-18/+24
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.Hidetoshi Shimokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.Hidetoshi Shimokawa2003-10-061-12/+32
* Remove wrong usage of BUF_REFCNT().Hidetoshi Shimokawa2003-10-021-1/+0
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.Hidetoshi Shimokawa2003-10-0212-656/+803
* Fix a bug in fwdev_clone().Hidetoshi Shimokawa2003-10-011-1/+1
* Phy register map.Hidetoshi Shimokawa2003-09-251-0/+168
* Fix byte order of multi-byte scsi_status information.Hidetoshi Shimokawa2003-08-291-20/+11
* Use __FBSDID().David E. O'Brien2003-08-243-5/+10
* Make this compiled on RELENG_4.Hidetoshi Shimokawa2003-08-221-0/+5
* Comment out verbose debug messages.Hidetoshi Shimokawa2003-08-222-0/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Include order bit in sdev->type.Hidetoshi Shimokawa2003-08-211-1/+1
* Fill reserved fields of transmitting packets header with zero.Hidetoshi Shimokawa2003-08-202-14/+24
* Remove unused code.Hidetoshi Shimokawa2003-08-191-2/+0
* Drop too short packets.Hidetoshi Shimokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().Hidetoshi Shimokawa2003-08-192-1/+18
* Validate number of iso. DMA channels.Hidetoshi Shimokawa2003-08-121-0/+2
* Change device name notation.Hidetoshi Shimokawa2003-08-054-54/+141
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.Hidetoshi Shimokawa2003-08-042-7/+14
* Workaround for gcc on alpha/ia64.Hidetoshi Shimokawa2003-08-011-6/+4
* Clean up fwdev.Hidetoshi Shimokawa2003-08-014-211/+234
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.Hidetoshi Shimokawa2003-08-011-2/+2
* - Detect full of DMA channel correctly.Hidetoshi Shimokawa2003-08-011-2/+1