summaryrefslogtreecommitdiff
path: root/shared-core/nv04_instmem.c
AgeCommit message (Expand)Author
2007-08-31nouveau: give nv03 the last cut.Stephane Marchesin
2007-08-15nouveau: Workaround mysterious PRAMIN clobbering by the card.Ben Skeggs
2007-08-15nouveau: Catch all NV4x chips instead of just NV_40.Ben Skeggs
2007-08-06nouveau: Give DRM its own gpu channelBen Skeggs
2007-08-06nouveau: Various internal and external API changes# $FreeBSD$ .PATH: ${.CURDIR}/.. KMOD = drm NO_MAN = YES SRCS = \ ati_pcigart.c \ drm_agpsupport.c \ drm_auth.c \ drm_bufs.c \ drm_context.c \ drm_dma.c \ drm_drawable.c \ drm_drv.c \ drm_fops.c \ drm_ioctl.c \ drm_irq.c \ drm_lock.c \ drm_memory.c \ drm_pci.c \ drm_scatter.c \ drm_sysctl.c \ drm_vm.c SRCS += device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS += ${DEBUG_FLAGS} -I. -I.. .if defined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif .if !defined(DRM_NOLINUX) DRM_LINUX_OPT=<
hl opt">$(DRM_LINUX_OPT) >> opt_drm.h .include <bsd.kmod.mk>