]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286667 & r286723
authormarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Aug 2015 14:39:40 +0000 (14:39 +0000)
committermarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Aug 2015 14:39:40 +0000 (14:39 +0000)
commitda22e7b5fe1c89f0092945ae75c8fdc71378cd7b
treee20265d6eec7a4355210772dd496b1c6da24ed19
parentd6dd4b27a70bd278bf82675d0474e23eb37955bd
MFC r286667 & r286723

Better support memory mapped console devices, such as VGA and EFI
frame buffers and memory mapped UARTs.

PR: 191564, 194952, 202276

git-svn-id: svn://svn.freebsd.org/base/stable/10@287126 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/amd64/machdep.c
sys/amd64/amd64/pmap.c
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/vt/hw/efifb/efifb.c
sys/dev/vt/hw/vga/vt_vga.c
sys/dev/vt/hw/vga/vt_vga_reg.h
sys/i386/i386/machdep.c
sys/i386/i386/pmap.c
sys/x86/include/bus.h
sys/x86/x86/bus_machdep.c [new file with mode: 0644]