From 071593aded91939c0b8949599c2ebcbdaf576e39 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Mon, 6 Apr 2009 04:45:20 +0000 Subject: 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. --- sys/dev/pci/drm/files.drm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/pci/drm/files.drm') 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 -- cgit v1.2.3