Re: git: 5d0258d4ea51 - main - fwcamctl: remove, superseded by the video(4) interface
Date: Tue, 11 Aug 2026 15:09:05 UTC
On Sun, Aug 09, 2026 at 05:01:41PM +0000, Adrian Chadd wrote: A> The branch main has been updated by adrian: A> A> URL: https://cgit.FreeBSD.org/src/commit/?id=5d0258d4ea51738ae28262e01514bb4b78ec158d A> A> commit 5d0258d4ea51738ae28262e01514bb4b78ec158d A> Author: Abdelkader Boudih <freebsd@seuros.com> A> AuthorDate: 2026-08-09 16:58:33 +0000 A> Commit: Adrian Chadd <adrian@FreeBSD.org> A> CommitDate: 2026-08-09 16:58:36 +0000 A> A> fwcamctl: remove, superseded by the video(4) interface A> A> fwcam(4) no longer creates its own character device or implements the A> FWCAM_* ioctls; it registers with video(4) and is driven through the A> standard V4L2 interface on /dev/videoN. A> A> Reviewed by: adrian A> Differential Revision: https://reviews.freebsd.org/D58500 A> --- A> sys/dev/firewire/fwcam.h | 80 +------- A> usr.sbin/Makefile | 1 - A> usr.sbin/fwcamctl/Makefile | 9 - A> usr.sbin/fwcamctl/fwcamctl.8 | 156 --------------- A> usr.sbin/fwcamctl/fwcamctl.c | 450 ------------------------------------------- A> 5 files changed, 1 insertion(+), 695 deletions(-) Deleted files should be added to ObsoleteFiles.inc. -- Gleb Smirnoff