1*313da01aSLee Jones /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 2*313da01aSLee Jones /* $XFree86$ */ 3*313da01aSLee Jones /* $XdotOrg$ */ 4*313da01aSLee Jones /* 5*313da01aSLee Jones * Data tables for init.c 6*313da01aSLee Jones * 7*313da01aSLee Jones * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 8*313da01aSLee Jones * 9*313da01aSLee Jones * If distributed as part of the Linux kernel, the following license terms 10*313da01aSLee Jones * apply: 11*313da01aSLee Jones * 12*313da01aSLee Jones * * This program is free software; you can redistribute it and/or modify 13*313da01aSLee Jones * * it under the terms of the GNU General Public License as published by 14*313da01aSLee Jones * * the Free Software Foundation; either version 2 of the named License, 15*313da01aSLee Jones * * or any later version. 16*313da01aSLee Jones * * 17*313da01aSLee Jones * * This program is distributed in the hope that it will be useful, 18*313da01aSLee Jones * * but WITHOUT ANY WARRANTY; without even the implied warranty of 19*313da01aSLee Jones * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20*313da01aSLee Jones * * GNU General Public License for more details. 21*313da01aSLee Jones * * 22*313da01aSLee Jones * * You should have received a copy of the GNU General Public License 23*313da01aSLee Jones * * along with this program; if not, write to the Free Software 24*313da01aSLee Jones * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 25*313da01aSLee Jones * 26*313da01aSLee Jones * Otherwise, the following license terms apply: 27*313da01aSLee Jones * 28*313da01aSLee Jones * * Redistribution and use in source and binary forms, with or without 29*313da01aSLee Jones * * modification, are permitted provided that the following conditions 30*313da01aSLee Jones * * are met: 31*313da01aSLee Jones * * 1) Redistributions of source code must retain the above copyright 32*313da01aSLee Jones * * notice, this list of conditions and the following disclaimer. 33*313da01aSLee Jones * * 2) Redistributions in binary form must reproduce the above copyright 34*313da01aSLee Jones * * notice, this list of conditions and the following disclaimer in the 35*313da01aSLee Jones * * documentation and/or other materials provided with the distribution. 36*313da01aSLee Jones * * 3) The name of the author may not be used to endorse or promote products 37*313da01aSLee Jones * * derived from this software without specific prior written permission. 38*313da01aSLee Jones * * 39*313da01aSLee Jones * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 40*313da01aSLee Jones * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 41*313da01aSLee Jones * * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 42*313da01aSLee Jones * * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 43*313da01aSLee Jones * * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 44*313da01aSLee Jones * * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 45*313da01aSLee Jones * * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 46*313da01aSLee Jones * * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 47*313da01aSLee Jones * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 48*313da01aSLee Jones * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 49*313da01aSLee Jones * 50*313da01aSLee Jones * Author: Thomas Winischhofer <thomas@winischhofer.net> 51*313da01aSLee Jones * 52*313da01aSLee Jones */ 53*313da01aSLee Jones 54*313da01aSLee Jones #ifndef _SISUSB_TABLES_H_ 55*313da01aSLee Jones #define _SISUSB_TABLES_H_ 56*313da01aSLee Jones 57*313da01aSLee Jones static const unsigned char SiS_MDA_DAC[] = { 58*313da01aSLee Jones 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 59*313da01aSLee Jones 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 60*313da01aSLee Jones 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 61*313da01aSLee Jones 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 62*313da01aSLee Jones 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 63*313da01aSLee Jones 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 64*313da01aSLee Jones 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 65*313da01aSLee Jones 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F 66*313da01aSLee Jones }; 67*313da01aSLee Jones 68*313da01aSLee Jones static const unsigned char SiS_CGA_DAC[] = { 69*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 70*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 71*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 72*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 73*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 74*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 75*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 76*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F 77*313da01aSLee Jones }; 78*313da01aSLee Jones 79*313da01aSLee Jones static const unsigned char SiS_EGA_DAC[] = { 80*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x05, 0x15, 81*313da01aSLee Jones 0x20, 0x30, 0x24, 0x34, 0x21, 0x31, 0x25, 0x35, 82*313da01aSLee Jones 0x08, 0x18, 0x0C, 0x1C, 0x09, 0x19, 0x0D, 0x1D, 83*313da01aSLee Jones 0x28, 0x38, 0x2C, 0x3C, 0x29, 0x39, 0x2D, 0x3D, 84*313da01aSLee Jones 0x02, 0x12, 0x06, 0x16, 0x03, 0x13, 0x07, 0x17, 85*313da01aSLee Jones 0x22, 0x32, 0x26, 0x36, 0x23, 0x33, 0x27, 0x37, 86*313da01aSLee Jones 0x0A, 0x1A, 0x0E, 0x1E, 0x0B, 0x1B, 0x0F, 0x1F, 87*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F 88*313da01aSLee Jones }; 89*313da01aSLee Jones 90*313da01aSLee Jones static const unsigned char SiS_VGA_DAC[] = { 91*313da01aSLee Jones 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 92*313da01aSLee Jones 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 93*313da01aSLee Jones 0x00, 0x05, 0x08, 0x0B, 0x0E, 0x11, 0x14, 0x18, 94*313da01aSLee Jones 0x1C, 0x20, 0x24, 0x28, 0x2D, 0x32, 0x38, 0x3F, 95*313da01aSLee Jones 0x00, 0x10, 0x1F, 0x2F, 0x3F, 0x1F, 0x27, 0x2F, 96*313da01aSLee Jones 0x37, 0x3F, 0x2D, 0x31, 0x36, 0x3A, 0x3F, 0x00, 97*313da01aSLee Jones 0x07, 0x0E, 0x15, 0x1C, 0x0E, 0x11, 0x15, 0x18, 98*313da01aSLee Jones 0x1C, 0x14, 0x16, 0x18, 0x1A, 0x1C, 0x00, 0x04, 99*313da01aSLee Jones 0x08, 0x0C, 0x10, 0x08, 0x0A, 0x0C, 0x0E, 0x10, 100*313da01aSLee Jones 0x0B, 0x0C, 0x0D, 0x0F, 0x10 101*313da01aSLee Jones }; 102*313da01aSLee Jones 103*313da01aSLee Jones static const struct SiS_St SiSUSB_SModeIDTable[] = { 104*313da01aSLee Jones {0x03, 0x0010, 0x18, 0x02, 0x02, 0x00, 0x01, 0x03, 0x40}, 105*313da01aSLee Jones {0xff, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} 106*313da01aSLee Jones }; 107*313da01aSLee Jones 108*313da01aSLee Jones static const struct SiS_ModeResInfo SiSUSB_ModeResInfo[] = { 109*313da01aSLee Jones {320, 200, 8, 8}, /* 0x00 */ 110*313da01aSLee Jones {320, 240, 8, 8}, /* 0x01 */ 111*313da01aSLee Jones {320, 400, 8, 8}, /* 0x02 */ 112*313da01aSLee Jones {400, 300, 8, 8}, /* 0x03 */ 113*313da01aSLee Jones {512, 384, 8, 8}, /* 0x04 */ 114*313da01aSLee Jones {640, 400, 8, 16}, /* 0x05 */ 115*313da01aSLee Jones {640, 480, 8, 16}, /* 0x06 */ 116*313da01aSLee Jones {800, 600, 8, 16}, /* 0x07 */ 117*313da01aSLee Jones {1024, 768, 8, 16}, /* 0x08 */ 118*313da01aSLee Jones {1280, 1024, 8, 16}, /* 0x09 */ 119*313da01aSLee Jones {1600, 1200, 8, 16}, /* 0x0a */ 120*313da01aSLee Jones {1920, 1440, 8, 16}, /* 0x0b */ 121*313da01aSLee Jones {2048, 1536, 8, 16}, /* 0x0c */ 122*313da01aSLee Jones {720, 480, 8, 16}, /* 0x0d */ 123*313da01aSLee Jones {720, 576, 8, 16}, /* 0x0e */ 124*313da01aSLee Jones {1280, 960, 8, 16}, /* 0x0f */ 125*313da01aSLee Jones {800, 480, 8, 16}, /* 0x10 */ 126*313da01aSLee Jones {1024, 576, 8, 16}, /* 0x11 */ 127*313da01aSLee Jones {1280, 720, 8, 16}, /* 0x12 */ 128*313da01aSLee Jones {856, 480, 8, 16}, /* 0x13 */ 129*313da01aSLee Jones {1280, 768, 8, 16}, /* 0x14 */ 130*313da01aSLee Jones {1400, 1050, 8, 16}, /* 0x15 */ 131*313da01aSLee Jones {1152, 864, 8, 16}, /* 0x16 */ 132*313da01aSLee Jones {848, 480, 8, 16}, /* 0x17 */ 133*313da01aSLee Jones {1360, 768, 8, 16}, /* 0x18 */ 134*313da01aSLee Jones {1024, 600, 8, 16}, /* 0x19 */ 135*313da01aSLee Jones {1152, 768, 8, 16}, /* 0x1a */ 136*313da01aSLee Jones {768, 576, 8, 16}, /* 0x1b */ 137*313da01aSLee Jones {1360, 1024, 8, 16}, /* 0x1c */ 138*313da01aSLee Jones {1680, 1050, 8, 16}, /* 0x1d */ 139*313da01aSLee Jones {1280, 800, 8, 16}, /* 0x1e */ 140*313da01aSLee Jones {1920, 1080, 8, 16}, /* 0x1f */ 141*313da01aSLee Jones {960, 540, 8, 16}, /* 0x20 */ 142*313da01aSLee Jones {960, 600, 8, 16} /* 0x21 */ 143*313da01aSLee Jones }; 144*313da01aSLee Jones 145*313da01aSLee Jones static const struct SiS_StandTable SiSUSB_StandTable[] = { 146*313da01aSLee Jones /* MD_3_400 - mode 0x03 - 400 */ 147*313da01aSLee Jones { 148*313da01aSLee Jones 0x50, 0x18, 0x10, 0x1000, 149*313da01aSLee Jones {0x00, 0x03, 0x00, 0x02}, 150*313da01aSLee Jones 0x67, 151*313da01aSLee Jones {0x5f, 0x4f, 0x50, 0x82, 0x55, 0x81, 0xbf, 0x1f, 152*313da01aSLee Jones 0x00, 0x4f, 0x0d, 0x0e, 0x00, 0x00, 0x00, 0x00, 153*313da01aSLee Jones 0x9c, 0x8e, 0x8f, 0x28, 0x1f, 0x96, 0xb9, 0xa3, 154*313da01aSLee Jones 0xff}, 155*313da01aSLee Jones {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x14, 0x07, 156*313da01aSLee Jones 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 157*313da01aSLee Jones 0x0c, 0x00, 0x0f, 0x08}, 158*313da01aSLee Jones {0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0e, 0x00, 0xff} 159*313da01aSLee Jones }, 160*313da01aSLee Jones /* Generic for VGA and higher */ 161*313da01aSLee Jones { 162*313da01aSLee Jones 0x00, 0x00, 0x00, 0x0000, 163*313da01aSLee Jones {0x01, 0x0f, 0x00, 0x0e}, 164*313da01aSLee Jones 0x23, 165*313da01aSLee Jones {0x5f, 0x4f, 0x50, 0x82, 0x54, 0x80, 0x0b, 0x3e, 166*313da01aSLee Jones 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 167*313da01aSLee Jones 0xea, 0x8c, 0xdf, 0x28, 0x40, 0xe7, 0x04, 0xa3, 168*313da01aSLee Jones 0xff}, 169*313da01aSLee Jones {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 170*313da01aSLee Jones 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 171*313da01aSLee Jones 0x01, 0x00, 0x00, 0x00}, 172*313da01aSLee Jones {0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x05, 0x0f, 0xff} 173*313da01aSLee Jones } 174*313da01aSLee Jones }; 175*313da01aSLee Jones 176*313da01aSLee Jones static const struct SiS_Ext SiSUSB_EModeIDTable[] = { 177*313da01aSLee Jones {0x2e, 0x0a1b, 0x0101, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x8 */ 178*313da01aSLee Jones {0x2f, 0x0a1b, 0x0100, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x05, 0x10, 0}, /* 640x400x8 */ 179*313da01aSLee Jones {0x30, 0x2a1b, 0x0103, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x8 */ 180*313da01aSLee Jones {0x31, 0x4a1b, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x8 */ 181*313da01aSLee Jones {0x32, 0x4a1b, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x8 */ 182*313da01aSLee Jones {0x33, 0x4a1d, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x16 */ 183*313da01aSLee Jones {0x34, 0x6a1d, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x16 */ 184*313da01aSLee Jones {0x35, 0x4a1f, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x32 */ 185*313da01aSLee Jones {0x36, 0x6a1f, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x32 */ 186*313da01aSLee Jones {0x38, 0x0a1b, 0x0105, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x8 */ 187*313da01aSLee Jones {0x3a, 0x0e3b, 0x0107, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x8 */ 188*313da01aSLee Jones {0x41, 0x9a1d, 0x010e, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x16 */ 189*313da01aSLee Jones {0x44, 0x0a1d, 0x0111, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x16 */ 190*313da01aSLee Jones {0x47, 0x2a1d, 0x0114, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x16 */ 191*313da01aSLee Jones {0x4a, 0x0a3d, 0x0117, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x16 */ 192*313da01aSLee Jones {0x4d, 0x0e7d, 0x011a, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x16 */ 193*313da01aSLee Jones {0x50, 0x9a1b, 0x0132, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x8 */ 194*313da01aSLee Jones {0x51, 0xba1b, 0x0133, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x8 */ 195*313da01aSLee Jones {0x52, 0xba1b, 0x0134, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x8 */ 196*313da01aSLee Jones {0x56, 0x9a1d, 0x0135, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x16 */ 197*313da01aSLee Jones {0x57, 0xba1d, 0x0136, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x16 */ 198*313da01aSLee Jones {0x58, 0xba1d, 0x0137, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x16 */ 199*313da01aSLee Jones {0x59, 0x9a1b, 0x0138, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x8 */ 200*313da01aSLee Jones {0x5c, 0xba1f, 0x0000, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x32 */ 201*313da01aSLee Jones {0x5d, 0x0a1d, 0x0139, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x07, 0x10, 0}, /* 640x400x16 */ 202*313da01aSLee Jones {0x5e, 0x0a1f, 0x0000, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x07, 0x10, 0}, /* 640x400x32 */ 203*313da01aSLee Jones {0x62, 0x0a3f, 0x013a, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x32 */ 204*313da01aSLee Jones {0x63, 0x2a3f, 0x013b, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x32 */ 205*313da01aSLee Jones {0x64, 0x0a7f, 0x013c, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x32 */ 206*313da01aSLee Jones {0x65, 0x0eff, 0x013d, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x32 */ 207*313da01aSLee Jones {0x70, 0x6a1b, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x8 */ 208*313da01aSLee Jones {0x71, 0x4a1b, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x8 */ 209*313da01aSLee Jones {0x74, 0x4a1d, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x16 */ 210*313da01aSLee Jones {0x75, 0x0a3d, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x16 */ 211*313da01aSLee Jones {0x76, 0x6a1f, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x32 */ 212*313da01aSLee Jones {0x77, 0x4a1f, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x32 */ 213*313da01aSLee Jones {0x78, 0x0a3f, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x32 */ 214*313da01aSLee Jones {0x79, 0x0a3b, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x8 */ 215*313da01aSLee Jones {0x7a, 0x6a1d, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x16 */ 216*313da01aSLee Jones {0x23, 0x0e3b, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x8 */ 217*313da01aSLee Jones {0x24, 0x0e7d, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x16 */ 218*313da01aSLee Jones {0x25, 0x0eff, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x32 */ 219*313da01aSLee Jones {0x39, 0x6a1b, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, -1}, /* 848x480 */ 220*313da01aSLee Jones {0x3b, 0x6a3d, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, 221*313da01aSLee Jones -1}, 222*313da01aSLee Jones {0x3e, 0x6a7f, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, 223*313da01aSLee Jones -1}, 224*313da01aSLee Jones {0x3f, 0x6a1b, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, -1}, /* 856x480 */ 225*313da01aSLee Jones {0x42, 0x6a3d, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, 226*313da01aSLee Jones -1}, 227*313da01aSLee Jones {0x45, 0x6a7f, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, 228*313da01aSLee Jones -1}, 229*313da01aSLee Jones {0x4f, 0x9a1f, 0x0000, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x32 */ 230*313da01aSLee Jones {0x53, 0x9a1f, 0x0000, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x32 */ 231*313da01aSLee Jones {0x54, 0xba1f, 0x0000, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x32 */ 232*313da01aSLee Jones {0x5f, 0x6a1b, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, -1}, /* 768x576 */ 233*313da01aSLee Jones {0x60, 0x6a1d, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, 234*313da01aSLee Jones -1}, 235*313da01aSLee Jones {0x61, 0x6a3f, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, 236*313da01aSLee Jones -1}, 237*313da01aSLee Jones {0x1d, 0x6a1b, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, -1}, /* 960x540 */ 238*313da01aSLee Jones {0x1e, 0x6a3d, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, 239*313da01aSLee Jones -1}, 240*313da01aSLee Jones {0x1f, 0x6a7f, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, 241*313da01aSLee Jones -1}, 242*313da01aSLee Jones {0x20, 0x6a1b, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, -1}, /* 960x600 */ 243*313da01aSLee Jones {0x21, 0x6a3d, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, 244*313da01aSLee Jones -1}, 245*313da01aSLee Jones {0x22, 0x6a7f, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, 246*313da01aSLee Jones -1}, 247*313da01aSLee Jones {0x29, 0x4e1b, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, -1}, /* 1152x864 */ 248*313da01aSLee Jones {0x2a, 0x4e3d, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, 249*313da01aSLee Jones -1}, 250*313da01aSLee Jones {0x2b, 0x4e7f, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, 251*313da01aSLee Jones -1}, 252*313da01aSLee Jones {0xff, 0x0000, 0x0000, 0, 0x00, 0x00, 0x00, 0x00, 0x00, -1} 253*313da01aSLee Jones }; 254*313da01aSLee Jones 255*313da01aSLee Jones static const struct SiS_Ext2 SiSUSB_RefIndex[] = { 256*313da01aSLee Jones {0x085f, 0x0d, 0x03, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x0 */ 257*313da01aSLee Jones {0x0067, 0x0e, 0x04, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x1 */ 258*313da01aSLee Jones {0x0067, 0x0f, 0x08, 0x48, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x2 */ 259*313da01aSLee Jones {0x0067, 0x10, 0x07, 0x8b, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x3 */ 260*313da01aSLee Jones {0x0047, 0x11, 0x0a, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x4 */ 261*313da01aSLee Jones {0x0047, 0x12, 0x0d, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x5 */ 262*313da01aSLee Jones {0x0047, 0x13, 0x13, 0x00, 0x05, 0x30, 800, 600, 0x20, 0x00, 0x00}, /* 0x6 */ 263*313da01aSLee Jones {0x0107, 0x14, 0x1c, 0x00, 0x05, 0x30, 800, 600, 0x20, 0x00, 0x00}, /* 0x7 */ 264*313da01aSLee Jones {0xc85f, 0x05, 0x00, 0x04, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0x8 */ 265*313da01aSLee Jones {0xc067, 0x06, 0x02, 0x04, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0x9 */ 266*313da01aSLee Jones {0xc067, 0x07, 0x02, 0x47, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xa */ 267*313da01aSLee Jones {0xc067, 0x08, 0x03, 0x8a, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xb */ 268*313da01aSLee Jones {0xc047, 0x09, 0x05, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xc */ 269*313da01aSLee Jones {0xc047, 0x0a, 0x09, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xd */ 270*313da01aSLee Jones {0xc047, 0x0b, 0x0e, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xe */ 271*313da01aSLee Jones {0xc047, 0x0c, 0x15, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xf */ 272*313da01aSLee Jones {0x487f, 0x04, 0x00, 0x00, 0x00, 0x2f, 640, 400, 0x30, 0x55, 0x6e}, /* 0x10 */ 273*313da01aSLee Jones {0xc06f, 0x3c, 0x01, 0x06, 0x13, 0x31, 720, 480, 0x30, 0x00, 0x00}, /* 0x11 */ 274*313da01aSLee Jones {0x006f, 0x3d, 0x6f, 0x06, 0x14, 0x32, 720, 576, 0x30, 0x00, 0x00}, /* 0x12 (6f was 03) */ 275*313da01aSLee Jones {0x0087, 0x15, 0x06, 0x00, 0x06, 0x38, 1024, 768, 0x30, 0x00, 0x00}, /* 0x13 */ 276*313da01aSLee Jones {0xc877, 0x16, 0x0b, 0x06, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x14 */ 277*313da01aSLee Jones {0xc067, 0x17, 0x0f, 0x49, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x15 */ 278*313da01aSLee Jones {0x0067, 0x18, 0x11, 0x00, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x16 */ 279*313da01aSLee Jones {0x0047, 0x19, 0x16, 0x8c, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x17 */ 280*313da01aSLee Jones {0x0107, 0x1a, 0x1b, 0x00, 0x06, 0x38, 1024, 768, 0x10, 0x00, 0x00}, /* 0x18 */ 281*313da01aSLee Jones {0x0107, 0x1b, 0x1f, 0x00, 0x06, 0x38, 1024, 768, 0x10, 0x00, 0x00}, /* 0x19 */ 282*313da01aSLee Jones {0x407f, 0x00, 0x00, 0x00, 0x00, 0x41, 320, 200, 0x30, 0x56, 0x4e}, /* 0x1a */ 283*313da01aSLee Jones {0xc07f, 0x01, 0x00, 0x04, 0x04, 0x50, 320, 240, 0x30, 0x00, 0x00}, /* 0x1b */ 284*313da01aSLee Jones {0x007f, 0x02, 0x04, 0x05, 0x05, 0x51, 400, 300, 0x30, 0x00, 0x00}, /* 0x1c */ 285*313da01aSLee Jones {0xc077, 0x03, 0x0b, 0x06, 0x06, 0x52, 512, 384, 0x30, 0x00, 0x00}, /* 0x1d */ 286*313da01aSLee Jones {0x0077, 0x32, 0x40, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x1e */ 287*313da01aSLee Jones {0x0047, 0x33, 0x07, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x1f */ 288*313da01aSLee Jones {0x0047, 0x34, 0x0a, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x20 */ 289*313da01aSLee Jones {0x0077, 0x35, 0x0b, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x21 */ 290*313da01aSLee Jones {0x0047, 0x36, 0x11, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x22 */ 291*313da01aSLee Jones {0x0047, 0x37, 0x16, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x23 */ 292*313da01aSLee Jones {0x1137, 0x38, 0x19, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x24 */ 293*313da01aSLee Jones {0x1107, 0x39, 0x1e, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x25 */ 294*313da01aSLee Jones {0x1307, 0x3a, 0x20, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x26 */ 295*313da01aSLee Jones {0x0077, 0x42, 0x5b, 0x08, 0x11, 0x23, 1280, 768, 0x30, 0x00, 0x00}, /* 0x27 */ 296*313da01aSLee Jones {0x0087, 0x45, 0x57, 0x00, 0x16, 0x39, 848, 480, 0x30, 0x00, 0x00}, /* 0x28 38Hzi */ 297*313da01aSLee Jones {0xc067, 0x46, 0x55, 0x0b, 0x16, 0x39, 848, 480, 0x30, 0x00, 0x00}, /* 0x29 848x480-60Hz */ 298*313da01aSLee Jones {0x0087, 0x47, 0x57, 0x00, 0x17, 0x3f, 856, 480, 0x30, 0x00, 0x00}, /* 0x2a 856x480-38Hzi */ 299*313da01aSLee Jones {0xc067, 0x48, 0x57, 0x00, 0x17, 0x3f, 856, 480, 0x30, 0x00, 0x00}, /* 0x2b 856x480-60Hz */ 300*313da01aSLee Jones {0x006f, 0x4d, 0x71, 0x06, 0x15, 0x5f, 768, 576, 0x30, 0x00, 0x00}, /* 0x2c 768x576-56Hz */ 301*313da01aSLee Jones {0x0067, 0x52, 0x6a, 0x00, 0x1c, 0x1d, 960, 540, 0x30, 0x00, 0x00}, /* 0x2d 960x540 60Hz */ 302*313da01aSLee Jones {0x0077, 0x53, 0x6b, 0x0b, 0x1d, 0x20, 960, 600, 0x30, 0x00, 0x00}, /* 0x2e 960x600 60Hz */ 303*313da01aSLee Jones {0x0087, 0x1c, 0x11, 0x00, 0x07, 0x3a, 1280, 1024, 0x30, 0x00, 0x00}, /* 0x2f */ 304*313da01aSLee Jones {0x0137, 0x1d, 0x19, 0x07, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x30 */ 305*313da01aSLee Jones {0x0107, 0x1e, 0x1e, 0x00, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x31 */ 306*313da01aSLee Jones {0x0207, 0x1f, 0x20, 0x00, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x32 */ 307*313da01aSLee Jones {0x0127, 0x54, 0x6d, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x33 1152x864-60Hz */ 308*313da01aSLee Jones {0x0127, 0x44, 0x19, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x34 1152x864-75Hz */ 309*313da01aSLee Jones {0x0127, 0x4a, 0x1e, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x35 1152x864-85Hz */ 310*313da01aSLee Jones {0xffff, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0, 0, 0x00, 0x00} 311*313da01aSLee Jones }; 312*313da01aSLee Jones 313*313da01aSLee Jones static const struct SiS_CRT1Table SiSUSB_CRT1Table[] = { 314*313da01aSLee Jones {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0xbf, 0x1f, 315*313da01aSLee Jones 0x9c, 0x8e, 0x8f, 0x96, 0xb9, 0x30, 0x00, 0x00, 316*313da01aSLee Jones 0x00}}, /* 0x0 */ 317*313da01aSLee Jones {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0x0b, 0x3e, 318*313da01aSLee Jones 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x00, 319*313da01aSLee Jones 0x00}}, /* 0x1 */ 320*313da01aSLee Jones {{0x3d, 0x31, 0x31, 0x81, 0x37, 0x1f, 0x72, 0xf0, 321*313da01aSLee Jones 0x58, 0x8c, 0x57, 0x57, 0x73, 0x20, 0x00, 0x05, 322*313da01aSLee Jones 0x01}}, /* 0x2 */ 323*313da01aSLee Jones {{0x4f, 0x3f, 0x3f, 0x93, 0x45, 0x0d, 0x24, 0xf5, 324*313da01aSLee Jones 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x01, 325*313da01aSLee Jones 0x01}}, /* 0x3 */ 326*313da01aSLee Jones {{0x5f, 0x4f, 0x50, 0x82, 0x55, 0x81, 0xbf, 0x1f, 327*313da01aSLee Jones 0x9c, 0x8e, 0x8f, 0x96, 0xb9, 0x30, 0x00, 0x05, 328*313da01aSLee Jones 0x00}}, /* 0x4 */ 329*313da01aSLee Jones {{0x5f, 0x4f, 0x4f, 0x83, 0x55, 0x81, 0x0b, 0x3e, 330*313da01aSLee Jones 0xe9, 0x8b, 0xdf, 0xe8, 0x0c, 0x00, 0x00, 0x05, 331*313da01aSLee Jones 0x00}}, /* 0x5 */ 332*313da01aSLee Jones {{0x63, 0x4f, 0x4f, 0x87, 0x56, 0x9b, 0x06, 0x3e, 333*313da01aSLee Jones 0xe8, 0x8a, 0xdf, 0xe7, 0x07, 0x00, 0x00, 0x01, 334*313da01aSLee Jones 0x00}}, /* 0x6 */ 335*313da01aSLee Jones {{0x64, 0x4f, 0x4f, 0x88, 0x55, 0x9d, 0xf2, 0x1f, 336*313da01aSLee Jones 0xe0, 0x83, 0xdf, 0xdf, 0xf3, 0x10, 0x00, 0x01, 337*313da01aSLee Jones 0x00}}, /* 0x7 */ 338*313da01aSLee Jones {{0x63, 0x4f, 0x4f, 0x87, 0x5a, 0x81, 0xfb, 0x1f, 339*313da01aSLee Jones 0xe0, 0x83, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x05, 340*313da01aSLee Jones 0x00}}, /* 0x8 */ 341*313da01aSLee Jones {{0x65, 0x4f, 0x4f, 0x89, 0x58, 0x80, 0xfb, 0x1f, 342*313da01aSLee Jones 0xe0, 0x83, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x05, 343*313da01aSLee Jones 0x61}}, /* 0x9 */ 344*313da01aSLee Jones {{0x65, 0x4f, 0x4f, 0x89, 0x58, 0x80, 0x01, 0x3e, 345*313da01aSLee Jones 0xe0, 0x83, 0xdf, 0xdf, 0x02, 0x00, 0x00, 0x05, 346*313da01aSLee Jones 0x61}}, /* 0xa */ 347*313da01aSLee Jones {{0x67, 0x4f, 0x4f, 0x8b, 0x58, 0x81, 0x0d, 0x3e, 348*313da01aSLee Jones 0xe0, 0x83, 0xdf, 0xdf, 0x0e, 0x00, 0x00, 0x05, 349*313da01aSLee Jones 0x61}}, /* 0xb */ 350*313da01aSLee Jones {{0x65, 0x4f, 0x4f, 0x89, 0x57, 0x9f, 0xfb, 0x1f, 351*313da01aSLee Jones 0xe6, 0x8a, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x01, 352*313da01aSLee Jones 0x00}}, /* 0xc */ 353*313da01aSLee Jones {{0x7b, 0x63, 0x63, 0x9f, 0x6a, 0x93, 0x6f, 0xf0, 354*313da01aSLee Jones 0x58, 0x8a, 0x57, 0x57, 0x70, 0x20, 0x00, 0x05, 355*313da01aSLee Jones 0x01}}, /* 0xd */ 356*313da01aSLee Jones {{0x7f, 0x63, 0x63, 0x83, 0x6c, 0x1c, 0x72, 0xf0, 357*313da01aSLee Jones 0x58, 0x8c, 0x57, 0x57, 0x73, 0x20, 0x00, 0x06, 358*313da01aSLee Jones 0x01}}, /* 0xe */ 359*313da01aSLee Jones {{0x7d, 0x63, 0x63, 0x81, 0x6e, 0x1d, 0x98, 0xf0, 360*313da01aSLee Jones 0x7c, 0x82, 0x57, 0x57, 0x99, 0x00, 0x00, 0x06, 361*313da01aSLee Jones 0x01}}, /* 0xf */ 362*313da01aSLee Jones {{0x7f, 0x63, 0x63, 0x83, 0x69, 0x13, 0x6f, 0xf0, 363*313da01aSLee Jones 0x58, 0x8b, 0x57, 0x57, 0x70, 0x20, 0x00, 0x06, 364*313da01aSLee Jones 0x01}}, /* 0x10 */ 365*313da01aSLee Jones {{0x7e, 0x63, 0x63, 0x82, 0x6b, 0x13, 0x75, 0xf0, 366*313da01aSLee Jones 0x58, 0x8b, 0x57, 0x57, 0x76, 0x20, 0x00, 0x06, 367*313da01aSLee Jones 0x01}}, /* 0x11 */ 368*313da01aSLee Jones {{0x81, 0x63, 0x63, 0x85, 0x6d, 0x18, 0x7a, 0xf0, 369*313da01aSLee Jones 0x58, 0x8b, 0x57, 0x57, 0x7b, 0x20, 0x00, 0x06, 370*313da01aSLee Jones 0x61}}, /* 0x12 */ 371*313da01aSLee Jones {{0x83, 0x63, 0x63, 0x87, 0x6e, 0x19, 0x81, 0xf0, 372*313da01aSLee Jones 0x58, 0x8b, 0x57, 0x57, 0x82, 0x20, 0x00, 0x06, 373*313da01aSLee Jones 0x61}}, /* 0x13 */ 374*313da01aSLee Jones {{0x85, 0x63, 0x63, 0x89, 0x6f, 0x1a, 0x91, 0xf0, 375*313da01aSLee Jones 0x58, 0x8b, 0x57, 0x57, 0x92, 0x20, 0x00, 0x06, 376*313da01aSLee Jones 0x61}}, /* 0x14 */ 377*313da01aSLee Jones {{0x99, 0x7f, 0x7f, 0x9d, 0x84, 0x1a, 0x96, 0x1f, 378*313da01aSLee Jones 0x7f, 0x83, 0x7f, 0x7f, 0x97, 0x10, 0x00, 0x02, 379*313da01aSLee Jones 0x00}}, /* 0x15 */ 380*313da01aSLee Jones {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf5, 381*313da01aSLee Jones 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 382*313da01aSLee Jones 0x01}}, /* 0x16 */ 383*313da01aSLee Jones {{0xa1, 0x7f, 0x7f, 0x85, 0x86, 0x97, 0x24, 0xf5, 384*313da01aSLee Jones 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 385*313da01aSLee Jones 0x01}}, /* 0x17 */ 386*313da01aSLee Jones {{0x9f, 0x7f, 0x7f, 0x83, 0x85, 0x91, 0x1e, 0xf5, 387*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x1f, 0x10, 0x00, 0x02, 388*313da01aSLee Jones 0x01}}, /* 0x18 */ 389*313da01aSLee Jones {{0xa7, 0x7f, 0x7f, 0x8b, 0x89, 0x95, 0x26, 0xf5, 390*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x27, 0x10, 0x00, 0x02, 391*313da01aSLee Jones 0x01}}, /* 0x19 */ 392*313da01aSLee Jones {{0xa9, 0x7f, 0x7f, 0x8d, 0x8c, 0x9a, 0x2c, 0xf5, 393*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x2d, 0x14, 0x00, 0x02, 394*313da01aSLee Jones 0x62}}, /* 0x1a */ 395*313da01aSLee Jones {{0xab, 0x7f, 0x7f, 0x8f, 0x8d, 0x9b, 0x35, 0xf5, 396*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x36, 0x14, 0x00, 0x02, 397*313da01aSLee Jones 0x62}}, /* 0x1b */ 398*313da01aSLee Jones {{0xcf, 0x9f, 0x9f, 0x93, 0xb2, 0x01, 0x14, 0xba, 399*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x15, 0x00, 0x00, 0x03, 400*313da01aSLee Jones 0x00}}, /* 0x1c */ 401*313da01aSLee Jones {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x28, 0x5a, 402*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x29, 0x09, 0x00, 0x07, 403*313da01aSLee Jones 0x01}}, /* 0x1d */ 404*313da01aSLee Jones {{0xce, 0x9f, 0x9f, 0x92, 0xa5, 0x17, 0x28, 0x5a, 405*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x29, 0x09, 0x00, 0x07, 406*313da01aSLee Jones 0x01}}, /* 0x1e */ 407*313da01aSLee Jones {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0x2e, 0x5a, 408*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x2f, 0x09, 0x00, 0x07, 409*313da01aSLee Jones 0x01}}, /* 0x1f */ 410*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 411*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 412*313da01aSLee Jones 0x00}}, /* 0x20 */ 413*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 414*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 415*313da01aSLee Jones 0x00}}, /* 0x21 */ 416*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 417*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 418*313da01aSLee Jones 0x00}}, /* 0x22 */ 419*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 420*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 421*313da01aSLee Jones 0x00}}, /* 0x23 */ 422*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 423*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 424*313da01aSLee Jones 0x00}}, /* 0x24 */ 425*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 426*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 427*313da01aSLee Jones 0x00}}, /* 0x25 */ 428*313da01aSLee Jones {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 429*313da01aSLee Jones 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 430*313da01aSLee Jones 0x00}}, /* 0x26 */ 431*313da01aSLee Jones {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 432*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 433*313da01aSLee Jones 0x00}}, /* 0x27 */ 434*313da01aSLee Jones {{0x43, 0xef, 0xef, 0x87, 0x06, 0x00, 0xd4, 0x1f, 435*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xd5, 0x1f, 0x41, 0x05, 436*313da01aSLee Jones 0x63}}, /* 0x28 */ 437*313da01aSLee Jones {{0x45, 0xef, 0xef, 0x89, 0x07, 0x01, 0xd9, 0x1f, 438*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xda, 0x1f, 0x41, 0x05, 439*313da01aSLee Jones 0x63}}, /* 0x29 */ 440*313da01aSLee Jones {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 441*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 442*313da01aSLee Jones 0x00}}, /* 0x2a */ 443*313da01aSLee Jones {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 444*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 445*313da01aSLee Jones 0x00}}, /* 0x2b */ 446*313da01aSLee Jones {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 447*313da01aSLee Jones 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 448*313da01aSLee Jones 0x00}}, /* 0x2c */ 449*313da01aSLee Jones {{0x59, 0xff, 0xff, 0x9d, 0x17, 0x13, 0x33, 0xba, 450*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x34, 0x0f, 0x41, 0x05, 451*313da01aSLee Jones 0x44}}, /* 0x2d */ 452*313da01aSLee Jones {{0x5b, 0xff, 0xff, 0x9f, 0x18, 0x14, 0x38, 0xba, 453*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x39, 0x0f, 0x41, 0x05, 454*313da01aSLee Jones 0x44}}, /* 0x2e */ 455*313da01aSLee Jones {{0x5b, 0xff, 0xff, 0x9f, 0x18, 0x14, 0x3d, 0xba, 456*313da01aSLee Jones 0x00, 0x83, 0xff, 0xff, 0x3e, 0x0f, 0x41, 0x05, 457*313da01aSLee Jones 0x44}}, /* 0x2f */ 458*313da01aSLee Jones {{0x5d, 0xff, 0xff, 0x81, 0x19, 0x95, 0x41, 0xba, 459*313da01aSLee Jones 0x00, 0x84, 0xff, 0xff, 0x42, 0x0f, 0x41, 0x05, 460*313da01aSLee Jones 0x44}}, /* 0x30 */ 461*313da01aSLee Jones {{0x55, 0xff, 0xff, 0x99, 0x0d, 0x0c, 0x3e, 0xba, 462*313da01aSLee Jones 0x00, 0x84, 0xff, 0xff, 0x3f, 0x0f, 0x41, 0x05, 463*313da01aSLee Jones 0x00}}, /* 0x31 */ 464*313da01aSLee Jones {{0x7f, 0x63, 0x63, 0x83, 0x6c, 0x1c, 0x72, 0xba, 465*313da01aSLee Jones 0x27, 0x8b, 0xdf, 0xdf, 0x73, 0x00, 0x00, 0x06, 466*313da01aSLee Jones 0x01}}, /* 0x32 */ 467*313da01aSLee Jones {{0x7f, 0x63, 0x63, 0x83, 0x69, 0x13, 0x6f, 0xba, 468*313da01aSLee Jones 0x26, 0x89, 0xdf, 0xdf, 0x6f, 0x00, 0x00, 0x06, 469*313da01aSLee Jones 0x01}}, /* 0x33 */ 470*313da01aSLee Jones {{0x7f, 0x63, 0x63, 0x82, 0x6b, 0x13, 0x75, 0xba, 471*313da01aSLee Jones 0x29, 0x8c, 0xdf, 0xdf, 0x75, 0x00, 0x00, 0x06, 472*313da01aSLee Jones 0x01}}, /* 0x34 */ 473*313da01aSLee Jones {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf1, 474*313da01aSLee Jones 0xaf, 0x85, 0x3f, 0x3f, 0x25, 0x30, 0x00, 0x02, 475*313da01aSLee Jones 0x01}}, /* 0x35 */ 476*313da01aSLee Jones {{0x9f, 0x7f, 0x7f, 0x83, 0x85, 0x91, 0x1e, 0xf1, 477*313da01aSLee Jones 0xad, 0x81, 0x3f, 0x3f, 0x1f, 0x30, 0x00, 0x02, 478*313da01aSLee Jones 0x01}}, /* 0x36 */ 479*313da01aSLee Jones {{0xa7, 0x7f, 0x7f, 0x88, 0x89, 0x95, 0x26, 0xf1, 480*313da01aSLee Jones 0xb1, 0x85, 0x3f, 0x3f, 0x27, 0x30, 0x00, 0x02, 481*313da01aSLee Jones 0x01}}, /* 0x37 */ 482*313da01aSLee Jones {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x28, 0xc4, 483*313da01aSLee Jones 0x7a, 0x8e, 0xcf, 0xcf, 0x29, 0x21, 0x00, 0x07, 484*313da01aSLee Jones 0x01}}, /* 0x38 */ 485*313da01aSLee Jones {{0xce, 0x9f, 0x9f, 0x92, 0xa5, 0x17, 0x28, 0xd4, 486*313da01aSLee Jones 0x7a, 0x8e, 0xcf, 0xcf, 0x29, 0x21, 0x00, 0x07, 487*313da01aSLee Jones 0x01}}, /* 0x39 */ 488*313da01aSLee Jones {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0x2e, 0xd4, 489*313da01aSLee Jones 0x7d, 0x81, 0xcf, 0xcf, 0x2f, 0x21, 0x00, 0x07, 490*313da01aSLee Jones 0x01}}, /* 0x3a */ 491*313da01aSLee Jones {{0xdc, 0x9f, 0x9f, 0x80, 0xaf, 0x9d, 0xe6, 0xff, 492*313da01aSLee Jones 0xc0, 0x83, 0xbf, 0xbf, 0xe7, 0x10, 0x00, 0x07, 493*313da01aSLee Jones 0x01}}, /* 0x3b */ 494*313da01aSLee Jones {{0x6b, 0x59, 0x59, 0x8f, 0x5e, 0x8c, 0x0b, 0x3e, 495*313da01aSLee Jones 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x05, 496*313da01aSLee Jones 0x00}}, /* 0x3c */ 497*313da01aSLee Jones {{0x6d, 0x59, 0x59, 0x91, 0x60, 0x89, 0x53, 0xf0, 498*313da01aSLee Jones 0x41, 0x84, 0x3f, 0x3f, 0x54, 0x00, 0x00, 0x05, 499*313da01aSLee Jones 0x41}}, /* 0x3d */ 500*313da01aSLee Jones {{0x86, 0x6a, 0x6a, 0x8a, 0x74, 0x06, 0x8c, 0x15, 501*313da01aSLee Jones 0x4f, 0x83, 0xef, 0xef, 0x8d, 0x30, 0x00, 0x02, 502*313da01aSLee Jones 0x00}}, /* 0x3e */ 503*313da01aSLee Jones {{0x81, 0x6a, 0x6a, 0x85, 0x70, 0x00, 0x0f, 0x3e, 504*313da01aSLee Jones 0xeb, 0x8e, 0xdf, 0xdf, 0x10, 0x00, 0x00, 0x02, 505*313da01aSLee Jones 0x00}}, /* 0x3f */ 506*313da01aSLee Jones {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x1e, 0xf1, 507*313da01aSLee Jones 0xae, 0x85, 0x57, 0x57, 0x1f, 0x30, 0x00, 0x02, 508*313da01aSLee Jones 0x01}}, /* 0x40 */ 509*313da01aSLee Jones {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf5, 510*313da01aSLee Jones 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 511*313da01aSLee Jones 0x01}}, /* 0x41 */ 512*313da01aSLee Jones {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x20, 0xf5, 513*313da01aSLee Jones 0x03, 0x88, 0xff, 0xff, 0x21, 0x10, 0x00, 0x07, 514*313da01aSLee Jones 0x01}}, /* 0x42 */ 515*313da01aSLee Jones {{0xe6, 0xae, 0xae, 0x8a, 0xbd, 0x90, 0x3d, 0x10, 516*313da01aSLee Jones 0x1a, 0x8d, 0x19, 0x19, 0x3e, 0x2f, 0x00, 0x03, 517*313da01aSLee Jones 0x00}}, /* 0x43 */ 518*313da01aSLee Jones {{0xc3, 0x8f, 0x8f, 0x87, 0x9b, 0x0b, 0x82, 0xef, 519*313da01aSLee Jones 0x60, 0x83, 0x5f, 0x5f, 0x83, 0x10, 0x00, 0x07, 520*313da01aSLee Jones 0x01}}, /* 0x44 */ 521*313da01aSLee Jones {{0x86, 0x69, 0x69, 0x8A, 0x74, 0x06, 0x8C, 0x15, 522*313da01aSLee Jones 0x4F, 0x83, 0xEF, 0xEF, 0x8D, 0x30, 0x00, 0x02, 523*313da01aSLee Jones 0x00}}, /* 0x45 */ 524*313da01aSLee Jones {{0x83, 0x69, 0x69, 0x87, 0x6f, 0x1d, 0x03, 0x3E, 525*313da01aSLee Jones 0xE5, 0x8d, 0xDF, 0xe4, 0x04, 0x00, 0x00, 0x06, 526*313da01aSLee Jones 0x00}}, /* 0x46 */ 527*313da01aSLee Jones {{0x86, 0x6A, 0x6A, 0x8A, 0x74, 0x06, 0x8C, 0x15, 528*313da01aSLee Jones 0x4F, 0x83, 0xEF, 0xEF, 0x8D, 0x30, 0x00, 0x02, 529*313da01aSLee Jones 0x00}}, /* 0x47 */ 530*313da01aSLee Jones {{0x81, 0x6A, 0x6A, 0x85, 0x70, 0x00, 0x0F, 0x3E, 531*313da01aSLee Jones 0xEB, 0x8E, 0xDF, 0xDF, 0x10, 0x00, 0x00, 0x02, 532*313da01aSLee Jones 0x00}}, /* 0x48 */ 533*313da01aSLee Jones {{0xdd, 0xa9, 0xa9, 0x81, 0xb4, 0x97, 0x26, 0xfd, 534*313da01aSLee Jones 0x01, 0x8d, 0xff, 0x00, 0x27, 0x10, 0x00, 0x03, 535*313da01aSLee Jones 0x01}}, /* 0x49 */ 536*313da01aSLee Jones {{0xd9, 0x8f, 0x8f, 0x9d, 0xba, 0x0a, 0x8a, 0xff, 537*313da01aSLee Jones 0x60, 0x8b, 0x5f, 0x5f, 0x8b, 0x10, 0x00, 0x03, 538*313da01aSLee Jones 0x01}}, /* 0x4a */ 539*313da01aSLee Jones {{0xea, 0xae, 0xae, 0x8e, 0xba, 0x82, 0x40, 0x10, 540*313da01aSLee Jones 0x1b, 0x87, 0x19, 0x1a, 0x41, 0x0f, 0x00, 0x03, 541*313da01aSLee Jones 0x00}}, /* 0x4b */ 542*313da01aSLee Jones {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0xf1, 0xff, 543*313da01aSLee Jones 0xc0, 0x83, 0xbf, 0xbf, 0xf2, 0x10, 0x00, 0x07, 544*313da01aSLee Jones 0x01}}, /* 0x4c */ 545*313da01aSLee Jones {{0x75, 0x5f, 0x5f, 0x99, 0x66, 0x90, 0x53, 0xf0, 546*313da01aSLee Jones 0x41, 0x84, 0x3f, 0x3f, 0x54, 0x00, 0x00, 0x05, 547*313da01aSLee Jones 0x41}}, 548*313da01aSLee Jones {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0x0b, 0x3e, 549*313da01aSLee Jones 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x00, 550*313da01aSLee Jones 0x00}}, /* 0x4e */ 551*313da01aSLee Jones {{0xcd, 0x9f, 0x9f, 0x91, 0xab, 0x1c, 0x3a, 0xff, 552*313da01aSLee Jones 0x20, 0x83, 0x1f, 0x1f, 0x3b, 0x10, 0x00, 0x07, 553*313da01aSLee Jones 0x21}}, /* 0x4f */ 554*313da01aSLee Jones {{0x15, 0xd1, 0xd1, 0x99, 0xe2, 0x19, 0x3d, 0x10, 555*313da01aSLee Jones 0x1a, 0x8d, 0x19, 0x19, 0x3e, 0x2f, 0x01, 0x0c, 556*313da01aSLee Jones 0x20}}, /* 0x50 */ 557*313da01aSLee Jones {{0x0e, 0xef, 0xef, 0x92, 0xfe, 0x03, 0x30, 0xf0, 558*313da01aSLee Jones 0x1e, 0x83, 0x1b, 0x1c, 0x31, 0x00, 0x01, 0x00, 559*313da01aSLee Jones 0x61}}, /* 0x51 */ 560*313da01aSLee Jones {{0x85, 0x77, 0x77, 0x89, 0x7d, 0x01, 0x31, 0xf0, 561*313da01aSLee Jones 0x1e, 0x84, 0x1b, 0x1c, 0x32, 0x00, 0x00, 0x02, 562*313da01aSLee Jones 0x41}}, /* 0x52 */ 563*313da01aSLee Jones {{0x87, 0x77, 0x77, 0x8b, 0x81, 0x0b, 0x68, 0xf0, 564*313da01aSLee Jones 0x5a, 0x80, 0x57, 0x57, 0x69, 0x00, 0x00, 0x02, 565*313da01aSLee Jones 0x01}}, /* 0x53 */ 566*313da01aSLee Jones {{0xcd, 0x8f, 0x8f, 0x91, 0x9b, 0x1b, 0x7a, 0xff, 567*313da01aSLee Jones 0x64, 0x8c, 0x5f, 0x62, 0x7b, 0x10, 0x00, 0x07, 568*313da01aSLee Jones 0x41}} /* 0x54 */ 569*313da01aSLee Jones }; 570*313da01aSLee Jones 571*313da01aSLee Jones static const struct SiS_VCLKData SiSUSB_VCLKData[] = { 572*313da01aSLee Jones {0x1b, 0xe1, 25}, /* 0x00 */ 573*313da01aSLee Jones {0x4e, 0xe4, 28}, /* 0x01 */ 574*313da01aSLee Jones {0x57, 0xe4, 31}, /* 0x02 */ 575*313da01aSLee Jones {0xc3, 0xc8, 36}, /* 0x03 */ 576*313da01aSLee Jones {0x42, 0xe2, 40}, /* 0x04 */ 577*313da01aSLee Jones {0xfe, 0xcd, 43}, /* 0x05 */ 578*313da01aSLee Jones {0x5d, 0xc4, 44}, /* 0x06 */ 579*313da01aSLee Jones {0x52, 0xe2, 49}, /* 0x07 */ 580*313da01aSLee Jones {0x53, 0xe2, 50}, /* 0x08 */ 581*313da01aSLee Jones {0x74, 0x67, 52}, /* 0x09 */ 582*313da01aSLee Jones {0x6d, 0x66, 56}, /* 0x0a */ 583*313da01aSLee Jones {0x5a, 0x64, 65}, /* 0x0b */ 584*313da01aSLee Jones {0x46, 0x44, 67}, /* 0x0c */ 585*313da01aSLee Jones {0xb1, 0x46, 68}, /* 0x0d */ 586*313da01aSLee Jones {0xd3, 0x4a, 72}, /* 0x0e */ 587*313da01aSLee Jones {0x29, 0x61, 75}, /* 0x0f */ 588*313da01aSLee Jones {0x6e, 0x46, 76}, /* 0x10 */ 589*313da01aSLee Jones {0x2b, 0x61, 78}, /* 0x11 */ 590*313da01aSLee Jones {0x31, 0x42, 79}, /* 0x12 */ 591*313da01aSLee Jones {0xab, 0x44, 83}, /* 0x13 */ 592*313da01aSLee Jones {0x46, 0x25, 84}, /* 0x14 */ 593*313da01aSLee Jones {0x78, 0x29, 86}, /* 0x15 */ 594*313da01aSLee Jones {0x62, 0x44, 94}, /* 0x16 */ 595*313da01aSLee Jones {0x2b, 0x41, 104}, /* 0x17 */ 596*313da01aSLee Jones {0x3a, 0x23, 105}, /* 0x18 */ 597*313da01aSLee Jones {0x70, 0x44, 108}, /* 0x19 */ 598*313da01aSLee Jones {0x3c, 0x23, 109}, /* 0x1a */ 599*313da01aSLee Jones {0x5e, 0x43, 113}, /* 0x1b */ 600*313da01aSLee Jones {0xbc, 0x44, 116}, /* 0x1c */ 601*313da01aSLee Jones {0xe0, 0x46, 132}, /* 0x1d */ 602*313da01aSLee Jones {0x54, 0x42, 135}, /* 0x1e */ 603*313da01aSLee Jones {0xea, 0x2a, 139}, /* 0x1f */ 604*313da01aSLee Jones {0x41, 0x22, 157}, /* 0x20 */ 605*313da01aSLee Jones {0x70, 0x24, 162}, /* 0x21 */ 606*313da01aSLee Jones {0x30, 0x21, 175}, /* 0x22 */ 607*313da01aSLee Jones {0x4e, 0x22, 189}, /* 0x23 */ 608*313da01aSLee Jones {0xde, 0x26, 194}, /* 0x24 */ 609*313da01aSLee Jones {0x62, 0x06, 202}, /* 0x25 */ 610*313da01aSLee Jones {0x3f, 0x03, 229}, /* 0x26 */ 611*313da01aSLee Jones {0xb8, 0x06, 234}, /* 0x27 */ 612*313da01aSLee Jones {0x34, 0x02, 253}, /* 0x28 */ 613*313da01aSLee Jones {0x58, 0x04, 255}, /* 0x29 */ 614*313da01aSLee Jones {0x24, 0x01, 265}, /* 0x2a */ 615*313da01aSLee Jones {0x9b, 0x02, 267}, /* 0x2b */ 616*313da01aSLee Jones {0x70, 0x05, 270}, /* 0x2c */ 617*313da01aSLee Jones {0x25, 0x01, 272}, /* 0x2d */ 618*313da01aSLee Jones {0x9c, 0x02, 277}, /* 0x2e */ 619*313da01aSLee Jones {0x27, 0x01, 286}, /* 0x2f */ 620*313da01aSLee Jones {0x3c, 0x02, 291}, /* 0x30 */ 621*313da01aSLee Jones {0xef, 0x0a, 292}, /* 0x31 */ 622*313da01aSLee Jones {0xf6, 0x0a, 310}, /* 0x32 */ 623*313da01aSLee Jones {0x95, 0x01, 315}, /* 0x33 */ 624*313da01aSLee Jones {0xf0, 0x09, 324}, /* 0x34 */ 625*313da01aSLee Jones {0xfe, 0x0a, 331}, /* 0x35 */ 626*313da01aSLee Jones {0xf3, 0x09, 332}, /* 0x36 */ 627*313da01aSLee Jones {0xea, 0x08, 340}, /* 0x37 */ 628*313da01aSLee Jones {0xe8, 0x07, 376}, /* 0x38 */ 629*313da01aSLee Jones {0xde, 0x06, 389}, /* 0x39 */ 630*313da01aSLee Jones {0x52, 0x2a, 54}, /* 0x3a 301 TV */ 631*313da01aSLee Jones {0x52, 0x6a, 27}, /* 0x3b 301 TV */ 632*313da01aSLee Jones {0x62, 0x24, 70}, /* 0x3c 301 TV */ 633*313da01aSLee Jones {0x62, 0x64, 70}, /* 0x3d 301 TV */ 634*313da01aSLee Jones {0xa8, 0x4c, 30}, /* 0x3e 301 TV */ 635*313da01aSLee Jones {0x20, 0x26, 33}, /* 0x3f 301 TV */ 636*313da01aSLee Jones {0x31, 0xc2, 39}, /* 0x40 */ 637*313da01aSLee Jones {0x60, 0x36, 30}, /* 0x41 Chrontel */ 638*313da01aSLee Jones {0x40, 0x4a, 28}, /* 0x42 Chrontel */ 639*313da01aSLee Jones {0x9f, 0x46, 44}, /* 0x43 Chrontel */ 640*313da01aSLee Jones {0x97, 0x2c, 26}, /* 0x44 */ 641*313da01aSLee Jones {0x44, 0xe4, 25}, /* 0x45 Chrontel */ 642*313da01aSLee Jones {0x7e, 0x32, 47}, /* 0x46 Chrontel */ 643*313da01aSLee Jones {0x8a, 0x24, 31}, /* 0x47 Chrontel */ 644*313da01aSLee Jones {0x97, 0x2c, 26}, /* 0x48 Chrontel */ 645*313da01aSLee Jones {0xce, 0x3c, 39}, /* 0x49 */ 646*313da01aSLee Jones {0x52, 0x4a, 36}, /* 0x4a Chrontel */ 647*313da01aSLee Jones {0x34, 0x61, 95}, /* 0x4b */ 648*313da01aSLee Jones {0x78, 0x27, 108}, /* 0x4c - was 102 */ 649*313da01aSLee Jones {0x66, 0x43, 123}, /* 0x4d Modes 0x26-0x28 (1400x1050) */ 650*313da01aSLee Jones {0x41, 0x4e, 21}, /* 0x4e */ 651*313da01aSLee Jones {0xa1, 0x4a, 29}, /* 0x4f Chrontel */ 652*313da01aSLee Jones {0x19, 0x42, 42}, /* 0x50 */ 653*313da01aSLee Jones {0x54, 0x46, 58}, /* 0x51 Chrontel */ 654*313da01aSLee Jones {0x25, 0x42, 61}, /* 0x52 */ 655*313da01aSLee Jones {0x44, 0x44, 66}, /* 0x53 Chrontel */ 656*313da01aSLee Jones {0x3a, 0x62, 70}, /* 0x54 Chrontel */ 657*313da01aSLee Jones {0x62, 0xc6, 34}, /* 0x55 848x480-60 */ 658*313da01aSLee Jones {0x6a, 0xc6, 37}, /* 0x56 848x480-75 - TEMP */ 659*313da01aSLee Jones {0xbf, 0xc8, 35}, /* 0x57 856x480-38i,60 */ 660*313da01aSLee Jones {0x30, 0x23, 88}, /* 0x58 1360x768-62 (is 60Hz!) */ 661*313da01aSLee Jones {0x52, 0x07, 149}, /* 0x59 1280x960-85 */ 662*313da01aSLee Jones {0x56, 0x07, 156}, /* 0x5a 1400x1050-75 */ 663*313da01aSLee Jones {0x70, 0x29, 81}, /* 0x5b 1280x768 LCD */ 664*313da01aSLee Jones {0x45, 0x25, 83}, /* 0x5c 1280x800 */ 665*313da01aSLee Jones {0x70, 0x0a, 147}, /* 0x5d 1680x1050 */ 666*313da01aSLee Jones {0x70, 0x24, 162}, /* 0x5e 1600x1200 */ 667*313da01aSLee Jones {0x5a, 0x64, 65}, /* 0x5f 1280x720 - temp */ 668*313da01aSLee Jones {0x63, 0x46, 68}, /* 0x60 1280x768_2 */ 669*313da01aSLee Jones {0x31, 0x42, 79}, /* 0x61 1280x768_3 - temp */ 670*313da01aSLee Jones {0, 0, 0}, /* 0x62 - custom (will be filled out at run-time) */ 671*313da01aSLee Jones {0x5a, 0x64, 65}, /* 0x63 1280x720 (LCD LVDS) */ 672*313da01aSLee Jones {0x70, 0x28, 90}, /* 0x64 1152x864@60 */ 673*313da01aSLee Jones {0x41, 0xc4, 32}, /* 0x65 848x480@60 */ 674*313da01aSLee Jones {0x5c, 0xc6, 32}, /* 0x66 856x480@60 */ 675*313da01aSLee Jones {0x76, 0xe7, 27}, /* 0x67 720x480@60 */ 676*313da01aSLee Jones {0x5f, 0xc6, 33}, /* 0x68 720/768x576@60 */ 677*313da01aSLee Jones {0x52, 0x27, 75}, /* 0x69 1920x1080i 60Hz interlaced */ 678*313da01aSLee Jones {0x7c, 0x6b, 38}, /* 0x6a 960x540@60 */ 679*313da01aSLee Jones {0xe3, 0x56, 41}, /* 0x6b 960x600@60 */ 680*313da01aSLee Jones {0x45, 0x25, 83}, /* 0x6c 1280x800 */ 681*313da01aSLee Jones {0x70, 0x28, 90}, /* 0x6d 1152x864@60 */ 682*313da01aSLee Jones {0x15, 0xe1, 20}, /* 0x6e 640x400@60 (fake, not actually used) */ 683*313da01aSLee Jones {0x5f, 0xc6, 33}, /* 0x6f 720x576@60 */ 684*313da01aSLee Jones {0x37, 0x5a, 10}, /* 0x70 320x200@60 (fake, not actually used) */ 685*313da01aSLee Jones {0x2b, 0xc2, 35} /* 0x71 768@576@60 */ 686*313da01aSLee Jones }; 687*313da01aSLee Jones 688*313da01aSLee Jones #endif 689