CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/25 00:45:27
Modified files:
sys/arch/amd64/amd64: efifb.c
sys/arch/armv7/exynos: exdisplay.c
sys/arch/armv7/omap: 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
sys/dev/fdt : rkdrm.c simplefb.c
sys/dev/ic : 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
sys/dev/usb : udl.c
sys/dev/wscons : wsdisplay.c wsdisplayvar.h wsemul_sun.c
wsemul_vt100.c wsemul_vt100_subr.c
Log message:
rename wsdisplay alloc_attr() to pack_attr()
Suggested by John Carmack. miod agrees a rename would make sense and
explained it was initially thought drivers may need to allocate storage
but in practice they don't need more than 32 bits for an attribute.
ok mpi@