~ubuntu-branches/ubuntu/trusty/xorg-server-lts-xenial/trusty-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/bsd/sparc64_video.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2016-05-03 14:02:21 UTC
  • Revision ID: package-import@ubuntu.com-20160503140221-722b5oen8it4o8h1
Tags: upstream-1.18.3
ImportĀ upstreamĀ versionĀ 1.18.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 1992 by Rich Murphey <Rich@Rice.edu>
 
3
 * Copyright 1993 by David Wexelblat <dwex@goblin.org>
 
4
 *
 
5
 * Permission to use, copy, modify, distribute, and sell this software and its
 
6
 * documentation for any purpose is hereby granted without fee, provided that
 
7
 * the above copyright notice appear in all copies and that both that
 
8
 * copyright notice and this permission notice appear in supporting
 
9
 * documentation, and that the names of Rich Murphey and David Wexelblat
 
10
 * not be used in advertising or publicity pertaining to distribution of
 
11
 * the software without specific, written prior permission.  Rich Murphey and
 
12
 * David Wexelblat make no representations about the suitability of this
 
13
 * software for any purpose.  It is provided "as is" without express or
 
14
 * implied warranty.
 
15
 *
 
16
 * RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
 
17
 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
18
 * FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
 
19
 * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 
20
 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 
21
 * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 
22
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
23
 *
 
24
 */
 
25
 
 
26
#ifdef HAVE_XORG_CONFIG_H
 
27
#include <xorg-config.h>
 
28
#endif
 
29
 
 
30
#include <X11/X.h>
 
31
#include "xf86.h"
 
32
#include "xf86Priv.h"
 
33
 
 
34
#include "xf86_OSlib.h"
 
35
#include "xf86OSpriv.h"
 
36
 
 
37
/***************************************************************************/
 
38
/* Video Memory Mapping section                                            */
 
39
/***************************************************************************/
 
40
 
 
41
void
 
42
xf86OSInitVidMem(VidMemInfoPtr pVidMem)
 
43
{
 
44
    pVidMem->initialised = TRUE;
 
45
}