aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* MFC r314864: firewire/sbp: try to improve locking, plus a few style nitsAndriy Gapon2017-03-231-23/+42
* MFC r311305 (by asomers):Alexander Motin2017-03-232-6/+6
* MFC r314375: Remove some locking not needed for modern CAM.Alexander Motin2017-03-141-13/+1
* MFC r313982, r314068:Pedro F. Giffuni2017-03-141-1/+1
* MFC r314374: Add safety check against too long CDB.Alexander Motin2017-03-071-0/+5
* MFC r314358: Announce that sbp_targ(4) does not support initiator mode.Alexander Motin2017-03-061-1/+2
* MFC r309093: firewire: initialize tag label to -1 in fw_xfer_alloc()Andriy Gapon2016-12-141-0/+1
* MFC r309092: fwohci: report whether PhysicalUpperBound register is implementedAndriy Gapon2016-12-141-0/+10
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-105-22/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-035-9/+9
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+0
* Don't assume bio_cmd is a bit field.Warner Losh2016-03-101-1/+1
* firewire: fix a mismatch introduced in r230558.Pedro F. Giffuni2016-02-191-1/+1
* Fix remote DMA based firewire debugging when targetingWill Andrews2015-01-211-8/+16
* Fix firewire panic when issuing a reply to an unhandledWill Andrews2015-01-211-0/+1
* Properly lock accesss to the firewire_comm->devices list.Will Andrews2015-01-212-16/+6
* Fix panic in firewire and creation of invalid config ROM.Will Andrews2015-01-211-10/+19
* Fix a FWXF_INQ race in the firewire driver.Will Andrews2015-01-211-10/+2
* Fix one cause of firewire panics.Will Andrews2015-01-211-0/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-6/+8
* Do not pass whole descriptor block size as align to fwdma_malloc_multisegAlexander Kabaev2014-09-271-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-2719-1014/+939
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-16/+16
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-1814-432/+2
* Silence noisy firewire logging.Will Andrews2014-09-182-17/+0
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-284-33/+18
* Revert r267961, r267973:Glen Barber2014-06-274-18/+33
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-274-33/+18
* Set target->sbp field to valid value when sbp device is created.Alexander Kabaev2014-06-201-1/+1
* Various cleanups and fixes:John Baldwin2014-05-271-172/+102
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-7/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-306-8/+8
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-16/+19
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+2
* Partial MFproject/camlock r256671:Alexander Motin2013-10-211-1/+1
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-5/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+5
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-1/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* FireWire: Don't allow a tlabel to reference an xfer after free.Will Andrews2013-04-081-3/+12
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orWarner Losh2013-02-211-3/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-8/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-043-9/+9
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-5/+5
* Update sbp_targ such that it can actually handle multiple CTIO's during opera...Sean Bruno2012-01-251-79/+314
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0