diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-26 22:40:07 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-26 22:40:07 +0000 |
commit | 85c8218e99687c48bae95db5a7c94dd609cdceae (patch) | |
tree | 44a38805cc2e1903a5654f791b0feb096086ac87 /sys/dev/pci/drm/files.drm | |
parent | b9f76961c20db5cb675a565ea0ac95751d792354 (diff) |
Rework how we deal with the list of per-open datastructures, and the
auth list. now we only need the one tree. Makes things a little neater,
and smaller.
Diffstat (limited to 'sys/dev/pci/drm/files.drm')
-rw-r--r-- | sys/dev/pci/drm/files.drm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/files.drm b/sys/dev/pci/drm/files.drm index fc522edbbd8..1168862a425 100644 --- a/sys/dev/pci/drm/files.drm +++ b/sys/dev/pci/drm/files.drm @@ -1,12 +1,11 @@ # $NetBSD: files.drm,v 1.2 2007/03/28 11:29:37 jmcneill Exp $ -# $OpenBSD: files.drm,v 1.12 2009/02/15 20:10:24 oga Exp $ +# $OpenBSD: files.drm,v 1.13 2009/03/26 22:40:06 oga Exp $ # direct rendering modules define drmbase {} device drm: drmbase attach drm at drmbase file dev/pci/drm/drm_agpsupport.c drm -file dev/pci/drm/drm_auth.c drm file dev/pci/drm/drm_bufs.c drm file dev/pci/drm/drm_context.c drm file dev/pci/drm/drm_dma.c drm |