aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* cam: prefer cam_sim_softc() over accessing cam_sim structure directly.Warner Losh2021-06-031-2/+2
* fwip(4): fixing kernel panic when receiving unicast packetTai-hwa Liang2021-04-151-1/+5
* fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin2021-02-171-1/+1
* fwohci(4): remove support for Sun PCIO-2 FireWire controllersMarius Strobl2020-12-252-14/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Make sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.Edward Tomasz Napierala2020-11-231-3/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-8/+10
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+0
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* style(9): remove extraneous empty linesGleb Smirnoff2019-09-251-1/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-6/+6
* Use https over http for FreeBSD pagesEitan Adler2018-07-271-1/+1
* The Uninorth ID was really for Uninorth 2.Warner Losh2018-04-012-3/+3
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-311-0/+2
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-062-5/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1811-0/+22
* firewire/sbp: try to improve locking, plus a few style nitsAndriy Gapon2017-03-071-23/+42
* Remove some locking not needed for modern CAM.Alexander Motin2017-02-281-13/+1
* Add safety check against too long CDB.Alexander Motin2017-02-281-0/+5
* Announce that sbp_targ(4) does not support initiator mode.Alexander Motin2017-02-271-1/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* firewire: initialize tag label to -1 in fw_xfer_alloc()Andriy Gapon2016-11-241-0/+1
* fwohci: report whether PhysicalUpperBound register is implementedAndriy Gapon2016-11-241-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