head	1.5;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.2.2.2
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	2013.03.06.00.29.45;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2013.03.06.00.29.03;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.01.52.54;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.18.18.26.25;	author kib;	state Exp;
branches;
next	1.1;

1.1
date	2012.05.23.17.10.22;	author kib;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.06.11.21.40.02;	author kib;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.06.11.21.40.02;	author kib;	state Exp;
branches
	1.1.2.2.2.1;
next	1.1.2.3;

1.1.2.3
date	2012.09.01.05.35.48;	author kib;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2012.11.17.11.37.16;	author svnexp;	state Exp;
branches;
next	1.1.2.5;

1.1.2.5
date	2013.04.04.06.07.06;	author svnexp;	state Exp;
branches;
next	1.1.2.6;

1.1.2.6
date	2014.02.08.11.01.44;	author svnexp;	state Exp;
branches;
next	1.1.2.7;

1.1.2.7
date	2014.02.09.14.01.45;	author svnexp;	state Exp;
branches;
next	1.1.2.8;

1.1.2.8
date	2014.03.11.00.01.46;	author svnexp;	state Exp;
branches;
next	1.1.2.9;

1.1.2.9
date	2014.03.14.13.01.50;	author svnexp;	state Exp;
branches;
next	1.1.2.10;

1.1.2.10
date	2014.03.27.16.01.46;	author svnexp;	state Exp;
branches;
next	;

1.1.2.2.2.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.1.2.2.2.2;

1.1.2.2.2.2
date	2012.11.17.08.48.04;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247835
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/drm2/drm2/Makefile 247835 2013-03-05 09:49:34Z kib $

.PATH:	${.CURDIR}/../../../dev/drm2 ${.CURDIR}/../../../dev/drm2/ttm
KMOD	= drm2
SRCS	= \
	drm_agpsupport.c \
	drm_auth.c \
	drm_bufs.c \
	drm_context.c \
	drm_crtc.c \
	drm_crtc_helper.c \
	drm_dma.c \
	drm_dp_iic_helper.c \
	drm_drawable.c \
	drm_drv.c \
	drm_edid.c \
	drm_fb_helper.c \
	drm_fops.c \
	drm_gem.c \
	drm_gem_names.c \
	drm_global.c \
	drm_hashtab.c \
	drm_ioctl.c \
	drm_irq.c \
	drm_linux_list_sort.c \
	drm_lock.c \
	drm_memory.c \
	drm_mm.c \
	drm_modes.c \
	drm_pci.c \
	drm_scatter.c \
	drm_sman.c \
	drm_stub.c \
	drm_sysctl.c \
	drm_vm.c \
	ttm_lock.c \
	ttm_object.c \
	ttm_tt.c \
	ttm_bo_util.c \
	ttm_bo.c \
	ttm_bo_manager.c \
	ttm_execbuf_util.c \
	ttm_memory.c \
	ttm_page_alloc.c \
	ttm_bo_vm.c
#ttm_agp_backend.c
#ttm_page_alloc_dma.c

.if ${MACHINE_CPUARCH} == "amd64"
SRCS	+= drm_ioc32.c
.endif

SRCS	+=device_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
	opt_vm.h opt_compat.h

.include <bsd.kmod.mk>
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247834
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/drm2/drm2/Makefile 247834 2013-03-05 09:27:21Z kib $
d3 1
a3 1
.PATH:	${.CURDIR}/../../../dev/drm2
d35 13
a47 1
	drm_vm.c
@


1.3
log
@Switching exporter and resync
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/drm2/drm2/Makefile 239375 2012-08-18 18:26:25Z kib $
d21 1
@


1.2
log
@SVN rev 239375 on 2012-08-18 18:26:25Z by kib

Add drm and i915 ioctl translations for 32 bit process on 64 bit host.

Submitted by:	meowthink@@gmail.com
MFC after:	2 weeks
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 235847 on 2012-05-23 17:10:22Z by kib

The drm2 modules makefiles commit.
Still not attached to the build.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
@
text
@d36 4
d41 1
a41 1
	opt_vm.h
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-06-11 21:40:31 +0000
@
text
@d1 39
@


1.1.2.2
log
@SVN rev 236929 on 2012-06-11 21:40:02Z by kib

MFC r235847:
The drm2 modules makefiles commit.
@
text
@a0 39
# $FreeBSD$

.PATH:	${.CURDIR}/../../../dev/drm2
KMOD	= drm2
SRCS	= \
	drm_agpsupport.c \
	drm_auth.c \
	drm_bufs.c \
	drm_context.c \
	drm_crtc.c \
	drm_crtc_helper.c \
	drm_dma.c \
	drm_dp_iic_helper.c \
	drm_drawable.c \
	drm_drv.c \
	drm_edid.c \
	drm_fb_helper.c \
	drm_fops.c \
	drm_gem.c \
	drm_gem_names.c \
	drm_hashtab.c \
	drm_ioctl.c \
	drm_irq.c \
	drm_linux_list_sort.c \
	drm_lock.c \
	drm_memory.c \
	drm_mm.c \
	drm_modes.c \
	drm_pci.c \
	drm_scatter.c \
	drm_sman.c \
	drm_stub.c \
	drm_sysctl.c \
	drm_vm.c

SRCS	+=device_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
	opt_vm.h

.include <bsd.kmod.mk>
@


1.1.2.2.2.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.1.2.2.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/sys/modules/drm2/drm2/Makefile 235847 2012-05-23 17:10:22Z kib $
@


1.1.2.3
log
@SVN rev 239965 on 2012-09-01 05:35:48Z by kib

MFC r239375:
Add drm and i915 ioctl translations for 32 bit process on 64 bit host.
@
text
@a35 4
.if ${MACHINE_CPUARCH} == "amd64"
SRCS	+= drm_ioc32.c
.endif

d37 1
a37 1
	opt_vm.h opt_compat.h
@


1.1.2.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 239965 2012-09-01 05:35:48Z kib $
@


1.1.2.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249082
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 249082 2013-04-04 05:47:50Z kib $
a20 1
	drm_global.c \
@


1.1.2.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/261629
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 261629 2014-02-08 10:33:23Z dumbbell $
a8 1
	drm_buffer.c \
@


1.1.2.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/261652
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 261652 2014-02-09 13:50:08Z dumbbell $
a13 1
	drm_dp_helper.c \
@


1.1.2.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/262988
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 262988 2014-03-10 23:16:19Z dumbbell $
d3 1
a3 1
.PATH:	${.CURDIR}/../../../dev/drm2 ${.CURDIR}/../../../dev/drm2/ttm
d37 1
a37 13
	drm_vm.c \
	ttm_lock.c \
	ttm_object.c \
	ttm_tt.c \
	ttm_bo_util.c \
	ttm_bo.c \
	ttm_bo_manager.c \
	ttm_execbuf_util.c \
	ttm_memory.c \
	ttm_page_alloc.c \
	ttm_bo_vm.c
#ttm_agp_backend.c
#ttm_page_alloc_dma.c
@


1.1.2.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263170
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 263170 2014-03-14 12:37:42Z dumbbell $
d47 1
a47 2
	ttm_bo_vm.c \
	ati_pcigart.c
@


1.1.2.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263817
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/drm2/Makefile 263817 2014-03-27 15:58:18Z ray $
d57 1
a57 1
	opt_vm.h opt_compat.h opt_syscons.h
@


