index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
videomode
Age
Commit message (
Expand
)
Author
2009-01-21
add a comment explaining how to regenerate videomode.c
jnemeth
2009-01-21
add a comment explaining how to regenerate ediddevs.h and ediddevs_data.h
jnemeth
2008-10-21
regen
macallan
2008-10-21
add 1152x900 at 66Hz and 76Hz
macallan
2008-10-19
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
apb
2007-04-03
regen
macallan
2007-04-03
add 1680x1050 @ 60.00Hz
macallan
2007-03-07
correct the maximum supported dotclock on monitors that report one value
macallan
2007-03-07
initialize edid_nmodes before using it (in edid_parse() )
macallan
2007-03-07
add 1280x1024@70Hz
macallan
2007-03-07
add Relisys
macallan
2007-01-08
add 1280x768@75Hz modeline
macallan
2006-11-11
add 1024x768 @ 89Hz for the Apple eMac
macallan
2006-10-26
Regen (__KERNEL_RCSID()).
bjh21
2006-10-26
Emit __KERNEL_RCSID() into videomodes.c so that kernels using it can be
bjh21
2006-05-13
Correct two problems with established timings. First, the wrong hex value
gdamore
2006-05-11
Change edid_parse() to take the edid structure as argument rather than
gdamore
2006-05-11
Add EDID framework. (No documentation as yet.)
gdamore
2006-05-09
Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, instead
gdamore
2006-03-08
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
lukem
2006-03-04
Fix a few minor errors in the config data. Tested with a sample config.
gdamore
2006-03-04
Added a test driver program.
gdamore
2006-03-04
Initial swag at common video mode database. Not used for anything (yet).
gdamore