diff options
-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? |