Deleted Added
full compact
drmP.h (164033) drmP.h (173573)
1/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
2 * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
3 */
4/*-
5 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
6 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
7 * All rights reserved.
8 *

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors:
29 * Rickard E. (Rik) Faith <faith@valinux.com>
30 * Gareth Hughes <gareth@valinux.com>
31 *
32 */
33
34#include <sys/cdefs.h>
1/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
2 * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
3 */
4/*-
5 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
6 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
7 * All rights reserved.
8 *

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors:
29 * Rickard E. (Rik) Faith <faith@valinux.com>
30 * Gareth Hughes <gareth@valinux.com>
31 *
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/dev/drm/drmP.h 164033 2006-11-06 13:42:10Z rwatson $");
35__FBSDID("$FreeBSD: head/sys/dev/drm/drmP.h 173573 2007-11-12 21:51:38Z jhb $");
36
37#ifndef _DRM_P_H_
38#define _DRM_P_H_
39
40#if defined(_KERNEL) || defined(__KERNEL__)
41
42typedef struct drm_device drm_device_t;
43typedef struct drm_file drm_file_t;

--- 28 unchanged lines hidden (view full) ---

72#include <machine/bus.h>
73#include <machine/resource.h>
74#include <machine/sysarch.h>
75#include <sys/endian.h>
76#include <sys/mman.h>
77#if defined(__FreeBSD__)
78#include <sys/rman.h>
79#include <sys/memrange.h>
36
37#ifndef _DRM_P_H_
38#define _DRM_P_H_
39
40#if defined(_KERNEL) || defined(__KERNEL__)
41
42typedef struct drm_device drm_device_t;
43typedef struct drm_file drm_file_t;

--- 28 unchanged lines hidden (view full) ---

72#include <machine/bus.h>
73#include <machine/resource.h>
74#include <machine/sysarch.h>
75#include <sys/endian.h>
76#include <sys/mman.h>
77#if defined(__FreeBSD__)
78#include <sys/rman.h>
79#include <sys/memrange.h>
80#if __FreeBSD_version >= 800004
81#include <dev/agp/agpvar.h>
82#else
80#include <pci/agpvar.h>
83#include <pci/agpvar.h>
84#endif
81#include <sys/agpio.h>
82#if __FreeBSD_version >= 500000
83#include <sys/mutex.h>
84#include <dev/pci/pcivar.h>
85#include <sys/selinfo.h>
86#else /* __FreeBSD_version >= 500000 */
87#include <pci/pcivar.h>
88#include <sys/select.h>

--- 950 unchanged lines hidden ---
85#include <sys/agpio.h>
86#if __FreeBSD_version >= 500000
87#include <sys/mutex.h>
88#include <dev/pci/pcivar.h>
89#include <sys/selinfo.h>
90#else /* __FreeBSD_version >= 500000 */
91#include <pci/pcivar.h>
92#include <sys/select.h>

--- 950 unchanged lines hidden ---