diff options
author | peter <peter@FreeBSD.org> | 2003-08-23 00:59:26 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-08-23 00:59:26 +0000 |
commit | e521e29fca0bd9600c419f160755e4c86e4cfe05 (patch) | |
tree | 4e41680a29b8d1a744a04856d28ad4650edad2fb /sys | |
parent | d023b0fa93ce20dd6c7488dfd2aa734b583dd319 (diff) | |
download | FreeBSD-src-e521e29fca0bd9600c419f160755e4c86e4cfe05.zip FreeBSD-src-e521e29fca0bd9600c419f160755e4c86e4cfe05.tar.gz |
Turn on the MTRR driver.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files.amd64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 53e9613..291773c 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -48,6 +48,7 @@ amd64/acpica/OsdEnvironment.c optional acpi amd64/acpica/acpi_machdep.c optional acpi amd64/acpica/acpi_wakeup.c optional acpi amd64/amd64/amd64-gdbstub.c optional ddb +amd64/amd64/amd64_mem.c standard amd64/amd64/autoconf.c standard amd64/amd64/busdma_machdep.c standard amd64/amd64/cpu_switch.S standard |