diff options
author | 2012-12-04 10:58:05 +0000 | |
---|---|---|
committer | 2012-12-04 10:58:05 +0000 | |
commit | c8df686ddbef1a1a92def94a59fc75aed28ec62d (patch) | |
tree | 6bc9fe0196e42d49e36d42b88c14d458f6088c5e | |
parent | Bring back column numbers and make them configurable, off by default (diff) | |
download | wireguard-openbsd-c8df686ddbef1a1a92def94a59fc75aed28ec62d.tar.xz wireguard-openbsd-c8df686ddbef1a1a92def94a59fc75aed28ec62d.zip |
Enable agp(4)
-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? |