|
Revision tags: release/15.1.0-p2, release/15.0.0-p12, release/14.4.0-p8 |
|
| #
dd56711e |
| 21-Jul-2026 |
Abdelkader Boudih <freebsd@seuros.com> |
firewire: replace magic numbers with named constants
No functional change.
Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D58311
|
| #
d3259935 |
| 21-Jul-2026 |
Abdelkader Boudih <freebsd@seuros.com> |
firewire: add warn-only CRC validation for CSR ROM directories
Implemented crom_crc_valid() helper to validate IEEE 1394 config ROM CRC-16 checksums.
Skipped root header CRC validation since csrhdr
firewire: add warn-only CRC validation for CSR ROM directories
Implemented crom_crc_valid() helper to validate IEEE 1394 config ROM CRC-16 checksums.
Skipped root header CRC validation since csrhdr.crc_len cover the entire ROM body which is not fully read at header parse time. Per-directory CRC checks below catch corruption where it needed.
Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D58307
show more ...
|
| #
c402d2e4 |
| 17-Jul-2026 |
Abdelkader Boudih <freebsd@seuros.com> |
fwisound: match unit directories instead of IDENTIFY
Migrated fwisound to use per-unit-directory child device
Differential Revision: https://reviews.freebsd.org/D58203 Reviewed by: adrian
|
| #
cd7b6508 |
| 09-Jul-2026 |
Abdelkader Boudih <freebsd@seuros.com> |
fwisound: add Apple FireWire audio driver
Expose audio capture from Apple FireWire devices as a standard pcm(4)/dsp(4) device via the newpcm framework.
(adrian: I've tested this on an isight camera
fwisound: add Apple FireWire audio driver
Expose audio capture from Apple FireWire devices as a standard pcm(4)/dsp(4) device via the newpcm framework.
(adrian: I've tested this on an isight camera and looped it back to USB speakers via "sox -t oss /dev/dsp3 -t oss /dev/dsp4")
Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D58109
show more ...
|