kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After removal, the preprocessed source of a build with the oldMakefiles was compared against one with the changes (for variouskernel configurations and when building just from /usr/src) toverify that the commit leads to no functional change.
show more ...
usb4bsd: use generated usbdevs.hreplace respective includes and fixup makefiles
usb4bsd: Initial round of build fixes for serial drivers.Not hooked into the build because some things are still missing,most importantly ucom(4) porting.