summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/doc/Japanese/AccelCards
blob: 5ebbceee9843ce38fd58f6870265b3fc7b97b34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
#-------------------------------------------------------------------------#
#
# XFree86 $B$G%5%]!<%H$7$F$$$k%"%/%;%i%l!<%?%+!<%I(J
# 
# $B%P!<%8%g%s(J 1.5 - 1994 $BG/(J 8 $B7n(J 27$BF|(J
#  XFree86 3.1 $BMQ0lMw(J - David Wexelblat <dwex@xfree86.org>
#-------------------------------------------------------------------------#
#
# $B$3$N%U%!%$%k$O(J XFree86 $B$G8_49@-$,$"$k$+%F%9%H$7$?%"%/%;%i%l!<%?%+!<%I$N0l(J
# $BMw$rDs6!$9$k$b$N$G$9!#(J $B%5%]!<%H$7$F$$$k%A%C%W$,Ek:\$5$l$F$$$kB>$N%+!<%I$G(J
# $B$b(J XFree86 $B$,F0:n$9$k$+$I$&$+!";d$?$A$OJ]>Z$9$k$3$H$O=PMh$^$;$s!#(J $B0lMw$K$J(J
# $B$$%+!<%I$G;n$7$F$_$F$&$^$/F0$$$?$i!"$3$N%U%!%$%k$N:G8e$K$"$k%o!<%/%7!<%H$N(J
# $B6uGr$rKd$a$F(J <xfree86@physics.su.oz.au> $B08$F$KEE;R%a!<%k$rAw$C$F2<$5$$!#(J
#
# $B%5%]!<%H$7$F$$$k%A%C%W%;%C%H$rEk:\$7$F$$$k%+!<%I$G(J XFree86 $B$,F0:n$7$J$$>l(J
# $B9g$O!">u67$r2~A1$9$k$?$a$K2f!9$KO"Mm$r2<$5$$!#@h$::G=i$K(J DOS $B$d(J Windows $B$G(J
# $B%O!<%I%&%'%"$,@5$7$/F0:n$9$k$+3NG'$7$F2<$5$$!#(J
#-------------------------------------------------------------------------#
# $B$3$N%U%!%$%k$O%A%C%W%;%C%H$G>O$KJ,$1$F$$$^$9!#%A%C%W%;%C%H$O<!$NDL$j(J:
#   S3 911/924
#   S3 801/805
#   S3 928
#   8514/A
#   ATI Mach8
#   ATI Mach32
#   Weitek P9000
#   SVGA (Cirrus)
#   SVGA (Western Digital)
#
# $B0lMw$K$J$$%+!<%I$r;}$C$FMh$FF0:n$5$;$k$N$K==J,$J(J RAMDAC $B$H%/%m%C%/%A%C%W$K(J
# $B4X$9$kBgNL$N>pJs$rDs6!$7$^$9!#$3$N%U%!%$%k$N=*$o$j!"%o!<%/%7!<%H$ND>A0$K;d(J
# $B$?$A$,D4::$7$?;HMQ2DG=$J%/%m%C%/%7%s%;%5%$%6!<$N%A%C%W%;%C%H$N0lMw$,$"$j$^(J
# $B$9!#MxMQ$9$k%+!<%I$,0lMw$K$"$k%A%C%W%;%C%H$rEk:\$7$F$$$k>l9g$K!"(JXconfig $B%U(J
# $B%!%$%k$N(JClocks $B9T$K0lMw$K$"$k%/%m%C%/$r;H$&$3$H$,=PMh$^$9!#0lMw$K$"$k%/%m(J
# $B%C%/$r$=$N$^$^%3%T!<$7$F$/$@$5$$!#(J
#
# [ $BLuCm(J : $B%G!<%?%Y!<%9$O:G=i$N0l$D$@$1(J $B9`L\L>$@$1BPLuIw$K$7$^$9!#(J ]
# [ $BDs6!%G!<%?$O$=$N$^$^$K$7$F$*$-$^$9!#(J ]
#-------------------------------------------------------------------------#
# S3 911/924                                                              #
#-------------------------------------------------------------------------#
Card Vendor        : DEC
Card Model        : DEC PC450D2LP
Card Bus (ISA/EISA/VLB)    : Embedded
Chipset            : 86C924
Video Memory        : 1024K
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 
Clock Chip        : 
Programmable? (Y/N)    : 
Number of clocks    : 16
Clocks            : 25 28 40 0 50 77 46 45 130 12 80 32 110 65 75 95
Clocks (cont)        : 
Option Flags            : 
RAMDAC            : 
Submitter        : Eric Hvozda <ack@clark.net>
Last Edit Date        : Feb 20, 1994
#-------------------------------------------------------------------------#
$B%+!<%I@=B$2q<R(J     : DEC
$B@=IJL>(J            : DEC PC450D2LP
$B%P%9$N<oN`(J (ISA/EISA/VLB)  : Embedded
$B%A%C%W%;%C%H(J       : 86C924
$B%S%G%*%a%b%jNL(J      : 1024K
$B%a%b%j$N7?(J  (DRAM/VRAM)    : VRAM
$B%a%b%j$NB.EY(J        : 
$B%/%m%C%/%A%C%W(J    : 
$B%W%m%0%i%^%V%k$N2DH](J(Y/N)    : 
$B%/%m%C%/?t(J          : 16
$B%/%m%C%/(J          : 25 28 40 0 50 77 46 45 130 12 80 32 110 65 75 95
$B%/%m%C%/(J ($B7QB39T(J)    : 
$B%*%W%7%g%s%U%i%0(J        : 
RAMDAC            : 
$BDs=P<T(J           : Eric Hvozda <ack@clark.net>
$B:G=*=$@5F|(J            : Feb 20, 1994
#-------------------------------------------------------------------------#
Card Vendor        : Hewlett-Packard 
Card Model        : D2325A
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 86C911
Video Memory        : 1024K
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 80 nS
Clock Chip        : ICS1394M
Programmable? (Y/N)    : No 
Number of clocks    : 16
Clocks            : 25.20 28.32 30.00  0.00 32.50 36.00 38.00 40.00
Clocks (cont)        : 44.90 48.00 50.10 60.10 64.20 65.10 75.20 80.20
Option Flags            : nomemaccess on my setup to prevent lockups 
RAMDAC            : MUSIC TR9C1710-80
Submitter        : Greg Holdren <gregh@hprnd.rose.hp.com,geh@netcom.com>
Last Edit Date        : Jan 21, 1994
#-------------------------------------------------------------------------#
Card Vendor        : Orchid
Card Model        : Fahrenheit 1280 (Circa 1991)
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 86C911
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 80 ns
Clock Chip        : Chrontel CH9204CB-NC
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25.175 28.33 40 0 50 77 36 44.9
Clocks (cont)        : 130 120 80 31.5 110 65 75 96
Option Flags        :
RAMDAC            : SC11483CV (Silkscreen outine for Bt476)
Submitter        : Douglas Lenz <lenz@comm.mot.com>
Last Edit Date        : Sept 29, 1993
#-------------------------------------------------------------------------#
Card Vendor             : Orchid
Card Model              : Fahrenheit 1280
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : 911
Video Memory            : 1 Meg
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            : 100ns
Clock Chip              : ???
Programmable? (Y/N)     : No ???
Number of clocks        : 16
Clocks                  : 25.2 28.3 40 72 50 77 36 45
Clocks (cont)           : 131 120 80 32 110 65 75 95
Option Flags            :
RAMDAC                  : Sierra HC
Submitter               : Kent A. Vander Velden
Last Edit Date          : Oct 24, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Paelit
Card Model        : S3 VGA (I kid you not)
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 911
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 100ns
Clock Chip        : 
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25.175 28.322 40.0 0.0 50.0 77.0 36.0 44.9
Clocks (cont)        : 130.0 120.0 80.0 31.5 110.0 65.0 76.0 94.5
Option Flags        :
RAMDAC            :
Submitter        : Stephen Hocking
Last Edit Date        : Sep 29, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Orchid 
Card Model        : Farenheit 1280
Card Bus(ISA/EISA/VLB)    : ISA
Chipset            : S3 86C924
Video Memory        : 1024k
Memory Type(DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : ?
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks                : 25.20 28.32 32.50 0.00 40.00 44.90 50.40 65.00
Clocks (cont)         : 78.00 56.70 63.00 74.90 80.00 89.90 100.90 31.50
Option Flags        : 
RAMDAC            : AT&T 20C491
Submitter        : Richard Coley
Last Edit Date        : Oct 4 1993
#-------------------------------------------------------------------------#
Card Vendor        : S3, Incorporated
Card Model        : MVGA-S3C911
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 924
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : AV9194-56N20
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.2 28.3 39.7 0.0 49.9 76.7 35.7 44.6 130.2 119.5
Clocks (cont)        : 79.4 31.2 110.0 65.2 74.9 71.3
Option Flags        :
RAMDAC            : SC11487CN
Submitter        : C.E. Hawkins ceh@eng.cam.ac.uk
Last Edit Date        : Oct 4, 1993
#-------------------------------------------------------------------------#
Card Vendor        : SIXGRAPH
Card Model        : WIZARD 924
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 924
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 80ns
Clock Chip        : ?
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.20 28.32 39.70 0.00 50.00 77.00 35.70 44.70
Clocks (cont)        : 130.30 119.60 79.50 31.20 109.70 65.30 75.00 71.40
Option Flags        :
RAMDAC            : AT&T 20C491
Submitter        : Jean-F. Cormier <jfcor@phy.ulaval.ca>
Last Edit Date        : Jan 23, 1994
#-------------------------------------------------------------------------#
Card Vendor        : WA
Card Model        : WA911
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 86C911
Video Memory        : 1024K
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 
Clock Chip        : 
Programmable? (Y/N)    : N
Number of clocks    : 
Clocks            : 25.2 28.32 39.9 0.0 50.10 79.80 36.10 44.9
Option Flags        :
RAMDAC            :
Submitter        : Steffan Henke <henker@informatik.uni-bremen.de>
Last Edit Date        : June 7, 1994
#-------------------------------------------------------------------------#
# S3 801/805                                                              #
#-------------------------------------------------------------------------#
Card Vendor        : Actix
Card Model        : GraphicsEngine32 (original proto design).
Card Bus (ISA/EISA/VLB)    : ISA.
Chipset            : S3 86C801
Video Memory        : 1024k (upgradable)
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : crontel (need to check make)
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25 28 40 72 49 77 36 45
Clocks (cont)        : 90 120 80 32 110 65 75 95
Option Flags        :
RAMDAC            : AT&T 20C491-11
Submitter        : Jon Tombs <jon@xfree86.org>
Last Edit Date        : Sept 27, 1993
#-------------------------------------------------------------------------#
Card Vendor             : Actix
Card Model              : GE32
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3-801
Video Memory            : 1M
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : (80ns ?)
Clock Chip              : ATT
Programmable? (Y/N)     : N
Number of clocks        : 16
Clocks                  : 25 28 40 72 50 77 36 45 90 120 80 32 110 65 75 95
Clocks (cont)           :
Option Flags            :
RAMDAC                  :
Submitter               : brezak@ch.hp.com
Last Edit Date          : 10/25/93
#-------------------------------------------------------------------------#
Card Vendor        : Actix
Card Model        : GraphicsEngine32 Plus
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : S3 86C801
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : Unknown
Clock Chip        : Avasem AV9194-??
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.20  28.32  40.0 0.0 50.1 77.0 36.2 44.9
Clocks (cont)        : 80.0 120.0 130.2 31.5 110.3 65.0 74.9 72.4
Option Flags        : 
RAMDAC            : AT&T 20C490-11
Submitter        : Jordan K. Hubbard <jkh@whisker.lotus.ie>
Last Edit Date        : Sept 27, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Actix
Card Model        : GraphicsEngine32 Plus
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : S3 86C801
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 45ns
Clock Chip        : Avasem AV9194-11
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.175 28.322 40.0 0.0 50.0 77.0 36.0 44.9
Clocks (cont)        : 130.0 120.0 80.0 31.5 110.0 65.0 75.0 95.0
Option Flags        : 
RAMDAC            : AT&T 20C490-11
Submitter        : David E. Wexelblat <dwex@xfree86.org>
Last Edit Date        : Sept 25, 1993
#-------------------------------------------------------------------------#
Card Vendor        : "made in taiwan" VGA windows accellerator
Card Model        : 2157?
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : S3-801
Video Memory        : 1024k + 1024k optional, I have 2Mb.
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 50ns.
Clock Chip        : Avasem AV9194-11
Programmable? (Y/N)    : No.
Number of clocks    : 16
Clocks            : 25.175 28.322 40.0 0.0 50.0 77.0 36.0 44.9
Clocks (cont)        : 130.0 120.0 80.0 31.5 110.0 65.0 75.0 94.5
Option Flags        : None.
RAMDAC            : ATT 491? (24/15/16/8 bit ramdac from ATT) (110Mhz)
Submitter        : R.E. Wolff
Last Edit Date        : Mon Sep 27 09:15:36 MET 1993
#-------------------------------------------------------------------------#
Card Vendor             : Actix
Card Model              : Graphics Engine 32VL+
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 86C805
Video Memory            : 2048K
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 45ns
Clock Chip              : Avasem AV9194-11
Programmable? (Y/N)     : No
Number of clocks        : 16
Clocks                  :  25  28 40    0  50 77 36 45
Clocks (cont)           : 130 120 80 31.5 110 65 75 95
Option Flags            :
RAMDAC                  : AT&T 20C490-11
Submitter               : Marc Wandschneider <marcwan@microsoft.com>
Last Edit Date          : Oct 25, 1993
#-------------------------------------------------------------------------#
Card Vendor             : Actix
Card Model              : GraphicsEngine32VL+/2mb
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 86C805
Video Memory            : 2048k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 45ns
Clock Chip              : Avasem AV9194-11
Programmable? (Y/N)     : No
Number of clocks        : 16
Clocks                  : 25.20  28.30 39.70  0.00  50.00  76.70  35.70  44.60
Clocks (cont)           : 130.30 121.40 79.40 31.20 109.80 65.10  74.90  94.60
Option Flags            :
RAMDAC                  : Winbond W82C490P-110
Submitter               : Dick Garner <cedar!dick@beaver.cs.washington.edu>
Last Edit Date          : Oct. 29, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Dell Computer on board video card
Card Model        :
Card Bus (ISA/EISA/VLB)    : Integrated Local Bus
Chipset            : S3 86C805 
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : ?
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25.20 28.32 40.00 0.00 40.00 77.50 77.50 44.90
Clocks (cont)        : 63.00 100.20 79.90 31.50 110.00 65.00 75.00 94.50
Option Flags        :
RAMDAC            : AT&T 20C492
Submitter        : Didier Poirot <dp@chorus.fr>
Last Edit Date        : Oct 4, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Dell
Card Model        : 433/M
Card Bus (ISA/EISA/VLB)    : Integrated
Chipset            : S3 805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : ICS2494AM
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25.20  28.32 40.00  0.00  50.10 77.50 36.00 44.90
Clocks (cont)        : 63.00 100.20 79.90 31.50 110.10 65.00 75.00 94.50
Option Flags        :
RAMDAC            : SC11483CV
Submitter        : Joe V. Moss <joe@morton.rain.com>
Last Edit Date        : Oct 14, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Dell
Card Model        : 4066/XE
Card Bus (ISA/EISA/VLB)    : Integrated
Chipset            : S3 805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : ICS2494AM
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25.20  28.32 40.00  0.00  50.10 78.20 36.00 44.90
Clocks (cont)        : 63.00 100.20 79.90 31.50 110.00 65.00 75.00 94.50
Option Flags        :
RAMDAC            : SC11483CV
Submitter        : Joe V. Moss <joe@morton.rain.com>
Last Edit Date        : Oct 14, 1993
#-------------------------------------------------------------------------#
Card Vendor             : Dell
Card Model              : Built-into Dell 4066/XE
Card Bus (ISA/EISA/VLB) : local bus
Chipset                 : S3 86C805
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 512k @ ? / 512k @ 70ns
Clock Chip              : ?
Programmable? (Y/N)     : no?
Number of clocks        :  16
Clocks                  : 25.20  28.32  39.90   0.00  50.10  77.60  36.00  36.10
Clocks (cont)           : 62.90 100.30  79.90  31.50 109.90 109.90  75.00  94.50
Option Flags            : Option "nomemaccess"
RAMDAC                  : AT&T 20C492
Submitter               : harry@brain.Jpl.Nasa.Gov (Harry Langenbacher)
Last Edit Date          : Oct 29, 1993
#-------------------------------------------------------------------------#
Card Vendor        : "Made In Taiwan" VGA Windows Accellerator
Card Model        : P/N: 910-0032 CODE 2155
Card Bus (ISA/EISA/VLB)    : VESA Local Bus
Chipset            : S3 86C805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 45 ns
Clock Chip        : ICS 2494 AN  9312-305  (ICS2494-305)
Programmable? (Y/N)    : No.
Number of clocks    : 16
Clocks            : 25.175  28.322  40.0  0.0  50.0  77.0  36.0  44.889
Clocks (cont)        : 130.0   120.0   80.0  31.5 110.0 65.0  75.0  94.5 
Option Flags        : 
RAMDAC            : AT&T 20C491-11
Submitter        : Frode Roervik <froder@ifi.uio.no>
Last Edit Date        : Jan 26, 1994
#-------------------------------------------------------------------------#
Card Vendor             : Micronics
Card Model              : MPower 3
Card Bus (ISA/EISA/VLB) : on-motherboard (VLB)
Chipset                 : S3 86C805
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 60ns
Clock Chip              : AvaSem
Programmable? (Y/N)     : No
Number of clocks        : 16
Clocks                  : 25 28 40 0 50 77 36 45
Clocks (cont)           : 130 120 80 31.5 110 65 75 95
Option Flags            :
RAMDAC                  : AT&T 20C491-80
Comments                : RAMDAC limits max clock to 80MHz
Submitter               : David Dawes <dawes@xfree86.org>
Last Edit Date          : Dec 14, 1993
#-------------------------------------------------------------------------#
Card Vendor             : miro Computer Products AG Germany
Card Model              : CRYSTAL 8S
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 P86C805
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 45 ns
Clock Chip              : ICS2494AN
Programmable? (Y/N)     : N
Number of clocks        : 16
Clocks                  : 25.2 28.32 39.9 0 50.1 77 36 44.8 129.7 120.2 
Clocks (cont)        : 120.2 31.5 109.9 65 75 94.5 31.5 109.9 65 75 94.5
Option Flags            : 
RAMDAC                  : AT&T 20C491
Submitter               : rohde@physik.uni-kiel.d400.de
Last Edit Date          : Nov 5, 1993
#-------------------------------------------------------------------------#
Card Vendor             : miro Computer Products AG 
Card Model              : miroCRYSTAL 8S
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 P86C805
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 45 ns
Clock Chip              : ICS2494AN
Programmable? (Y/N)     : N
Number of clocks        : 16
Clocks                  : 25.2 28.32 40.0 0 50.0 77.0 36.0 44.9 
Clocks (cont)        : 130.0 120.0 80.0 31.5 110.0 65.0 75.0 94.5
Option Flags            : 
RAMDAC                  : AT&T 20C491-11
Submitter               : Christoph Rimek <chrimek@toppoint.de>
Last Edit Date          : Mar 6, 1994
#-------------------------------------------------------------------------#
Card Vendor        : Orchid
Card Model        : Fahrenheit VLB  ( = VA/VLB - audio )
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : S3 86C805
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 50ns(1M) + 60ns (1M)
Clock Chip        : ?
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            :  25.20  28.32 40.00  0.00  50.10 77.00 36.10 45.00 
Clocks (cont)        : 130.00 120.20 80.00 31.50 110.30 65.00 75.00 94.60
Option Flags        : 
RAMDAC            : AT&T 490
Submitter        : Yasu-Hiro Yamazaki<hiro@rainbow.physics.utoronto.ca>
Last Edit Date        : Oct. 7, 1993
#-------------------------------------------------------------------------#
Card Vendor        : Orchid
Card Model        : Fahrenheit 1280 Plus VLB
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : S3-805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60 ns
Clock Chip        : Chrontel 9303 (?)
Programmable? (Y/N)    : N (?)
Number of clocks    : 16
Clocks            : 25.20 28.32 40.00 0.00 50.10 77.00 36.20 44.90
Clocks (cont)        : 130.10 120.00 80.00 31.50 110.20 65.00 75.00 94.60
Option Flags        :
RAMDAC            : AT&T 20C490-80
Submitter        : Steve Forsythe <forsse@meaddata.com>
Last Edit Date        : Oct. 4, 1993
#-------------------------------------------------------------------------#
Card Vendor             : Orchid
Card Model              : Fahrenheit 1280 Plus
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 805
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 60 ns
Clock Chip              : ?
Programmable? (Y/N)     : No
Number of clocks        : 16
Clocks                  : 25.20 28.32 40.00 0.00 50.10 77.00 36.20 44.90
Clocks (cont)           : 130.00 120.00 80.00 31.50 110.20 65.00 75.00 94.60
Option Flags            : nomemaccess
RAMDAC                  : ?
Submitter               : Steven Wallace <swallace@ece.uci.edu>
Last Edit Date          : October 3, 1993
#-------------------------------------------------------------------------#
Card Vendor        : SPEA Videoseven
Card Model        : V7-Mirage
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : 86C805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : AV9194-56N20
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.2 28.3 39.7 0.0 49.9 76.7 35.7 44.6 130.2 119.5
Clocks (cont)        : 79.4 31.2 110.0 65.2 74.9 71.3
Option Flags        :
RAMDAC            :
Submitter        : C.E. Hawkins ceh@eng.cam.ac.uk
Last Edit Date        : Oct 4, 1993
#--------------------------------------------------------------------------#
Card Vendor        : STB
Card Model        : VL-24
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : 805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : ?
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y
Number of clocks    : progamable
Clocks            : "icd2061a"
Option Flags        :
RAMDAC            :
Submitter        :
Last Edit Date        :
#--------------------------------------------------------------------------#
Card Vendor        : Viglen
Card Model        : Genie
Card Bus (ISA/EISA/VLB)    : Integrated
Chipset            : 86C805
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : AV9194-56N20
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 25.2 28.3 39.7 0.0 49.9 76.7 35.7 44.6 130.2 119.5
Clocks (cont)        : 79.4 31.2 110.0 65.2 74.9 71.3
Option Flags        :
RAMDAC            :
Submitter        : C.E. Hawkins ceh@eng.cam.ac.uk
Last Edit Date        : Oct 4, 1993
#--------------------------------------------------------------------------#
# S3 928                                                                   #
#--------------------------------------------------------------------------#
Card Vendor        : Actix
Card Model        : GraphicsEngine Ultra Plus
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : S3 86C928
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 25ns (I think: chips are: TMS 44C251ASD)
Clock Chip        : Chrontel CH9204CL-NC
Programmable? (Y/N)    : Not sure (probably not)
Number of clocks    : 16
Clocks            : 25 28 40 72 50 77 36 45 90 120 80 32 110 65 75 95
Option Flags        :
RAMDAC            : Winbond W82C490P-110
Submitter        : Richard Gooch <rgooch@atnf.csiro.au>
Last Edit Date        : 1-OCT-1993
#--------------------------------------------------------------------------#
Card Vendor        : Diamond Computer Systems, Inc.
Card Model        : Stealth Pro (not officially supported)
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : S3 86C928
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 60ns
Clock Chip        :          
Programmable? (Y/N)    : Y  ;Need external clock program (like ds3) to
Number of clocks    : 3 or more ;set 3rd clock entry to:
Clocks            : 19.9 22.3 24.8 25.0 28.1 31.3 
Clocks (cont)        : 32.2 35.7 35.9 37.0 39.8 (interlaced)
Clocks (cont)        : 39.7 44.6 49.6 49.9 56.2 62.6 
Clocks (cont)        : 64.4 71.4 71.8 73.9 79.6 (non-interlaced)
Option Flags        : nomemaccess
RAMDAC            : Diamond SS2410
Submitter        : Hans Oey <hans@mo.hobby.nl>
Last Edit Date        : Oct 5, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ELSA
Card Model        : Winner 1000
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : 86C928
Video Memory        : 2048k and 1024k (tested both)
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 70ns
Clock Chip        : ICD 2061ASC-1
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        : 
RAMDAC            : Sierra SC 15025CV Highcolor 24 - 110
Submitter        : Dirk Hohndel <hohndel@xfree86.org>
Last Edit Date        : 09/27/93
#--------------------------------------------------------------------------#
Card Vendor        : ELSA, Aachen, Germany
Card Model        : ELSA Winner 1000
Card Bus (ISA/EISA/VLB)    : ISA (and EISA, but no EISA motherboard, not tested)
Chipset            : S3-928 rev. D
Video Memory        : 1024k (up to 2MB VRAM)
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : ICD 2061A
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        : 
RAMDAC            : SC 15025
Submitter        : Harald Koenig <koenig@tat.physik.uni-tuebingen.de>
Last Edit Date        : Sept 27, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ELSA, Aachen, Germany
Card Model        : ELSA Winner 1000 VL
Card Bus (ISA/EISA/VLB)    : VLB (33 MHz)
Chipset            : S3-928 rev. D
Video Memory        : 1024k (up to 2MB VRAM + 1MB offscreen DRAM)
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : ICD 2061A
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        : 
RAMDAC            : SC 15025
Submitter        : Harald Koenig <koenig@tat.physik.uni-tuebingen.de>
Last Edit Date        : Sept 27, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ELSA
Card Model        : Winner 1000
Card Bus (ISA/EISA/VLB)    : ISA/EISA Twinbus (EISA not yet tested)
Chipset            : S3 928 D-step
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 60ns
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "ic2061a"
Option Flags        : nomemaccess
RAMDAC            : SIERRA 15/16 bit (SC15025)
Submitter        : Helmut Geyer  geyer@kalliope.iwr.uni-heidelberg.de
Last Edit Date        : Sept 27, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Elsa
Card Model              : Winner 1000
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3 86C928
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : VRAM (Micron MT42C4256Z-8 or -7)
Memory Speed            : 80ns
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : Sierra 15/16-bit HiColor
Submitter               : Peter E. <Peter.Eubert@iwb.mw.tu-muenchen.d400.de>
Last Edit Date          : October 8, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ELSA
Card Model        : Winner 1000
Card Bus (ISA/EISA/VLB)    : EISA
Chipset            : S3 86C928
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 70ns
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        :
RAMDAC            : Sierra SC 15025CV 
Submitter        : Helmut Geyer <geyer@kalliope.iwr.uni-heidelberg.de>
Last Edit Date        : Oct 12, 1993
#--------------------------------------------------------------------------#
Card Vendor             : ELSA
Card Model              : ELSA Winner 1000
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3/928
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            :
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  :
Submitter               : Walter Tuppa <tuppa@iue.tuwien.ac.at>
Last Edit Date          : Oct 11, 1993
#--------------------------------------------------------------------------#
Card Vendor        : Miro Computer Products GmbH - GERMANY
Card Model        : MIRO 32S Eisa 
Card Bus (ISA/EISA/VLB)    : EISA 
Chipset            : S3 928 
Video Memory        : 4 Mb 
Memory Type (DRAM/VRAM)    : VRAM 
Memory Speed        : ? 
Clock Chip        : ICS 2494 
Programmable? (Y/N)    : N 
Number of clocks    : 16 
Clocks            :  50.350  56.644  65.000  72.000  80.000  89.800
Clocks (cont)        :   0.000  29.500  14.750  25.175  44.900  84.000
Clocks (cont)        : 100.000 110.000 125.000 135.000
Option Flags        : ?
RAMDAC            : BT 485
Submitter        : ?
Last Edit Date        : May 13, 1994
#--------------------------------------------------------------------------#
Card Vendor        : Number 9
Card Model        : GXE Level 11
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : S3 928
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : 1M VRAM, 1M DRAM
Memory Speed        : 
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        :
RAMDAC            : BrookTree Bt485
Submitter        : Marc Evans <marc@xfree86.org>
Last Edit Date        :
#--------------------------------------------------------------------------#
Card Vendor             : Number Nine
Card Model              : #9GXE Level 12
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3 928 Rev D
Video Memory            : 3072k
Memory Type (DRAM/VRAM) : 2MB VRAM, 1MB DRAM
Memory Speed            : 70ns
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : Bt485KPJ135 
Submitter               : David Wexelblat <dwex@xfree86.org>
Last Edit Date          : October 16, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Number 9
Card Model              : GXe12
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3 928
Video Memory            : 3Mb
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            : ?
Clock Chip              : ?
Programmable? (Y/N)     : Yes
Number of clocks        : Programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : Brooktree Bt485
Submitter               : Orest Zborowski <orestz@microsoft.com>
Last Edit Date          : Sep 25, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Number Nine
Card Model              : #9GXE Level 12
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : S3 928 Rev E
Video Memory            : 3072k
Memory Type (DRAM/VRAM) : 2MB VRAM, 1MB DRAM
Memory Speed            : 70ns
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
N}mber of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : BrookTree Bt485
Submitter               : Daniel Ling <danzig@eclipse.its.rpi.edu>
Last Edit Date          :
#--------------------------------------------------------------------------#
Card Vendor             : Number Nine
Card Model              : #9GXE Level 12
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 928 Rev D [other codes: 1XP1-0001 93295DB 9318101]
Video Memory            : 3072k
Memory Type (DRAM/VRAM) : 2MB VRAM, 1MB DRAM
Memory Speed            : 70ns
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : Bt485KPJ135 [other codes: 006 9320]
Submitter               : Ed Hall <edhall@rand.org>
Last Edit Date          : October 15, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Number Nine
Card Model              : GXE level 12
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 928
Video Memory            : 3 MB
Memory Type (DRAM/VRAM) : 2 MB VRAM / 1 MB DRAM 
Memory Speed            : ?
Clock Chip              : icd2061a
Programmable? (Y/N)     : Y
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : Bt485
Submitter               : Ted Goldblatt
Last Edit Date          : 25 October 1993
#--------------------------------------------------------------------------#
Card Vendor             : #9
Card Model              : GXE Level 12
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 86C928
Video Memory            : 3072k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            :
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Yes
Number of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : BrookTree 485
Submitter               : Randy Terbush <randyt@cse.unl.edu>
Last Edit Date          : Oct 25, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Number Nine
Card Model              : #9GXE Level 12
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : S3 928 Rev E
Video Memory            : 3072k
Memory Type (DRAM/VRAM) : 2MB VRAM, 1MB DRAM
Memory Speed            : 60ns
Clock Chip              : ICD2061A
Programmable? (Y/N)     : Y
N}mber of clocks        : programmable
Clocks                  : "icd2061a"
Option Flags            :
RAMDAC                  : BrookTree Bt485 
Submitter               : Daniel Ling <danzig@eclipse.its.rpi.edu>
Last Edit Date          : 
#--------------------------------------------------------------------------#
Card Vendor        : Number Nine 
Card Model        : #9GXe Level 12 
Card Bus (ISA/EISA/VLB)    : PCI 
Chipset            : 86C928P-P   
Video Memory        : 3072k 
Memory Type (DRAM/VRAM)    : 2MB VRAM, 1MB DRAM 
Memory Speed        : 70ns 
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y 
Number of clocks    : programmable
Clocks            : "icd2061a"
Option Flags        : "nolinear", "nomemaccess", "bt485_curs"
RAMDAC            : BT485
Submitter        : Andreas Joppich <aj@ms.DeTeMobil.de> 
Last Edit Date        : March 24,1994 
#--------------------------------------------------------------------------#
Card Vendor        : Spea/V7
Card Model        : Mercury PCI Lite
Card Bus (ISA/EISA/VLB)    : PCI
Chipset            : S3 928P
Video Memory        : 1 MB
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 60 ns
Clock Chip        : Avasem AV9194-U7CW20
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 25 28 40 0 50 77 36 45
Clocks (cont)        : 130 120 80 31 110 65 75 95
Option Flags        : "dac_8_bit"
RAMDAC            : Sierra SC 15025
Submitter        : Kai Maekisara <Kai.Makisara@vtt.fi>
Last Edit Date        : March 24, 1994
#--------------------------------------------------------------------------#
Card Vendor        : SPEA Video7
Card Model        : Mercury PCI
Card Bus (ISA/EISA/VLB)    : PCI
Chipset            : S3-928
Video Memory        : 2048 kB
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 
Clock Chip        : SC11412
Programmable? (Y/N)    : Y
Number of clocks        : programmable
Clocks                  : "sc11412"
Option Flags        : "spea_mercury"
RAMDAC            : BT485
Submitter        : preuss@cach02.chm.tu-dresden.de
Last Edit Date        : May 24, 1994
#--------------------------------------------------------------------------#
Card Vendor        : STB
Card Model        : Pegasus
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : S3 86C928
Video Memory        : 2048k or 4096k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 17.86, 18.52, 19.23, or 20 ns
Clock Chip        : ICD2061A
Programmable? (Y/N)    : Y
Number of clocks        : programmable
Clocks            : "icd2061a"
Option Flags        : stb_pegasus,dac_8_bit,sync_on_green
RAMDAC            : Bt485
Submitter        : David Gadbois
Last Edit Date        : May 27, 1994
#--------------------------------------------------------------------------#
# 8514/A                                                                   #
#--------------------------------------------------------------------------#
Card Vendor             : Western Digital
Card Model              : WD9510-AT
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : 8514/A-compatible
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            :
Clock Chip              : n/a
Programmable? (Y/N)     : n/a
Number of clocks        : n/a
Clocks                  : n/a
Option Flags            :
RAMDAC                  : std
Submitter               : <andrew@werple.apana.org.au>
Last Edit Date          : Mon Sep 27 11:11:53 EST 1993
#--------------------------------------------------------------------------#
# ATI Mach8                                                                #
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : 8514 Ultra
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : Mach-8
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 100ns
Clock Chip        : 18811-0
Programmable? (Y/N)    : N
Number of clocks    : 32
Clocks            : 43.10 48.90 92.90 36.30 50.30 56.60 0.00 44.90
Clocks (cont)        : 30.30 32.10 0.00 80.50 40.20 44.90 75.40 65.30
Clocks (cont)        : 21.60 24.40 46.40 18.10 25.10 28.30 0.00 22.40
Clocks (cont)        : 15.20 16.10 55.40 40.20 20.10 22.40 37.70 32.70
Option Flags        :
RAMDAC            : standard
Submitter        : Tiago Gons <tiago@comosjn.hobby.nl>
Last Edit Date        : Sept 27, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : Mach8
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : 18811-0
Programmable? (Y/N)    : No
Number of clocks    : 32
Clocks            : 42.95 48.77 92.4 36.0 50.35 56.64 0.0 44.9
Clocks (cont)        : 30.24 32.0 110.0 80.0 39.91 44.9 75.0 65.0
Clocks (cont)        : 21.47 24.38 45.2 18.0 25.17 28.32 0.0 22.45
Clocks (cont)        : 15.12 16.0 55.0 40.0 19.95 22.45 37.5 32.5
Option Flags        :
RAMDAC            : Unknown
Submitter        : Scott Laird <lair@midway.uchicago.edu>
Last Edit Date        :
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : ATI Mach8
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 80ns
Clock Chip        : 
Programmable? (Y/N)    : 
Number of clocks    : 16
Clocks            : 43.0 48.8   0.0 36.0 50.4 56.6  0.0 44.9
Clocks (cont)        : 30.2 32.0 110.0 80.0 40.0 44.9 75.0 65.0
Option Flags        :
RAMDAC            : generic 8-bit pseudocolor (says SuperProbe)
Submitter        : mrex@rz.fht-mannheim.de
Last Edit Date        : 30-Sep-93
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : Mach8
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : 18811-0
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 43.10  48.90  92.80  36.30  50.30  56.60  0.00  44.90
Clocks (cont)        : 30.30  32.10 110.70  80.50  40.20  44.90  75.40 65.30
Option Flags        : 
RAMDAC            : 
Submitter        : Hans Nasten <nasten@everyware.se>
Last Edit Date        : 
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : Graphics Ultra  (P/N1041111520, BIOS#1130111513(c)91)
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : Mach8 38800-1 (VGA - VGA Wonder+ 28800-5)
Video Memory            : 1024k  (VGA - 512k)
Memory Type (DRAM/VRAM) : VRAM TMS44C251-10  (VGA - DRAM)
Memory Speed            : 100ns  (VGA - 80ns)
Clock Chip              : ? 
Programmable? (Y/N)     : N
Number of clocks        : 32
Clocks                  : 43.00 48.80   0.00 36.00 50.30 56.70  0.00 44.90
Clocks (cont)           : 30.30 32.00 108.40 80.00 40.00 44.90 75.00 65.00 
Clocks (cont)           : 21.50 24.40   0.00 18.00 25.20 28.30  0.00 22.40
Clocks (cont)           : 15.10 16.00  55.00 40.00 20.00 22.40 37.50 32.50
Option Flags            :
RAMDAC                  : (?) INMOS IMSG176J666     
Submitter               : Henry Worth <haw30@ras.amdahl.com>
Last Edit Date          : Oct 3, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics ULTRA
Card Bus         : ISA
Chipset            : ATI 28800-6 and ATI 38800-1
Video Memory        : 1024k
Memory Type         : VRAM
Memory Speed        : 80ns
Clock Chip        : ATI 188102
Programmable? (Y/N)    : don't know
Number of clocks    : 32
Clocks            : 43.00 48.80 0.00 36.00 50.30 56.70 0.00 44.90
Clocks (cont)        : 30.30 32.00 89.50 80.00 40.00 44.90 75.00 65.00
Clocks (cont)        : 21.50 24.40 0.00 18.00 25.20 28.30 0.00 22.40
Clocks (cont)        : 15.10 16.00 50.10 40.10 20.00 22.40 37.50 32.50
Option Flags        :
RAMDAC            : IMSG176J-S07
Submitter        : Joergen Haegg <jh@efd.lth.se>
Last Edit Date        : Oct 13, 1993
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : Graphics Ultra 
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : Mach8
Video Memory            : 1MB VRAM ACCEL / 512KB DRAM VGA
Memory Type (DRAM/VRAM) : See above
Memory Speed            : 60ns
Clock Chip              : 
Programmable? (Y/N)     : N
Number of clocks        : 13
Clocks                  : 30.3 32.0 36.0 40.0 43.0 44.9 48.8
Clocks (cont)           : 50.3 56.7 65.1 75.0 80.0 92.0
Option Flags            :
RAMDAC                  :
Submitter               : Dimitrios Evmorfopoulos
Last Edit Date          : Oct 26th 1993
#--------------------------------------------------------------------------#
# ATI Mach32                                                               #
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : AX0
Card Bus (ISA/EISA/VLB)    : PCI
Chipset            : Mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 45ns
Clock Chip        : 18811-1
Programmable? (Y/N)    : No
Number of clocks    : 32
Clocks            : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)        : 50 63 46 18 25 28 0 22 67 16 55 40 19 23 37 33
Option Flags        : 
RAMDAC            : ATI 68875
Submitter        : Alan Hourihane <alanh@metro.co.uk>
Last Edit Date        : Jan 6, 1994
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Ultra Pro
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : Mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 
Clock Chip        : 18811-1
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 100.0 126.0 92.4 36.0 50.35 56.64 0 44.90
Clocks (cont)        : 135.0 32.0 110.0 80.0 39.91 49.90 75.0 65.0
Option Flags        : None
RAMDAC            : ATI34075
Submitter        : Mike Bernson
Last Edit Date        : Sept 26, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : VLB mach32
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : ATI 68800-3 (mach32)
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 80ns
Clock Chip        : ATI 18811-1
Programmable? (Y/N)    : N
Number of clocks    : 16
Clocks            : 100 126 92.4 36 50.35 56.64 External 44.9
Clocks (cont)        : 135 32  110  80 39.91 44.9  75       65
Option Flags        : none
RAMDAC            : ATI 68875
Submitter        : Craig E. Groeschel <craig@metrolink.com>
Last Edit Date        : Oct 3, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI 
Card Model        : ATI Ultra Pro (OEM version without mouse)
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : MACH 32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 80ns
Clock Chip        : ics2494AM 9236-308
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 51.00 36.00 126.00 25.00 80.00 65.00 45.00 40.00
Clocks (cont)        : 135.00 32.00 110.00 80.00 45.00 40.00 75.00 65.00
Option Flags        : 
RAMDAC            : ATI68875
Submitter        : Bill Broadley <Broadley@neurocog.lrdc.pitt.edu>
Last Edit Date        :
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : Mach32 Graphics Ultra Pro
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : 6880006
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            : 80 ns
Clock Chip              : ATI1881 (ICS2494)
Programmable? (Y/N)     : N
Number of clocks        : 16
Clocks                  : 18.00 22.00 25.00 28.00 36.00 44.00 50.00 56.00
Clocks (cont)           : 30.00 32.00 37.00 39.00 40.00 0.00 75.00 65.00
Option Flags            : 
RAMDAC                  : ATI68830
Submitter               : Ed Krohne <krohne@elrond.mcdata.com>
Last Edit Date          : Sept 30, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI Technologies Inc
Card Model        : Graphics Ultra Pro VLB
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : Mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : 256Kx4 VRAM; 512-bit serial transfer
Memory Speed        : ??
Clock Chip        : 18811-1
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 100.00 126.00 92.40 36.00 50.35 56.64 Ext 44.90
Clocks (cont)        : 135.00 32.00 110.00 80.00 39.91 44.90 75.00 65.00
Option Flags        :
RAMDAC            : ATI68875
Submitter        : Mark Weaver <Mark_Weaver@brown.edu>
Last Edit Date        : Oct 3, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra Pro
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : ATI 28800-A / Mach 32
Video Memory        : 1024k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed        : 80ns (according to docs, not actually opened)
Clock Chip        : 
Programmable? (Y/N)     : N
Number of clocks    : 32
Clocks            : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)        : 50 63 46 18 25 28 0 22 67 16 55 40 19 23 37 33
Option Flags        :
RAMDAC            :
Submitter        : Linus Torvalds <Linus.Torvalds@Helsinki.FI>
Last Edit Date        : Oct 4, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : VLB mach32
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : ATI mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 80ns
Clock Chip        : ?
Programmable? (Y/N)    : N
Number of clocks    : 32
Clocks            : 100.0 126.0  92.0  36.0  51.0  57.0   0.0  44.0
Clocks (cont)        : 135.0  32.0 110.0  80.0  39.0  45.0  75.0  65.0
Clocks (cont)        :  50.0  63.0  46.0  18.0  25.0  28.0   0.0  22.0
Clocks (cont)        :  67.0  16.0  55.0  40.0  19.0  23.0  37.0  33.0
Option Flags        :
RAMDAC            : ATI 68875
Submitter        : Todd Pfaff <todd@flex.eng.mcmaster.ca>
Last Edit Date        : Oct 4, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra Pro
Card Bus (ISA/EISA/VLB)    : EISA
Chipset            : Mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : ?
Clock Chip        : 18811-1
Programmable? (Y/N)    : No
Number of clocks    : 16
Clocks            : 100 126 92 36 50 56 0 45 135 32 110 80 40 45 75 65
Option Flags        :
RAMDAC            : ?
Submitter        : Ari Laakkonen <apl@doc.ic.ac.uk>
Last Edit Date        : Oct 4, 1993
#--------------------------------------------------------------------------#
Card Vendor        : ATI
Card Model        : Graphics Ultra Pro
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : ATI 28800-A/Mach32
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 45ns
Clock Chip        :
Programmable? (Y/N)    : No
Number of clocks    : 32
Clocks            : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)        : 50 63 46 18 25 28  0 22 67 16 55 40 19 23 37 33
Option Flags        :
RAMDAC            : ATI 68875 RAMDAC
Submitter        : Dietmar Wolz <dietmar@cs.tu-berlin.de>
Last Edit Date        : Oct 09, 1993
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : Graphic Ultra Pro
Card Bus (ISA/EISA/VLB) : EISA
Chipset                 : ATI 28800-A
Video Memory            : 2M
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            : 70ns (I think!  if not 60ns)
Clock Chip              : 18811-1
Programmable? (Y/N)     : N
Number of clocks        : 16
Clocks                  : 100 126  92  36  50  56   0  45
Clocks (cont)           : 132  32 110  80  40  45  75  65
Option Flags            : none(?)
RAMDAC                  : ATI68875/TLC34075 (reported by inw 12EE[11:9])
Submitter               : aal@rot.qc.ca (Alain Hebert)
Last Edit Date          : Oct 26, 1993
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : ATI Ultra Mach32
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : Mach32  2200688003  + ATI 68875 BFN
Video Memory            : 2 MB
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 80ns
Clock Chip              : ICS 2494 AM ?
Programmable? (Y/N)     : Y
Number of clocks        : 32
Clocks                  : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)           :  50  63 46 18 25 28 0 22  67 16  55 40 19 23 37 33
Option Flags            : --
RAMDAC                  : 18820 ATI 
Submitter               : Christoph Kukulies <kuku@acds.physik.rwth-aachen.de>
Last Edit Date          : Oct 30, 1993
#--------------------------------------------------------------------------#
Card Vendor             : ATI
Card Model              : Graphics Ultra CLX
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : ATI 68800-06
Video Memory            : 2048K
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 60ns
Clock Chip              : ATI 18811-2
Programmable? (Y/N)     : No
Number of clocks        : 32
Clocks                  : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)           :  50  63 46 18 25 28 0 22  67 16  55 40 19 23 37 33
Option Flags            :
RAMDAC                  : ATI68875
Submitter               : Marc Wandschneider <marcwan@microsoft.com>
Last Edit Date          : Oct 25, 1993
#--------------------------------------------------------------------------#
Card Vendor        : Dell Computer on board video card
Card Model        : Omniplex 466
Card Bus (ISA/EISA/VLB)    : PCI
Chipset            : ATI 68800 (Mach32, 8514/A compatible)
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : ?
Memory Speed        : ?
Clock Chip        : ?
Programmable? (Y/N)    : N
Number of clocks    : 32
Clocks            : 17.40 19.60 21.80 24.90 27.70 31.00 34.60 44.90
Clocks (cont)        : 51.80 53.50 55.30 62.20 69.30 76.00 87.10 93.30
Clocks (cont)        :  8.70  9.80 10.90 12.45 13.85 15.50 17.30 22.45
Clocks (cont)        : 25.90 26.75 27.65 31.10 34.65 38.00 43.55 46.65
Option Flags        : None
RAMDAC            : ?
Submitter        : Blaine Benson <benson@ssu.abratech.com>
Last Edit Date        : June 15, 1994
#--------------------------------------------------------------------------#
Card Vendor             : NCR
Card Model              : Clarity II
Card Bus (ISA/EISA/VLB) : Direct Access Video Buss (DAVB) Sort of a VLB
Chipset                 : ATI Mach-32
Video Memory            : 2048K
Memory Type (DRAM/VRAM) : ?? (Toshiba TC524258BJ-80)
Memory Speed            : 80ns
Clock Chip              : ??
Programmable? (Y/N)     : ?
Number of clocks        : ?
Clocks                  : ?
Clocks (cont)           : ?
Option Flags            : none
RAMDAC                  : TIC34075
Submitter               : Stuart Anderson <Stuart.Anderson@ColumbiaSC.NCR.COM>
Last Edit Date          : Thu Dec  2 1993
#--------------------------------------------------------------------------#
Card Vendor             : PRISMA
Card Model              : GraphicSTAR-FX V
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : ATI 28800-A/Mach32
Video Memory            : 2048k
Memory Type (DRAM/VRAM) : VRAM
Memory Speed            : 45ns
Clock Chip              : 
Programmable? (Y/N)     : N
Number of clocks        : 32
Clocks                  : 100 126 92 36 51 57 0 44 135 32 110 80 39 45 75 65
Clocks (cont)           : 50 63 46 18 25 28 0 22 67 16 55 40 19 23 37 33
Option Flags            :
RAMDAC                  : ATI 68875 RAMDAC
Submitter               : Peter Blok <pb@pbgate.iaf.nl>
Last Edit Date          : Dec 09, 1993
#--------------------------------------------------------------------------#
Card Vendor            :  ATI
Card Model             :  
Card Bus (ISA/EISA/VLB):  VLB
Chipset                :  Mach32
Video Memory           :  2048k
Memory Type (DRAM/VRAM):  DRAM
Memory Speed           :  
Clock Chip             :  
Programmable? (Y/N)    :  No
Number of clocks       :  32
Clocks                 :  100.30 126.60 92.40 36.10 50.50 56.80 0.00 44.90
Clocks (cont)          :  135.10 32.00 109.70 80.00 40.00 44.90 75.00 65.00
Clocks (cont)          :  50.15 63.30 46.20 18.05 25.25 28.40 0.00 22.45
Clocks (cont)          :  67.55 16.00 54.85 40.00 20.00 22.45 37.50 32.50
Option Flags           :  None
RAMDAC                 :  BT481
Submitter              :  Jin Tao
Last Edit Date         :  Dec. 15, 1993
#--------------------------------------------------------------------------#
# Weitek P9000                                                             #
#--------------------------------------------------------------------------#
Card Vendor        : Diamond Computer Systems, Inc.
Card Model        : Viper
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : Weitek Power 9000
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : VRAM
Memory Speed        : 
Clock Chip        : icd2061a Compatable
Programmable? (Y/N)    : Y
Number of clocks    : programmable
Clocks            : 25 to 135 (over 110 not recommended)
Option Flags        : 
RAMDAC            : bt485
Submitter        : Erik Nygren <nygren@mit.edu>
Last Edit Date        : July 8, 1994
#--------------------------------------------------------------------------#
# SVGA (Cirrus)                                                            #
#--------------------------------------------------------------------------#
Card Vendor        : Boca
Card Model        : SVGAX3
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : Cirrus 5426
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : ?
Clock Chip        : Built-In
Programmable? (Y/N)    : No
Number of clocks    : 12
Clocks            : 25.23  28.32  41.16  36.08  31.50  39.99  45.08 
Clocks (cont)        : 49.87 64.98  72.16  75.00  80.01
Option Flags        :
RAMDAC            : Cirrus Logic Built-in 15/16/24-bit DAC
Submitter        : <johnsonp@nicco.sscnet.ucla.edu>
Last Edit Date        : Oct 3, 1993
#--------------------------------------------------------------------------#
Card Vendor        : Cirrus Logic 
Card Model        : MVGA-AVGA3VL
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : CL 5426
Video Memory        : 2048k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 70ns
Clock Chip        : internal
Programmable? (Y/N)    : Y
Number of clocks    : 12
Clocks            : 25.23 28.23 42.16 36.08 31.50 39.99 45.08 49.87
Clocks (cont)        : 64.89 72.16 75.00 80.01
Option Flags        : 
RAMDAC            : internal
Submitter        : <woju@keep.fan.bln.sub.org>
Last Edit Date        : Thu Oct  7 10:56:50 MET 1993
#--------------------------------------------------------------------------#
Card Vendor        : Diamond
Card Model        : SpeedStar PRO
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : Cirrus 5426
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 70ns (HY534256S-70; 9306A KOREA)
Clock Chip        : Cirrus built-in
Programmable? (Y/N)    : Y
Number of clocks    : 12
Clocks            : 25.23 28.32 41.16 36.08 31.50 39.99 45.08 49.87
Clocks (cont)        : 64.98 72.16 75.00 80.01
Option Flags        : 
RAMDAC            : Cirrus Logic Built-in 15/16/24-bit DAC
Submitter        : Chris Metcalf <metcalf@lcs.mit.edu>
Last Edit Date        : Sun Sep 26 22:12:50 EDT 1993
#--------------------------------------------------------------------------#
Card Vendor        : Genoa Systems
Card Model        : WindowsVGA 24 8500VL
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : Cirrus Logic GD5426 (P/N: CL-GD5426-80QC-A)
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : Best guess 70ns (P/N: AAA1M304J-07)
Clock Chip        : Integrated
Programmable? (Y/N)    : Y
Number of clocks    : 12
Clocks            : 25.20 28.30 41.20 36.10 31.50 40.00 44.90 49.87
Clocks (cont)        : 65.00 72.20 75.00 80.00 
Option Flags        : 
RAMDAC            : Integrated
Submitter        : <scooper@noc.rutgers.edu>
Last Edit Date        : Oct 5, 1993
#--------------------------------------------------------------------------#
Card Vendor        : Genoa
Card Model        : 8500VL
Card Bus (ISA/EISA/VLB)    : VLB
Chipset            : Cirrus CLGD5426
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 70 ns
Clock Chip        : internal
Programmable? (Y/N)    : Y
Number of clocks    : 12
Clocks            : 25.23 28.32 41.16 36.08 31.50 39.99 45.08 49.87
Clocks (cont)        : 64.98 72.16 75.00 80.01
Option Flags        :
RAMDAC            : internal
Submitter        : Dave Kochan <slflq@cc.usu.edu>
Last Edit Date        : Oct. 5, 1993
#--------------------------------------------------------------------------#
Card Vendor             : No Name
Card Model              : Unmarked
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : CLGD5426
Video Memory            : 1MB+1MB
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 80ns
Clock Chip              : builtin
Programmable? (Y/N)     : Y
Number of clocks        : 16
Clocks                  : 25.23 28.32 41.16 36.08 31.5 39.99 45.08 49.87
Clocks (cont)           : 64.98 72.16 75.17 80.05 85.23 90.20 94.95 100.23
Option Flags            : slow_ram
RAMDAC                  : builtin (?)
Submitter               : Piercarlo Grandi <pcg@aber.ac.uk>
Last Edit Date          : 93/10/26
#--------------------------------------------------------------------------#
Card Vendor        : TMC Research Corporation
Card Model        : HG426AV VESA Local(VL) Bus Graphics Card
Card Bus (ISA/EISA/VLB) : VLB
Chipset            : Cirrus Logic 5426 BitBLT
Video Memory        : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed        : 70 ns
Clock Chip        : Internal
Programmable?        : Y
Number of clocks    : 12
Clocks            : 25.23 28.32 41.16 36.08 31.50 39.99 45.08
Clocks (cont)           : 49.87 64.98 72.16 75.00 80.01
Option Flags        :
RAMDAC            : Internal
Submitter        : Dilvan de A. Moreira <ddam@ukc.ac.uk>
Last Edit Date        : Oct 7, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Unspecified 
Card Model              : AVGA3VL
Card Bus (ISA/EISA/VLB) : VLB
Chipset                 : Cirrus Logic GD5426-A
Video Memory            : 2048k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 80ns surface-mounted, and 8 x 70/80ns 256kx4 
Clock Chip              : Cirrus, built-in 
Programmable? (Y/N)     : Y 
Number of clocks        : 12
Clocks            : 25.20 28.30 41.20 36.10 31.50 40.00 44.90 49.87
Clocks (cont)        : 65.00 72.20 75.00 80.00 
Option Flags            :
RAMDAC                  : Cirrus built-in
Submitter               : H. Hanemaayer <hhanemaa@cs.ruu.nl>
Last Edit Date          : Oct 26, 1993
#--------------------------------------------------------------------------#
Card Vendor         : Genoa
Card Model          : 8500vl 18/24
Card Bus (ISA/EISA/VLB)    : VLB
Chipset             : Cirrus CL-5428
Video Memory        : 2048k
Memory Type (DRAM/VRA)    : DRAM (2nd meg)/ VRAM (1st meg)
Memory Speed        : 60ns (1st), 80ns (2nd)
Clock Chip          : ?
Programmable (Y/N)       : ?
Number of clocks    : 16
Clocks              : ?
Option Flags        : ?
RAMDAC              : ?
Submitter           : John L. Clarke,III <jlc3@netcom.com>
Last Edit Date      : Oct 28, 1993
#--------------------------------------------------------------------------#
Card Vendor         : ?
Card Model          : PT-528
Card Bus (ISA/EISA/VLB)    : ?
Chipset             : Cirrus CL-5428
Video Memory        : 1024k
Memory Type (DRAM/VRA)    : DRAM (2nd meg)
Memory Speed        : ?
Clock Chip          : ?
Programmable (Y/N)       : ?
Number of clocks    : 13
Clocks              : 25.23 28.32 41.16 36.08 31.50 39.99 48.08 49.87
Clocks (cont)        : 64.98 72.16  0.00 75.00 80.01
Option Flags        : ?
RAMDAC              : ?
Submitter           : Aled Davies <ssudavia@reading.ac.uk>
Last Edit Date      : Dec 15, 1993
#--------------------------------------------------------------------------#
# SVGA (Western Digital)                                                   #
#--------------------------------------------------------------------------#
Card Vendor        : DFI Inc
Card Model        : VG-8000WH
Card Bus (ISA/EISA/VLB)    : ISA
Chipset            : WD 90C31
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : DRAM
Memory Speed        : 60ns
Clock Chip        : ICS90C64AV
Programmable? (Y/N)    :
Number of clocks    : 9
Clocks            : 25.20 28.32 65.50 36.30 40.30 50.30 32.20 45.00
Clocks (cont)        : 49.70
Option Flags        :
RAMDAC            : AT&T 20C492 15/16/18-bit DAC with gamma correction
Submitter        : Charlie Brady <charlieb@tplrd.tpl.oz.au>
Last Edit Date        : Thu Oct  7 19:26:31 EST 1993
#--------------------------------------------------------------------------#
Card Vendor             : Diamond
Card Model              : SpeedStar 24X
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : WD/Paradise 90C31
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 
Clock Chip              : 
Programmable? (Y/N)     : N
Number of clocks        : 9
Clocks                  : 25.20  28.32  77.30  0.00  0.00  28.30  0.00  0.00
Clocks (cont)           : 50.50
Option Flags            :
RAMDAC                  : Diamond SS2410
Submitter               : Mike Tierney <mjtiern@pepsi.eng.umd.edu>
Last Edit Date          : Oct 7, 1993
#--------------------------------------------------------------------------#
Card Vendor             : HP
Card Model              : 5/60LM
Card Bus (ISA/EISA/VLB) : Integrated
Chipset                 : WD/Paradise 90C31
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 
Clock Chip              : 
Programmable? (Y/N)     : N
Number of clocks        : 9
Clocks                  : 25.20  28.32  65.60 36.30 0.00 28.30 0.00 0.00
Clocks (cont)           : 49.70  (most bogus because of server probing problem)
Option Flags            :
RAMDAC                  : ?
Submitter               : <skelton%jdp.UUCP@dragon.com>
Last Edit Date          : Nov 29, 1993
#--------------------------------------------------------------------------#
Card Vendor             : OCTEK
Card Model              : PVGA1D+
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : WD/Paradise 90C31-LR
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 70nS
Clock Chip              : Avasem AV90C64N
Programmable? (Y/N)     : N
Number of clocks        : 9
Clocks                  : 25.20 28.32 65.10 35.60 0.00 49.90 32.10 45.00 44.50
Option Flags            :
RAMDAC                  : Sierra 15/16/bit Hicolor
Submitter               : Antti Heinila <aheinila@vipunen.hut.fi>
Last Edit Date          : Nov 12, 1993
#--------------------------------------------------------------------------#
Card Vendor        : Western Digital (on Viglen Motherboard)
Card Model        : 
Card Bus (ISA/EISA/VLB)    : Integrated
Chipset            : WD90C31
Video Memory        : 1024k
Memory Type (DRAM/VRAM)    : unknown
Memory Speed        : unknown
Clock Chip        : unknwon
Programmable? (Y/N)    : unknwon
Number of clocks    : 8
Clocks            : 25.00  28.00  65.00   0.00  36.00   0.00  44.00
Option Flags        :
RAMDAC            :
Submitter        : row@uk.co.bnr
Last Edit Date        : Oct 14, 1993
#--------------------------------------------------------------------------#
Card Vendor             : Western Digital
Card Model              : Accelerator for Windows
Card Bus (ISA/EISA/VLB) : ISA
Chipset                 : WD90c31
Video Memory            : 1024k
Memory Type (DRAM/VRAM) : DRAM
Memory Speed            : 
Clock Chip              : 
Programmable? (Y/N)     : 
Number of clocks        : 9
Clocks                  : 25 28 65 36 40 50 32 45 ??
Option Flags            :
RAMDAC                  : Sierra HiColor (32k colors)
Submitter               : wmagro@uiuc.edu (William Magro)
Last Edit Date          : Nov 2, 1993

#--------------------------------------------------------------------------#
# $BJ,$+$C$F$$$k(J $B%/%m%C%/%7%s%;%5%$%6!<(J $B$N(J $B%I%C%H%/%m%C%/(J                    #
#--------------------------------------------------------------------------#
ATI 18811-0:
     42.95   48.77   92.4   36.0    50.35   56.64    0.0    44.9
     30.24   32.00  110.0   80.0    39.91   44.9    75.0    65.0
ATI 18811-1:
    100.0   126.0    92.4   36.0    50.35   56.64    0.0    44.9
    135.0    32.0   110.0   80.0    39.91   44.9    75.0    65.0
Avasem AV9194-56:
     25.175  28.322  40.0    0.0    50.0    77.0    36.0    44.9
    130.0   120.0    80.0   31.5   110.0    65.0    75.0    72.0
Avasem AV9194-07, AV9194-11:
     25.175  28.322  40.0    0.0    50.0    77.0    36.0    44.9
    130.0   120.0    80.0   31.5   110.0    65.0    75.0    94.5
Chrontel CH9294-G:
     25.175  28.322  40.0   72.0    50.0    77.0    36.0    44.9
    130.0   120.0    80.0   31.5   110.0    65.0    75.0    94.5
ICS ICS2494-256:
     25.175  28.322  40.0    0.0    50.0    77.0    36.0    44.889
    130.0   120.0    80.0   31.5   110.0    65.0    75.0    72.0
ICS ICS2494-275, ICS2494-305:
     25.175  28.322  40.0    0.0    50.0    77.0    36.0    44.889
    130.0   120.0    80.0   31.5   110.0    65.0    75.0    94.5

#--------------------------------------------------------------------------#
# $B?7$7$/%5%]!<%H$9$k%+!<%IMQ$NEj9FMQ;f$G$9!#%X%C%@!<$N<!$NA4$F$N6uGrMs$K(J   #
# $B@_Dj$r5-F~$7$F%a!<%k$rAw$C$F$/$@$5$$!#(J                                   #
#--------------------------------------------------------------------------#
To: XFree86@XFree86.org
Subject: New accelerated card database entry.

Card Vendor        : 
Card Model        : 
Card Bus (ISA/EISA/VLB)    : 
Chipset            : 
Video Memory        : 
Memory Type (DRAM/VRAM)    : 
Memory Speed        : 
Clock Chip        : 
Programmable? (Y/N)    : 
Number of clocks    : 
Clocks            :
Option Flags        :
RAMDAC            :
Submitter        : 
Last Edit Date        : 


#--------------------------------------------------------------------------#
[ $BLuCm(J : $B$=$l$>$l$N0UL#$O<!$N$H$*$j$G$9!#(J $B>e$N%G!<%?%Y!<%9$N@_Dj$NMQ;f$r(J   ]
[ $B;H$C$F(J XFree86@XFree86.org $B$^$G%a!<%k$rAw$j$^$7$g$&!#(J                    ]
[ From: $B$"$J$?$N%a!<%k%"%I%l%9(J $B$rK:$l$J$$$GIU$1$F$/$@$5$$!#(J                ]
To: XFree86 $B%W%m%8%'%/%H<R(J <XFree86@XFree86.org>
Subject: $B?7$7$$%"%/%;%i%l!<%?%+!<%I$N%G!<%?%Y!<%9$X$NEPO?(J
$B%+!<%I@=B$2q<R(J     : 
$B@=IJL>(J            : 
$B%P%9$N<oN`(J (ISA/EISA/VLB)  : 
$B%A%C%W%;%C%H(J       : 
$B%S%G%*%a%b%jNL(J      : 
$B%a%b%j$N7?(J  (DRAM/VRAM)    : 
$B%a%b%j$NB.EY(J        : 
$B%/%m%C%/%A%C%W(J    : 
$B%W%m%0%i%^%V%k$+$I$&$+!)(J(Y/N) : 
$B%/%m%C%/?t(J          : 
$B%/%m%C%/(J          : 
$B%/%m%C%/(J ($B7QB39T(J)    : 
$B%*%W%7%g%s%U%i%0(J        : 
RAMDAC            : 
$BDs=P<T(J           : 
$B:G=*=$@5F|(J            : 


Based on:
XConsortium: AccelCards,v 1.2 94/11/21 21:48:41 kaleb Exp
XFree86: xc/programs/Xserver/hw/xfree86/doc/AccelCards,v 3.3 1995/01/28 15:58:25 dawes Exp

----------------------------------------------------------------------------
$B$3$N%U%!%$%k$O(J xc/programs/Xserver/hw/xfree86/doc/AccelCards,v 3.3 
1995/01/28 15:58:25 $B$r!"(J $B2,K\!!0l9,(J <ikko-@pacific.rim.or.jp> 
$B$,(J XFree86 3.1.1 $B$rF|K\$G%$%s%9%H!<%k$9$k?M8~$1$KK]Lu$7$?$b$N$G$9!#(J
 $B$3$3$,$*$+$7$$$H$+!"(J $B$3$3$O$3$&$7$?$[$&$,$$$$$H$$$C$?$40U8+(J
$B$,$"$j$^$7$?$i!"(J $BEE;R%a!<%k$G$*CN$i$;2<$5$$!#(J 
$B86J8$NCx:n8"$O(J XFree86 $B%W%m%8%'%/%H<R$K$"$j$^$9!#(J 
$B$3$NOBLu$NCx:n8"$O(J XFree86 $B%W%m%8%'%/%H<R!"5Z$S(J $B2,K\!!0l9,(J $B$K$"$j$^$9$,!"(J
$B$3$NOBLu$NIT6q9g$O;d$K!"(J $BEE;R%a!<%k$GAw$C$F2<$5$$!#(J
$XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/AccelCards,v 3.1 1996/02/04 09:07:55 dawes Exp $
$XConsortium: AccelCards /main/3 1996/02/21 17:41:47 kaleb $
----------------------------------------------------------------------------
[EOF]