diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 23:52:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 23:52:19 +0000 |
commit | 1de49a3a106423d525da4ba64eef1dfa08f3ecdd (patch) | |
tree | f633b2b846a4c179d0e0b56de3a10b8083cb1b42 /sys/arch/amd64 | |
parent | 3d35fa76fbb3a983163bc2343c11ac505df0fc5b (diff) |
MTRR on by default
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ab942c610ab..a78655f26a2 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2004/02/28 22:22:55 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.7 2004/02/28 23:52:18 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -11,6 +11,7 @@ include "../../../conf/GENERIC" #option VM86 # Virtual 8086 emulation option APERTURE # in-kernel aperture driver for XFree86 +option MTRR # CPU memory range attributes control #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600 |