Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86
Module Name: src
Committed By: jmcneill
Date: Mon Feb 16 22:29:33 UTC 2009
Modified Files:
src/sys/arch/x86/include: bootinfo.h
src/sys/arch/x86/x86: consinit.c x86_autoconf.c
Log Message:
Kernel-side modifications for framebuffer console support on i386 and amd64.
* New BTINFO_FRAMEBUFFER kernel parameter to pass screen configuration
* Early attach support for framebuffer console
* Pass BTINFO_FRAMEBUFFER parameters to genfb in device_register
* Provide hooks to genfb to set VGA DAC palette in 8bpp mode
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/x86/include/bootinfo.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/x86/x86/consinit.c
cvs rdiff -r1.35 -r1.36 src/sys/arch/x86/x86/x86_autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index