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 ...
modules: remove KMODDEPS, it is not used anymore
Sync with FreeBSD-current:- Split dcons core and OS dependent part.- Use dcons buffer passed by loader(8).- Invalidate dcons buffer on shutdown.
Use opt_dcons.h.Remove unnecessary CFLAGS.
Add dcons(4), a pseudo console driver for FireWire and KVM interface.dcons_crom(4) is a glue for FireWire interface.Obtained from: FreeBSD