[BACK]Return to jfb.c CVS log [TXT][DIR] Up to [local] / sys / arch / jornada / dev

Diff for /sys/arch/jornada/dev/jfb.c between version 1.1 and 1.2

version 1.1, 2008/03/04 16:09:01 version 1.2, 2008/05/11 10:26:11
Line 41 
Line 41 
         int sc_cols;          int sc_cols;
   
         struct rasops_info      sc_ri;          struct rasops_info      sc_ri;
           long sc_defattr;        /* XXX kill me */
   
         struct  wsscreen_descr sc_wsd;          struct  wsscreen_descr sc_wsd;
         struct  wsscreen_list sc_wsl;          struct  wsscreen_list sc_wsl;
Line 113 
Line 114 
         waa.accesscookie = sc;          waa.accesscookie = sc;
         waa.defaultscreens = 0;          waa.defaultscreens = 0;
   
         config_found((struct device *)sc, &waa, wsemuldisplaydevprint);  //      config_found((struct device *)sc, &waa, wsemuldisplaydevprint);
   
         return;          return;
 }  }
Line 199 
Line 200 
         /* tune colours */          /* tune colours */
         jfb_setcmap(ri);          jfb_setcmap(ri);
   
         /* initialize wsscreen_descr */          /* XXX XXX XXX */
           ri->ri_ops.alloc_attr(ri,
                       WSCOL_BLACK, WSCOL_WHITE, WSATTR_WSCOLORS, &sc->sc_defattr);
   /* initialize wsscreen_descr */
         strlcpy(wsd->name, "std", sizeof(wsd->name));          strlcpy(wsd->name, "std", sizeof(wsd->name));
         wsd->ncols = sc->sc_cols;          wsd->ncols = sc->sc_cols;
         wsd->nrows = sc->sc_rows;          wsd->nrows = sc->sc_rows;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb