aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: replace magic numbers with named constantsAbdelkader Boudih2026-07-2012-58/+112
* firewire: remove dead code across the subsystemAbdelkader Boudih2026-07-209-428/+3
* firewire: force root change when root node is not cycle master capableAbdelkader Boudih2026-07-201-3/+4
* firewire: drain pending xfers after callout stop in detachAbdelkader Boudih2026-07-201-1/+3
* firewire: add warn-only CRC validation for CSR ROM directoriesAbdelkader Boudih2026-07-205-1/+32
* firewire: remove SPL callsAbdelkader Boudih2026-07-178-107/+14
* fwdv: match unit directories instead of IDENTIFYAbdelkader Boudih2026-07-171-87/+26
* fwisound: match unit directories instead of IDENTIFYAbdelkader Boudih2026-07-171-116/+50
* fwcam: match unit directories, defer probe to first openAbdelkader Boudih2026-07-172-105/+103
* firewire: per-unit-directory child device supportAbdelkader Boudih2026-07-176-26/+285
* fwdv: add AV/C DV capture driver for FireWire camcordersAbdelkader Boudih2026-07-122-0/+1296
* fwisound: add Apple FireWire audio driverAbdelkader Boudih2026-07-093-0/+954
* fwcam: retry ISO enable after re-powering cameraAbdelkader Boudih2026-07-091-1/+16
* fwcam: defer ISO streaming to first readAbdelkader Boudih2026-07-091-14/+10
* fwcamctl: add control utility for fwcam(4) IIDC FireWire camerasAbdelkader Boudih2026-07-082-21/+64
* fwcam: write video mode registers before enabling ISO streamingAbdelkader Boudih2026-07-082-3/+44
* fwcam: set ISO speed from device link speedAbdelkader Boudih2026-07-081-0/+1
* fwcam: add dynamic resolution and frame rate supportAbdelkader Boudih2026-07-082-3/+32
* fwohci: fix LPS delay, PHY_INT storm, and SID timeout recoveryAbdelkader Boudih2026-07-082-8/+54
* fwip: Fix M_PKTHDR loss in fwip_async_output broadcast pathAbdelkader Boudih2026-07-051-7/+15
* fwcam: add IIDC 1394 FireWire camera driverAbdelkader Boudih2026-06-252-0/+1314
* firewire: add shared helpers for ISO receive driversAbdelkader Boudih2026-06-251-0/+290
* firewire: NULL check on malloc in fw_busreset()Abdelkader Boudih2026-06-221-0/+3
* firewire: extract shared helpers from fwe and fwipAbdelkader Boudih2026-06-193-95/+128
* firewire: Fix watchdog_clock aliasing and fw_tl2xfer UAF raceAbdelkader Boudih2026-06-082-30/+38
* firewire: clean up XXX commentsAbdelkader Boudih2026-06-061-16/+9
* fix(fwe): add missing net epoch around ether_inputAbdelkader Boudih2026-06-061-0/+3
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-254-4/+4
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-181-1/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-5/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-2/+2
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-2/+2
* fwip(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-5/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-282-8/+2
* 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