diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-06 04:45:20 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-06 04:45:20 +0000 |
commit | 071593aded91939c0b8949599c2ebcbdaf576e39 (patch) | |
tree | ff33ffec429564162ba5913cc368b52e49d8bfdb /sys/dev/pci/drm/files.drm | |
parent | 8152cd1e1ffc808cc5909283b8f891aea8148e32 (diff) |
sisdrm is disabled. That does not mean that the code doesn't offend me.
This driver is a very thin wrapper for doling out memory to userland,
everything else is handled by the userland drivers, therefore I really
want to rewrite this driver before even thinking about enabling it,
userland mapping graphics registers makes it hard for me to sleep at
night.
Anyway, remove a huge pile of scary code by switching the memory
allocation ioctls to user the drm_heap.c code instead of the very
complicated mess that it uses right now, probably saves some space, too.
Turns out linux made some similar (but far from identical) changes ages ago,
They did more, that may come later.
Diffstat (limited to 'sys/dev/pci/drm/files.drm')
-rw-r--r-- | sys/dev/pci/drm/files.drm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/files.drm b/sys/dev/pci/drm/files.drm index daf993fbb55..bf6e86e6f05 100644 --- a/sys/dev/pci/drm/files.drm +++ b/sys/dev/pci/drm/files.drm @@ -1,5 +1,5 @@ # $NetBSD: files.drm,v 1.2 2007/03/28 11:29:37 jmcneill Exp $ -# $OpenBSD: files.drm,v 1.14 2009/03/27 19:00:45 oga Exp $ +# $OpenBSD: files.drm,v 1.15 2009/04/06 04:45:19 oga Exp $ # direct rendering modules define drmbase {} @@ -63,8 +63,6 @@ file dev/pci/drm/savage_state.c savagedrm device sisdrm: drmbase attach sisdrm at drmdev file dev/pci/drm/sis_drv.c sisdrm -file dev/pci/drm/sis_ds.c sisdrm -file dev/pci/drm/sis_mm.c sisdrm device tdfxdrm: drmbase attach tdfxdrm at drmdev |