head	1.3;
access;
symbols
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.03.09.02.08.29;	author anholt;	state dead;
branches;
next	1.2;

1.2
date	2002.04.28.04.58.35;	author anholt;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.27.20.54.52;	author anholt;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update the DRM to latest from DRI CVS.  This is approximately the version
included in XFree86 4.3, but includes some fixes.  Notable changes include
Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting
support for Radeons, and vblank syncing support for r128, radeon, and mga.
The gamma driver was removed due to lack of any users.
@
text
@# $FreeBSD: src/sys/modules/drm/gamma/Makefile,v 1.2 2002/04/28 04:58:35 anholt Exp $

.PATH:	${.CURDIR}/../../../dev/drm
KMOD	= gamma
NOMAN	= YES
SRCS    = gamma_drv.c gamma_dma.c
SRCS   += device_if.h bus_if.h pci_if.h opt_drm.h

.include <bsd.kmod.mk>
@


1.2
log
@Hook the DRM up to the build and add it to NOTES.

Approved by:	des
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add makefiles for DRM modules

Approved by:	des
@
text
@d7 1
a7 1
SRCS   += device_if.h bus_if.h pci_if.h opt_drm.h opt_drm_linux.h
@

