diff options
author | aiju <devnull@localhost> | 2011-04-15 20:29:46 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2011-04-15 20:29:46 +0200 |
commit | 68d6b0808bbd57a91abf2a5ac4571e4372a8d3fc (patch) | |
tree | 4b0b6214de9c0e70fc26d09264c41557f1f23510 /sys/src/cmd/aux/vga/geode_modes.h | |
parent | a95f7282410ebfa4e2a4ff816e8486e7e0f8284a (diff) |
added geode driver
Diffstat (limited to 'sys/src/cmd/aux/vga/geode_modes.h')
-rw-r--r-- | sys/src/cmd/aux/vga/geode_modes.h | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/vga/geode_modes.h b/sys/src/cmd/aux/vga/geode_modes.h new file mode 100644 index 000000000..b6274dab6 --- /dev/null +++ b/sys/src/cmd/aux/vga/geode_modes.h @@ -0,0 +1,65 @@ +enum {NumModes = 61}; + +static const ulong geode_modes[NumModes][2] = { +{0x000031AC, 24923000}, +{0x0000215D, 25175000}, +{0x00001087, 27000000}, +{0x0000216C, 28322000}, +{0x0000218D, 28560000}, +{0x000010C9, 31200000}, +{0x00003147, 31500000}, +{0x000010A7, 33032000}, +{0x00002159, 35112000}, +{0x00004249, 35500000}, +{0x00000057, 36000000}, +{0x0000219A, 37889000}, +{0x00002158, 39168000}, +{0x00000045, 40000000}, +{0x00000089, 43163000}, +{0x000010E7, 44900000}, +{0x00002136, 45720000}, +{0x00003207, 49500000}, +{0x00002187, 50000000}, +{0x00004286, 56250000}, +{0x000010E5, 60065000}, +{0x00004214, 65000000}, +{0x00001105, 68179000}, +{0x000031E4, 74250000}, +{0x00003183, 75000000}, +{0x00004284, 78750000}, +{0x00001104, 81600000}, +{0x00006363, 94500000}, +{0x00005303, 97520000}, +{0x00002183, 100187000}, +{0x00002122, 101420000}, +{0x000041B1, 106500000}, +{0x00001081, 108000000}, +{0x00006201, 113310000}, +{0x00000041, 119650000}, +{0x000041A1, 129600000}, +{0x00002182, 133500000}, +{0x000041B1, 135000000}, +{0x00000051, 144000000}, +{0x000041E1, 148500000}, +{0x000062D1, 157500000}, +{0x000031A1, 162000000}, +{0x00000061, 169203000}, +{0x00004231, 172800000}, +{0x00002151, 175500000}, +{0x000052E1, 189000000}, +{0x00000071, 192000000}, +{0x00003201, 198000000}, +{0x00004291, 202500000}, +{0x00001101, 204750000}, +{0x00007481, 218250000}, +{0x00004170, 229500000}, +{0x00006210, 234000000}, +{0x00003140, 251182000}, +{0x00006250, 261000000}, +{0x000041C0, 278400000}, +{0x00005220, 280640000}, +{0x00000050, 288000000}, +{0x000041E0, 297000000}, +{0x00002130, 320207000}, +{0x00006310, 341349000}, +}; |