Moved the OGC in vid_table.c.

This commit is contained in:
Winins0
2020-12-07 16:57:12 +03:00
parent 7e96d5e831
commit 5f37f86a57

View File

@@ -91,6 +91,7 @@ video_cards[] = {
{ "mda", &mda_device },
{ "genius", &genius_device },
{ "metheus928_isa", &s3_metheus_86c928_isa_device },
{ "ogc", &ogc_device },
{ "oti037c", &oti037c_device },
{ "oti067", &oti067_device },
{ "oti077", &oti077_device },
@@ -177,7 +178,6 @@ video_cards[] = {
{ "virge375_vbe20_vlb", &s3_virge_375_4_vlb_device },
{ "tgui9400cxi_vlb", &tgui9400cxi_device },
{ "tgui9440_vlb", &tgui9440_vlb_device },
{ "ogc", &ogc_device },
{ "", NULL }
};