CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/25 03:55:49
Modified files:
sys/arch/amd64/amd64: efifb.c
sys/arch/armv7/exynos: exdisplay.c
sys/arch/armv7/omap: amdisplay.c omdisplay.c
sys/arch/loongson/dev: radeonfb.c sisfb.c smfb.c
sys/arch/luna88k/dev: lunafb.c omrasops.c
sys/arch/macppc/macppc: ofw_machdep.c
sys/arch/macppc/pci: vgafb.c
sys/arch/sgi/dev: gbe.c impact.c
sys/arch/sgi/gio: grtwo.c light.c newport.c
sys/arch/sgi/xbow: odyssey.c
sys/arch/sparc64/dev: creator.c fb.c gfxp.c ifb.c machfb.c
pcons.c radeonfb.c raptor.c
sys/dev/fdt : rkdrm.c simplefb.c ssdfb.c
sys/dev/ic : pcdisplay_subr.c pcdisplayvar.h sti.c vga.c
sys/dev/isa : pcdisplay.c
sys/dev/pci : tga.c
sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c
sys/dev/pci/drm/i915: i915_drv.c
sys/dev/pci/drm/radeon: radeon_kms.c
sys/dev/pcmcia : cfxga.c
sys/dev/rasops : rasops.c rasops.h rasops1.c rasops15.c
rasops24.c rasops32.c rasops4.c rasops8.c
rasops_bitops.h
sys/dev/sbus : cgsix.c mgx.c zx.c
sys/dev/usb : udl.c
sys/dev/wscons : wsdisplay.c wsdisplayvar.h wsemul_dumb.c
wsemul_sun.c wsemul_vt100.c wsemul_vt100_subr.c
wsemul_vt100var.h wsemulvar.h
Log message:
change wsdisplay attribute type from long to uint32_t
miod explained it was initially a long as it was thought drivers may
need to allocate storage but in practice they don't need more than
32 bits for an attribute.
suggested and reviewed by miod@