Changeset 36251c6 in mainline for uspace/srv/fb/main.c


Ignore:
Timestamp:
2008-12-19T09:30:55Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcb47fa
Parents:
d99b3f2
Message:

Ski framebuffer driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/main.c

    rd99b3f2 r36251c6  
    3939#include "ega.h"
    4040#include "msim.h"
     41#include "ski.h"
    4142#include "sgcn.h"
    4243#include "main.h"
     
    8788        }
    8889#endif
     90#ifdef SKI_ENABLED
     91        if ((!initialized) && (sysinfo_value("fb") != true)) {
     92                if (ski_init() == 0)
     93                        initialized = true;
     94        }
     95#endif
    8996
    9097        if (!initialized)
Note: See TracChangeset for help on using the changeset viewer.