diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-26 05:01:44 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-26 05:01:44 +0000 |
commit | 0f750e31a1ec135c9240f00af7837388d4b15357 (patch) | |
tree | 021053137cf551a42149f7a27c121e1c31cab9c1 /sys | |
parent | 165120c8065df61cf8223659f01ecb0ab4ec415d (diff) |
APERTURE and USER_PCICONF for possible X server support.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 13f10309482..a90d58d725c 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2004/02/22 18:32:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.6 2004/02/26 05:01:43 drahn Exp $ # # GENERIC machine description file # @@ -37,6 +37,9 @@ maxusers 32 #options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT #options NTP # NTP phase/frequency locked loop +option APERTURE # in-kernel aperture driver for XFree86 +option USER_PCICONF # user-space PCI configuration + # CPU options # For StrongARM systems |