Index: [thread] [date] [subject] [author]
  From: Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
  To  : ggi-develop@eskimo.com
  Date: Sun, 16 Aug 1998 21:09:20 +0200 (MEST)

GRAPHDEV_MAJOR redefined

i just did the virt.y == 0 thing for the vision96x-driver and stucked in the
new definition of GRAPHDEV_MAJOR in linux 2.1.115.

In file included from 86c96x.c:47:
/usr/src/linux/include/kgi/module.h:25: warning: 'GRAPHDEV_MAJOR' redefined
/usr/src/linux/include/linux/major.h:65: warning: this is the location of
the previous definition

here is the linux-definition:
#define GRAPHDEV_MAJOR  29      /* SparcLinux & Linux/68k /dev/fb */

here is the kgi-definition:
#define GRAPHDEV_MAJOR        60
#define GRAPHDEV_NAME         "graphic"

any hints how to change this ??

BTW: i think we are back at pre-cvs-down devel-speed. it's a great feeling .)


thats all
  Jan

--- 
       Project: GGI - S3-Vision-driver -- http://www.ggi-project.org/
         -)=  Jan (Weigon) Kneschke -- Kiel -- Northern Germany =(-

Index: [thread] [date] [subject] [author]