Index: [thread] [date] [subject] [author]
  From: Olivier Galibert <galibert@pobox.com>
  To  : ggi-develop@eskimo.com
  Date: Fri, 21 Aug 1998 15:10:56 +0200

Re: LibGGI3D RFC

On Fri, Aug 21, 1998 at 03:05:00PM +0000, Torgeir Veimo wrote:
> Creating a lot of new ioctl's is kinda bad when it comes to getting
> acceptance linux-kernel wise. Rather use a single ioctl with commands
> passed in a struct/union.

Even better  is to mmap a command  buffer the application can write to
in a fifo fashion, and use ioctls for flushing and event waiting.

  OG.

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