files.drmkms_pci revision 1.6
11.6Sriastrad#	$NetBSD: files.drmkms_pci,v 1.6 2015/04/29 04:45:03 riastradh Exp $
21.2Sriastrad
31.6Sriastrad# Attribute for kernel components supporting PCI-based real graphics
41.6Sriastrad# drivers, a.k.a. `drmkms' (kernel mode-setting).
51.2Sriastraddefine	drmkms_pci: drmkms
61.2Sriastrad
71.6Sriastrad# Interface attribute for attaching PCI-based fake graphics drivers,
81.6Sriastrad# a.k.a. `drmums' (user mode-setting).  This uses all the same support
91.6Sriastrad# code as PCI-based KMS drivers but has a bogus attachment via vga(4).
101.6Sriastraddefine	drmums_pci {}: drmkms_pci
111.6Sriastrad
121.3Sriastrad# XXX Not quite right!  Should AGP stuff be kept separate?
131.3Sriastradmakeoptions	drmkms_pci	CPPFLAGS+="-DCONFIG_AGP"
141.3Sriastrad
151.2Sriastrad#file	external/bsd/drm2/dist/drm/ati_pcigart.c	drmkms_pci
161.2Sriastradfile	external/bsd/drm2/dist/drm/drm_agpsupport.c	drmkms_pci
171.2Sriastradfile	external/bsd/drm2/pci/drm_pci.c			drmkms_pci
181.2Sriastradfile	external/bsd/drm2/pci/drm_pci_module.c		drmkms_pci
191.2Sriastrad
201.5Sriastraddefine	drmfb_pci: drmfb, drmkms_pci
211.5Sriastradfile	external/bsd/drm2/pci/drmfb_pci.c		drmfb_pci
221.5Sriastrad
231.2Sriastradinclude "external/bsd/drm2/i915drm/files.i915drmkms"
241.3Sriastradinclude "external/bsd/drm2/radeon/files.radeon"
251.4Sriastradinclude "external/bsd/drm2/nouveau/files.nouveau"
261.6Sriastrad#include "external/bsd/drm2/via/files.via"
27