HomeFreeBSD

bhyve/vga.c: fix atc_color_select_67 bit shift

Description

bhyve/vga.c: fix atc_color_select_67 bit shift

Gcc noticed that the result of the bit shift is always zero. Shift so
that the ATC_CS_C67 bits end up in bits 6 & 7.

Reviewed by: grehan, tychon
Approved by: markj (mentor)
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D11775

Details

Provenance
rlibbyAuthored on
Reviewer
grehan
Differential Revision
D11775: bhyve/vga.c: fix atc_color_select_67 bit shift
Parents
rS321668: bhyve/pci_e82545.c: squelch gcc warning for noreturn procedure
Branches
Unknown
Tags
Unknown