modules: increase MAXMODNAME and provide backward compatWith various firmware files used by graphics and wireless driverswe are exceeding the current 32 character module name (file pathin kldxref
modules: increase MAXMODNAME and provide backward compatWith various firmware files used by graphics and wireless driverswe are exceeding the current 32 character module name (file pathin kldxref) length.In order to overcome this issue bump it to the maximum path lengthfor the next version.To be able to MFC provide backward compat support for another versionof the struct as the offsets for the second half change due to thearray size increase.MAXMODNAME being defined to MAXPATHLEN needs param.h to beincluded first. With only 7 modules (or LinuxKPI module.h) notdoing that adjust them rather than including param.h in module.h [1].Reported by: Greg V (greg unrelenting.technology)Sponsored by: The FreeBSD FoundationSuggested by: imp [1]Reviewed by: imp (and others to different level)Differential Revision: https://reviews.freebsd.org/D32383(cherry picked from commit df38ada2931f95d07b65b19fcfb4c9845d656ba9)
show more ...
videomode: clean up empty lines in .c and .h files
Add hskew field to struct videomode. It is required by some controllersthat are not 100% VESA-compatible (e.g. TDA19988 HDMI framer)
Import videomode code from NetBSD which is needed by USB display link drivers.