diff options
author | 2002-02-23 17:04:30 +0000 | |
---|---|---|
committer | 2002-02-23 17:04:30 +0000 | |
commit | f4effbc716aa91b0c3b8d394dc1329d15f35d581 (patch) | |
tree | 999b21e1c9e3243e0053846398cd6b9fdd4ff68b | |
parent | Aperture driver support for macppc. OK, deraadt@ (diff) | |
download | wireguard-openbsd-f4effbc716aa91b0c3b8d394dc1329d15f35d581.tar.xz wireguard-openbsd-f4effbc716aa91b0c3b8d394dc1329d15f35d581.zip |
add a comment for option APERTURE
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 4cec9de45b0..bfc480f7453 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2002/02/23 16:59:36 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.13 2002/02/23 17:04:30 matthieu Exp $ # # PPC GENERIC config file # @@ -17,7 +17,7 @@ option PCIVERBOSE option USBVERBOSE #option MACOBIOVERBOSE #option PPC_VECTOR_SUPPORTED -option APERTURE +option APERTURE # in-kernel aperture driver for XFree86 option USER_PCICONF # user-space PCI configuration |