summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Device megapatch 4/6:phk2004-02-211-3/+3
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
* Add NEC uPD72873.simokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
* * fwohci_pci.csimokawa2004-01-232-10/+17
* Add missing free() in exception handlers.simokawa2004-01-222-2/+3
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
* * firewiresimokawa2004-01-083-18/+34
* Remove __P().simokawa2004-01-066-126/+126
* Fix register mis-alignment introduced in rev1.12.simokawa2004-01-061-33/+34
* MFp4:simokawa2004-01-056-29/+27
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-4/+4
* Fix panic.simokawa2003-12-131-6/+2
* MFp4:simokawa2003-12-112-129/+310
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* 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
OpenPOWER on IntegriCloud