From 2b8a8a7fca0fbe3c8edb2d1f989d43cae0cb619d Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 12 Aug 2013 04:11:54 +0000 Subject: Add a port of the TTM and Radeon DRM code from Linux 3.8.13. Includes kernel modesetting, framebuffer console and support for newer hardware. Firmware needs to be present for acceleration and in some cases modesetting to work. It can be installed via fw_update or manually via pkg_add. With lots of help from kettenis@ some macppc bits from mpi@ and some ttm refcount/queue bits from FreeBSD. Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work. --- sys/arch/sparc64/conf/files.sparc64 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64') diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 62f2f9e91fc..8ecc4bc3322 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.140 2013/04/21 14:44:16 sebastia Exp $ +# $OpenBSD: files.sparc64,v 1.141 2013/08/12 04:11:52 jsg Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -107,6 +107,8 @@ attach gfb at upa file arch/sparc64/dev/gfb.c gfb include "dev/pci/files.pci" +include "dev/pci/files.agp" +include "dev/pci/drm/files.drm" major {wd = 12} device psycho: pcibus, iommu -- cgit v1.2.3