added PCI code in anticipation of porting the S3 driver
[dosdemo] / src / dos / main.c
index ee28dc9..7f67e85 100644 (file)
@@ -62,6 +62,10 @@ int main(int argc, char **argv)
        init_timer(100);
        kb_init(32);
 
+       if(init_pci() != -1) {
+               /* TODO detect and initialize S3 virge */
+       }
+
        if(init_video() == -1) {
                return 1;
        }