Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   joerg
Date:           Tue Dec 25 14:22:27 UTC 2007

Modified Files:
        src/sys/arch/i386/conf: ALL
        src/sys/arch/x86/conf: files.x86
        src/sys/dev/pci: files.pci vga_pci.c
Added Files:
        src/sys/arch/x86/include: vga_post.h
        src/sys/arch/x86/x86: vga_post.c

Log Message:
Add initial version of calling VGA POST from vga_resume. This is the
equivalent to "vbetool post" using x86emu in the kernel.


To generate a diff of this commit:
cvs rdiff -r1.148 -r1.149 src/sys/arch/i386/conf/ALL
cvs rdiff -r1.37 -r1.38 src/sys/arch/x86/conf/files.x86
cvs rdiff -r0 -r1.1 src/sys/arch/x86/include/vga_post.h
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/vga_post.c
cvs rdiff -r1.299 -r1.300 src/sys/dev/pci/files.pci
cvs rdiff -r1.37 -r1.38 src/sys/dev/pci/vga_pci.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