Module Name:    src
Committed By:   riastradh
Date:           Sun Jul 17 10:28:09 UTC 2022

Modified Files:
        src/sys/arch/arm/omap: omapfb.c
        src/sys/arch/arm/ti: omap3_dss.c
        src/sys/dev/pci: wcfb.c
        src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h

Log Message:
wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.

Should find a way to avoid the #ifdefs in the .h file, but this makes
the code a good deal more legible and easier to maitain, at least.
No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/omap/omapfb.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/ti/omap3_dss.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/wcfb.c
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/wscons/wsdisplay_vcons.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/wscons/wsdisplay_vconsvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to