diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-12-04 10:58:06 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-12-04 10:58:06 +0000 |
commit | 7d82b360f758811f749f0aaefa19f4138954699d (patch) | |
tree | 2e9d2c559ba0f3de5f594ed229497d9d8f620155 /sys/arch | |
parent | 92fb7461ab2f50a9fb2fffef7c6422d40731efbd (diff) |
Enable agp(4)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 2718db18cbd..605802f7a3c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.215 2012/09/27 14:01:35 jsg Exp $g +# $OpenBSD: GENERIC,v 1.216 2012/12/04 10:58:05 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -358,6 +358,9 @@ bwi* at cardbus? # Broadcom AirForce (802.11b/g) wsdisplay* at vgafb? +appleagp* at pchb? +agp* at appleagp? # AGP bridges + # Audio support audio* at awacs? audio* at snapper? |