head	1.3;
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.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	2014.01.04.18.05.16;	author svnexp;	state Exp;
branches;
next	1.1.2.6;

1.1.2.6
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.3
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/drm2/i915kms/Makefile 239375 2012-08-18 18:26:25Z kib $

.PATH:	${.CURDIR}/../../../dev/drm2/i915
KMOD	= i915kms
SRCS	= \
	i915_debug.c \
	i915_dma.c \
	i915_drv.c \
	i915_gem.c \
	i915_gem_execbuffer.c \
	i915_gem_evict.c \
	i915_gem_gtt.c \
	i915_gem_tiling.c \
	i915_irq.c \
	i915_suspend.c \
	intel_bios.c \
	intel_crt.c \
	intel_display.c \
	intel_dp.c \
	intel_fb.c \
	intel_hdmi.c \
	intel_iic.c \
	intel_lvds.c \
	intel_modes.c \
	intel_opregion.c \
	intel_overlay.c \
	intel_panel.c \
	intel_ringbuffer.c \
	intel_sdvo.c \
	intel_sprite.c \
	intel_tv.c

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

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

.include <bsd.kmod.mk>
@


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
@d32 7
a38 1
SRCS	+= device_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h opt_drm.h
@


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


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 34
# $FreeBSD$

.PATH:	${.CURDIR}/../../../dev/drm2/i915
KMOD	= i915kms
SRCS	= \
	i915_debug.c \
	i915_dma.c \
	i915_drv.c \
	i915_gem.c \
	i915_gem_execbuffer.c \
	i915_gem_evict.c \
	i915_gem_gtt.c \
	i915_gem_tiling.c \
	i915_irq.c \
	i915_suspend.c \
	intel_bios.c \
	intel_crt.c \
	intel_display.c \
	intel_dp.c \
	intel_fb.c \
	intel_hdmi.c \
	intel_iic.c \
	intel_lvds.c \
	intel_modes.c \
	intel_opregion.c \
	intel_overlay.c \
	intel_panel.c \
	intel_ringbuffer.c \
	intel_sdvo.c \
	intel_sprite.c \
	intel_tv.c
SRCS	+= device_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h opt_drm.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/i915kms/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
@d32 1
a32 7

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

SRCS	+= device_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h opt_drm.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/i915kms/Makefile 239965 2012-09-01 05:35:48Z kib $
@


1.1.2.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260270
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/i915kms/Makefile 260270 2014-01-04 17:59:40Z dim $
a40 5

CWARNFLAGS.i915_debug.c=	-Wno-unused-function
CWARNFLAGS.intel_lvds.c=	-Wno-unused
CWARNFLAGS.intel_tv.c=		-Wno-unused
CWARNFLAGS+=			${CWARNFLAGS.${.IMPSRC:T}}
@


1.1.2.6
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/i915kms/Makefile 263817 2014-03-27 15:58:18Z ray $
d37 2
a38 2
SRCS	+= device_if.h fb_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h \
	 opt_drm.h opt_compat.h opt_syscons.h
@


