PERFORCE change 214214 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 10 23:27:21 UTC 2012


http://p4web.freebsd.org/@@214214?ac=10

Change 214214 by brooks at brooks_ecr_current on 2012/07/10 23:27:17

	Expose the frame buffer pointer for the moment.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/de4tc.c#6 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/de4tc.h#6 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/syscons-fonts.c#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/de4tc.c#6 (text+ko) ====

@@ -152,7 +152,7 @@
 struct tsstate*
 ts_poll(void)
 {
-        struct timespec stime = {0, 0.01};
+        struct timespec stime = {0, 0.1};
         static struct tsstate *sp;
         int init = 0;
         struct tsstate tmp_s;

==== //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/de4tc.h#6 (text+ko) ====

@@ -76,6 +76,7 @@
 extern const int fb_height;
 extern const int fb_width;
 
+extern volatile u_int32_t *pfbp;
 extern volatile u_int32_t *mtlctrl;
 
 void multitouch_pole(void);

==== //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libde4tc/syscons-fonts.c#2 (text+ko) ====

@@ -52,8 +52,6 @@
 const int	 font_width = 8;
 static int	 font_height;
 
-extern volatile u_int32_t *pfbp;
-
 /*
  * Guess which file to open. Try to open each combination of a specified set
  * of file name components.


More information about the p4-projects mailing list