diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-12-19 11:24:55 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-12-19 11:24:55 +0000 |
commit | e53fb66e4c1f6b2efef40c178c47295d9bad4f96 (patch) | |
tree | e4e6d50fddb3eb9ed3b57bfaeba9883e734cdc6b | |
parent | b154f13e2153238abfe46911c7aa92a679ff505f (diff) |
Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).
ok kettenis@
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index dc3c766abcf..ac5ff3b8d89 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.253 2015/11/23 10:30:02 mpi Exp $g +# $OpenBSD: GENERIC,v 1.254 2015/12/19 11:24:54 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -351,8 +351,8 @@ ral* at cardbus? # Ralink RT2500/RT2501/RT2600 wsdisplay* at vgafb? -#appleagp* at pchb? -#agp* at appleagp? # AGP bridges +appleagp* at pchb? +agp* at appleagp? # AGP bridges radeondrm* at pci? # ATI Radeon DRM driver drm* at radeondrm? |