diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 17:04:31 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 17:04:31 +0000 |
commit | b87d46281ec64181ab8d49df1af443faa2257b0a (patch) | |
tree | 9b5d2158d9aaa31f988abc9438e0f24638b40496 /sys/arch/macppc/conf | |
parent | b0b1b1217268a21426ab0e74d870de36255023c1 (diff) |
add a comment for option APERTURE
Diffstat (limited to 'sys/arch/macppc/conf')
-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 |