Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   bjh21
Date:           Sat Aug 19 13:34:15 UTC 2006

Modified Files:
        src/sys/arch/acorn32/conf: Makefile.acorn32
        src/sys/arch/arm/iomd: files.iomd vidc20config.c vidcvideo.c

Log Message:
Arrange things so that if MONITOR isn't defined in the kernel configration,
we use the standard mode list from videomode.c rather than one generated
by makemodes.awk.  This is less useful than it might be since without a useful
frame rate from the bootloader we're likely to end up choosing a screen mode
that's either flickery or too fast for the monitor (or DRAM bandwidth).


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/acorn32/conf/Makefile.acorn32
cvs rdiff -r1.17 -r1.18 src/sys/arch/arm/iomd/files.iomd
cvs rdiff -r1.25 -r1.26 src/sys/arch/arm/iomd/vidc20config.c
cvs rdiff -r1.27 -r1.28 src/sys/arch/arm/iomd/vidcvideo.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