summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/aic7xxx
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2018-04-14 04:04:39 +0000
committermrg <mrg@NetBSD.org>2018-04-14 04:04:39 +0000
commite8647e45d45d070d6fe347e1f138ce4e1abdd6cc (patch)
treeb4e1dd71b46b5609e73d19b15b2f0624a0d72ecd /sys/dev/microcode/aic7xxx
parent7c6a1554a0e116425e50275d465ccc7753527ae4 (diff)
redo the previous -- compat/sys/siginfo.h is already included
later, as is another header. move them up near the top.
Diffstat (limited to 'sys/dev/microcode/aic7xxx')
0 files changed, 0 insertions, 0 deletions
comment (no functional change)jdc 2011-03-21Regenerate for:jdc 2011-03-21Add EDID established timing modelines for 720x400x70 and 720x400x88jdc 2010-10-12fix off-by-one error which happened when the first mode with matching size ismacallan 2010-05-04add a bunch of small utility functions to pick video modes based on thingsmacallan 2009-11-14Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE intsutsui 2009-01-21add a comment explaining how to regenerate videomode.cjnemeth 2009-01-21add a comment explaining how to regenerate ediddevs.h and ediddevs_data.hjnemeth 2008-10-21regenmacallan 2008-10-21add 1152x900 at 66Hz and 76Hzmacallan 2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb 2007-04-03regenmacallan 2007-04-03add 1680x1050 @ 60.00Hzmacallan 2007-03-07correct the maximum supported dotclock on monitors that report one valuemacallan 2007-03-07initialize edid_nmodes before using it (in edid_parse() )macallan 2007-03-07add 1280x1024@70Hzmacallan 2007-03-07add Relisysmacallan 2007-01-08add 1280x768@75Hz modelinemacallan 2006-11-11add 1024x768 @ 89Hz for the Apple eMacmacallan 2006-10-26Regen (__KERNEL_RCSID()).bjh21 2006-10-26Emit __KERNEL_RCSID() into videomodes.c so that kernels using it can bebjh21 2006-05-13Correct two problems with established timings. First, the wrong hex valuegdamore 2006-05-11Change edid_parse() to take the edid structure as argument rather thangdamore 2006-05-11Add EDID framework. (No documentation as yet.)gdamore 2006-05-09Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, insteadgdamore 2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem 2006-03-04Fix a few minor errors in the config data. Tested with a sample config.gdamore 2006-03-04Added a test driver program.gdamore 2006-03-04Initial swag at common video mode database. Not used for anything (yet).gdamore