*** empty log message ***
authorJon Taylor <taylorj@ggi-project.org>
Sat, 21 Aug 1999 22:36:52 +0000 (22:36 +0000)
committerJon Taylor <taylorj@ggi-project.org>
Sat, 21 Aug 1999 22:36:52 +0000 (22:36 +0000)
src/mesa/drivers/ggi/default/genkgi.conf.in [deleted file]
src/mesa/drivers/ggi/default/genkgi.h
src/mesa/drivers/ggi/default/genkgi_mode.c
src/mesa/drivers/ggi/default/genkgi_visual.c

diff --git a/src/mesa/drivers/ggi/default/genkgi.conf.in b/src/mesa/drivers/ggi/default/genkgi.conf.in
deleted file mode 100644 (file)
index 8b3a254..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# GGIMesa genkgi helper configuration
-.root: @ggi_libdir@/ggi/mesa/default/
-
-tgt-fbdev-kgicon-savage4-mesa  kgi/savage4.so
index 135c9ae..c5a725c 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: genkgi.h,v 1.1 1999/08/21 05:59:29 jtaylor Exp $
+/* $Id: genkgi.h,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
 ******************************************************************************
 
    GGIMesa - KGIcon specific overrides for fbcon-mesa
    API header
 
-   Copyright (C) 1999 Creative Labs
+   Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
 
    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the "Software"),
@@ -28,7 +28,7 @@
 
 
 #include <ggi/internal/ggi-dl.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
 
 //ggifunc_setmode GGIMesa_genkgi_setmode;
 ggifunc_getapi GGIMesa_genkgi_getapi;
index 81cf6c8..67e0145 100644 (file)
@@ -1,9 +1,9 @@
-/* $Id: genkgi_mode.c,v 1.1 1999/08/21 05:59:29 jtaylor Exp $
+/* $Id: genkgi_mode.c,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
 ******************************************************************************
 
    display-fbdev-kgicon-generic-mesa
 
-   Copyright (C) 1999 Creative Labs
+   Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
 
    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the "Software"),
index 1c90120..bb23cb4 100644 (file)
@@ -1,11 +1,9 @@
-/* $Id: genkgi_visual.c,v 1.1 1999/08/21 05:59:29 jtaylor Exp $
+/* $Id: genkgi_visual.c,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
 ******************************************************************************
 
-   display-fbdev-mesa-generic-kgi: visual handling
-
-   Copyright (C) 1998 Andrew Apted     [andrew@ggi-project.org]
-   Copyright (C) 1999 Marcus Sundberg  [marcus@ggi-project.org]
-   Copyright (C) 1999 Creative Labs
+   genkgi_visual.c: visual handling for the generic KGI helper
+   
+   Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
 
    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the "Software"),
@@ -29,7 +27,7 @@
 
 #include <ggi/internal/ggi-dl.h>
 #include <ggi/mesa/ggimesa_int.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
 #include "genkgi.h"
 
 #include <stdio.h>
 #include <linux/tty.h>
 
 
-static int refcount = 0;
-static int vtnum;
-static void *_ggi_fbdev_lock = NULL;
-#ifdef FBIOGET_CON2FBMAP
-static struct fb_con2fbmap origconmap;
-#endif
+//static int refcount = 0;
+//static int vtnum;
+//static void *_ggi_fbdev_lock = NULL;
+//#ifdef FBIOGET_CON2FBMAP
+//static struct fb_con2fbmap origconmap;
+//#endif
 
-#define MAX_DEV_LEN    63
+//#define MAX_DEV_LEN  63
 #define DEFAULT_FBNUM  0
-
+#if 0
 static char accel_prefix[] = "tgt-fbdev-kgicon-";
 #define PREFIX_LEN     (sizeof(accel_prefix))
 
@@ -76,7 +74,7 @@ static accel_info accel_strings[] =
 };
 
 #define NUM_ACCELS     (sizeof(accel_strings)/sizeof(accel_info))
-
+#endif
 /* FIXME: These should be defined in the makefile system */
 #define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
 void *_configHandle;
@@ -143,7 +141,7 @@ int GGIdlinit(ggi_visual *vis, const char *args, void *argptr)
         * the acceleration type.
         */
        priv->have_accel = 0;
-#if 1
+#if 0
        if (stat("/proc/savage4", &junk) == 0)
        {
                sprintf(priv->accel, "%s%s", accel_prefix, "savage4");