- Convert unconditional EXTRA_PATCHES to regular patches (they used to
be conditional on an OSVERSION check removed several years ago)
- Regenerate patches with make makepatch to ease future maintenance.
Differential Revision: https://reviews.freebsd.org/D35949
src/sys/dev/usb/usb_port.h hacked off some deprecated compatibilty macros.
A number of manually designed device printf statements were replaced with
the appropriate calls to device_printf(9). In addition, did a find/replace
of other removed macros with the previous definitions from that file.
I don't have a camera so I don't know the operative status of this port
under -CURRENT yet.
PR: ports/106794