Changeset 965dc18 in mainline for uspace/srv/fb/main.c


Ignore:
Timestamp:
2008-12-05T19:59:03Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49093a4
Parents:
0258e67
Message:

Merge sparc branch to trunk.

File:
1 edited

Legend:

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

    r0258e67 r965dc18  
    3939#include "ega.h"
    4040#include "msim.h"
     41#include "sgcn.h"
    4142#include "main.h"
    4243
     
    8081        }
    8182#endif
     83#ifdef SGCN_ENABLED
     84        if ((!initialized) && (sysinfo_value("fb.kind") == 4)) {
     85                if (sgcn_init() == 0)
     86                        initialized = true;
     87        }
     88#endif
    8289
    8390        if (!initialized)
Note: See TracChangeset for help on using the changeset viewer.