freebsd-skq/usr.sbin/bhyve
rlibby f145a20f2f 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
2017-07-28 21:47:10 +00:00
..
acpi.c
acpi.h
ahci.h
atkbdc.c
atkbdc.h
bhyve.8 Bump manpage date. 2017-06-02 02:37:17 +00:00
bhyvegc.c bhyvegc_resize: make use of reallocarray(3) for bounds-checking. 2017-05-24 14:24:47 +00:00
bhyvegc.h
bhyverun.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
bhyverun.h
block_if.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
block_if.h
bootrom.c
bootrom.h
console.c
console.h
consport.c bhyve: whitespace fix for r313727 2017-02-14 16:49:32 +00:00
dbgport.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
dbgport.h
fwctl.c
fwctl.h
inout.c
inout.h
ioapic.c
ioapic.h
Makefile Add VNC Authentication support based on RFC6143 section 7.2.2. 2017-06-02 02:35:16 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-07-10 23:52:04 +00:00
mem.c
mem.h
mevent_test.c
mevent.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
mevent.h
mptbl.c
mptbl.h
pci_ahci.c Fix variable for sizeof() in previous commit. 2017-04-02 20:57:59 +00:00
pci_e82545.c bhyve/pci_e82545.c: squelch gcc warning for noreturn procedure 2017-07-28 21:42:59 +00:00
pci_emul.c
pci_emul.h
pci_fbuf.c Add VNC Authentication support based on RFC6143 section 7.2.2. 2017-06-02 02:35:16 +00:00
pci_hostbridge.c
pci_irq.c
pci_irq.h
pci_lpc.c
pci_lpc.h
pci_passthru.c We need CAP_MMAP_RW on memfd, since init_msix_table() may call mmap(). 2017-04-27 05:48:52 +00:00
pci_uart.c
pci_virtio_block.c
pci_virtio_console.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
pci_virtio_net.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
pci_virtio_rnd.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
pci_xhci.c Make comments match the code. No functional change. 2017-04-28 05:09:51 +00:00
pci_xhci.h
pm.c
post.c
ps2kbd.c
ps2kbd.h
ps2mouse.c Make sure the 'Always-one' bit is always set to one, 2017-01-08 20:29:35 +00:00
ps2mouse.h
rfb.c Check if pthread_create(3) successfully created the thread prior to call 2017-06-16 01:26:01 +00:00
rfb.h Add VNC Authentication support based on RFC6143 section 7.2.2. 2017-06-02 02:35:16 +00:00
rtc.c
rtc.h
smbiostbl.c
smbiostbl.h
sockstream.c
sockstream.h
spinup_ap.c
spinup_ap.h
task_switch.c
uart_emul.c Capsicum support for bhyve(8). 2017-02-14 13:35:59 +00:00
uart_emul.h
usb_emul.c
usb_emul.h
usb_mouse.c This fixes a typo in bhyve's USB mouse emulation. 2017-03-22 16:53:03 +00:00
vga.c bhyve/vga.c: fix atc_color_select_67 bit shift 2017-07-28 21:47:10 +00:00
vga.h
virtio.c
virtio.h Use correct PCI device id for virtio-rng. 2017-01-08 20:58:58 +00:00
xmsr.c
xmsr.h