diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-08-16 18:43:49 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-08-16 18:43:49 +0000 |
commit | 512f4600b9cf3c517d9307f08be8914c6449de28 (patch) | |
tree | 76e301025bdfea0eee7212d6d9f6888388944095 /sys | |
parent | 48f66d5a2e6541df0aae2602b9b66de6c723c811 (diff) |
Enable radeondrm(4).
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 80634f23b9e..eb746d6ac82 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.221 2013/08/15 15:01:48 edd Exp $g +# $OpenBSD: GENERIC,v 1.222 2013/08/16 18:43:48 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -364,6 +364,11 @@ wsdisplay* at vgafb? appleagp* at pchb? agp* at appleagp? # AGP bridges +#option DRMDEBUG +radeondrm* at pci? # ATI Radeon DRM driver +drm* at radeondrm? +wsdisplay* at radeondrm? + # Audio support audio* at awacs? audio* at snapper? |