Page MenuHomeFreeBSD

bhyve/vga.c: fix atc_color_select_67 bit shift
ClosedPublic

Authored by rlibby on Jul 28 2017, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 7:37 PM
Unknown Object (File)
Sun, Sep 28, 2:54 AM
Unknown Object (File)
Sep 9 2025, 5:41 PM
Unknown Object (File)
Sep 5 2025, 5:22 AM
Unknown Object (File)
Sep 1 2025, 10:56 AM
Unknown Object (File)
Sep 1 2025, 1:24 AM
Unknown Object (File)
Aug 20 2025, 3:04 PM
Unknown Object (File)
Jun 25 2025, 11:57 AM
Subscribers

Details

Summary

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.

Test Plan

gcc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable