summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-28 23:58:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-28 23:58:16 +0000
commit0cc10f95a528c8e4e8c1846535e34f81a09741b3 (patch)
tree47791870495acf47e9e3c9223a55a93d06c30018 /sys/arch/amd64
parent1de49a3a106423d525da4ba64eef1dfa08f3ecdd (diff)
MTRR not yet
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index a78655f26a2..f6c28d8ea51 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.7 2004/02/28 23:52:18 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.8 2004/02/28 23:58:15 deraadt Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -10,8 +10,9 @@ include "../../../conf/GENERIC"
#option USER_PCICONF # user-space PCI configuration
#option VM86 # Virtual 8086 emulation
+#option USER_LDT # user-settable LDT; see i386_set_ldt(2)
option APERTURE # in-kernel aperture driver for XFree86
-option MTRR # CPU memory range attributes control
+#option MTRR # CPU memory range attributes control
#option KGDB # Remote debugger support; exclusive of DDB
#option "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600