aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-131-2/+2
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-7/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1610-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+0
* Mechanically convert fwe(4) and fwip(4) to IfAPIJustin Hibbits2023-02-064-96/+96
* firewire(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* Fix unused variable warning in fwohci.cDimitry Andric2022-07-211-2/+9
* firewire: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-095-15/+5
* firewire: Initialize firewire_devclass in fw_modevent.John Baldwin2022-04-271-2/+2
* firewire(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-12-204-7/+8
* firewire: plug set-but-not-used varsMateusz Guzik2021-12-091-13/+31
* 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