The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386at/blituser.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* 
    2  * Mach Operating System
    3  * Copyright (c) 1991,1990,1989 Carnegie Mellon University
    4  * All Rights Reserved.
    5  * 
    6  * Permission to use, copy, modify and distribute this software and its
    7  * documentation is hereby granted, provided that both the copyright
    8  * notice and this permission notice appear in all copies of the
    9  * software, derivative works or modified versions, and any portions
   10  * thereof, and that both notices appear in supporting documentation.
   11  * 
   12  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
   13  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
   14  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
   15  * 
   16  * Carnegie Mellon requests users of this software to return to
   17  * 
   18  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
   19  *  School of Computer Science
   20  *  Carnegie Mellon University
   21  *  Pittsburgh PA 15213-3890
   22  * 
   23  * any improvements or extensions that they make and grant Carnegie Mellon
   24  * the rights to redistribute these changes.
   25  */
   26 /* 
   27  * HISTORY
   28  * $Log:        blituser.h,v $
   29  * Revision 2.6  91/05/14  16:20:30  mrt
   30  *      Correcting copyright
   31  * 
   32  * Revision 2.5  91/03/16  14:45:50  rpd
   33  *      Fixed ioctl definitions for ANSI C.
   34  *      [91/02/20            rpd]
   35  * 
   36  * Revision 2.4  91/02/05  17:16:15  mrt
   37  *      Changed to new Mach copyright
   38  *      [91/02/01  17:41:59  mrt]
   39  * 
   40  * Revision 2.3  90/11/26  14:49:05  rvb
   41  *      jsb bet me to XMK34, sigh ...
   42  *      [90/11/26            rvb]
   43  *      Synched 2.5 & 3.0 at I386q (r1.5.1.3) & XMK35 (r2.3)
   44  *      [90/11/15            rvb]
   45  * 
   46  * Revision 2.2  90/05/03  15:41:10  dbg
   47  *      First checkin.
   48  * 
   49  * Revision 1.5.1.2  90/02/28  15:49:05  rvb
   50  *      Fix numerous typo's in Olivetti disclaimer.
   51  *      [90/02/28            rvb]
   52  * 
   53  * Revision 1.5.1.1  90/01/08  13:32:14  rvb
   54  *      Add Olivetti copyright.
   55  *      [90/01/08            rvb]
   56  * 
   57  * Revision 1.5  89/09/20  17:27:19  rvb
   58  *      Revision 1.2  89/07/26  22:39:04  kupfer
   59  *      tweaks, better support for user code that wants to use the 786.
   60  * 
   61  *      Revision 1.1.2.1  89/07/21  22:48:07  kupfer
   62  *      Get rid of old System V ioctl's and add ioctl for management of
   63  *      on-card memory.
   64  * 
   65  *      Revision 1.1  89/07/13  19:51:36  kupfer
   66  *      Initial revision
   67  * 
   68  * Revision 1.4  89/03/09  20:05:02  rpd
   69  *      More cleanup.
   70  * 
   71  * Revision 1.3  89/02/26  12:41:31  gm0w
   72  *      Changes for cleanup.
   73  * 
   74  */
   75  
   76 /* **********************************************************************
   77  File:         blituser.h
   78  Description:  User-program definitions for Bell Tech Blit card
   79 
   80  Copyright Ing. C. Olivetti & C. S.p.A. 1988, 1989.
   81  All rights reserved.
   82 ********************************************************************** */
   83 /*
   84   Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc.,
   85 Cupertino, California.
   86 
   87                 All Rights Reserved
   88 
   89   Permission to use, copy, modify, and distribute this software and
   90 its documentation for any purpose and without fee is hereby
   91 granted, provided that the above copyright notice appears in all
   92 copies and that both the copyright notice and this permission notice
   93 appear in supporting documentation, and that the name of Olivetti
   94 not be used in advertising or publicity pertaining to distribution
   95 of the software without specific, written prior permission.
   96 
   97   OLIVETTI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
   98 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   99 IN NO EVENT SHALL OLIVETTI BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
  100 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  101 LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
  102 NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION
  103 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  104 */
  105 
  106 #ifndef _BLITUSER_
  107 #define _BLITUSER_
  108 
  109 #include <sys/ioctl.h>
  110 
  111 /*
  112  * Ioctl's.
  113  */
  114 
  115 /* 
  116  * BLIT_1ST_UNUSED returns a byte offset into the Blit graphics 
  117  * memory.  The user is free to allocate and use any graphics memory 
  118  * starting at that offset.
  119  */
  120 
  121 #define BLIT_1ST_UNUSED _IOR('b', 1, int)
  122 
  123 #endif  /* _BLITUSER_ */

Cache object: 95d1d8c53a1bebea394a4bb910875586


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.