This commit is contained in:
macallan 2007-04-03 03:33:54 +00:00
parent 8ec5fb10e2
commit f5a25c2db5
1 changed files with 6 additions and 4 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: videomode.c,v 1.7 2007/03/07 18:48:37 macallan Exp $ */
/* $NetBSD: videomode.c,v 1.8 2007/04/03 03:33:54 macallan Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: modelines,v 1.3 2007/01/08 00:21:44 macallan Exp
* NetBSD: modelines,v 1.4 2007/03/07 18:48:37 macallan Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: videomode.c,v 1.7 2007/03/07 18:48:37 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: videomode.c,v 1.8 2007/04/03 03:33:54 macallan Exp $");
#include <dev/videomode/videomode.h>
@ -57,6 +57,7 @@ M("1600x1200x65",1600,1200,175500,1664,1856,2160,1201,1204,1250,HP|VP),
M("1600x1200x70",1600,1200,189000,1664,1856,2160,1201,1204,1250,HP|VP),
M("1600x1200x75",1600,1200,202500,1664,1856,2160,1201,1204,1250,HP|VP),
M("1600x1200x85",1600,1200,229500,1664,1856,2160,1201,1204,1250,HP|VP),
M("1680x1050x60",1680,1050,147140,1784,1968,2256,1051,1054,1087,HP|VP),
M("1792x1344x60",1792,1344,204800,1920,2120,2448,1345,1348,1394,HN|VP),
M("1792x1344x75",1792,1344,261000,1888,2104,2456,1345,1348,1417,HN|VP),
M("1856x1392x60",1856,1392,218300,1952,2176,2528,1393,1396,1439,HN|VP),
@ -101,6 +102,7 @@ M("800x600x65",800,600,87750,832,928,1080,600,602,625,HP|VP|DS),
M("800x600x70",800,600,94500,832,928,1080,600,602,625,HP|VP|DS),
M("800x600x75",800,600,101250,832,928,1080,600,602,625,HP|VP|DS),
M("800x600x85",800,600,114750,832,928,1080,600,602,625,HP|VP|DS),
M("840x525x60",840,525,73570,892,984,1128,525,527,543,HP|VP|DS),
M("896x672x60",896,672,102400,960,1060,1224,672,674,697,HN|VP|DS),
M("896x672x75",896,672,130500,944,1052,1228,672,674,708,HN|VP|DS),
M("928x696x60",928,696,109150,976,1088,1264,696,698,719,HN|VP|DS),
@ -113,4 +115,4 @@ M("700x525x60",700,525,61000,744,820,940,526,532,541,HP|VP|DS),
M("700x525x74",700,525,77900,732,892,956,526,532,545,HP|VP|DS),
};
const int videomode_count = 41;
const int videomode_count = 42;