diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-03-19 19:22:24 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-03-19 19:22:24 +0000 |
commit | a3f7c5d1436dff0fa59fb95aeb1e4a40729b709c (patch) | |
tree | 9aab55d76eec29e0295150b6face93ca6ad9afe7 /sys/conf/files.i386 | |
parent | c6e0c95d30f65d602e5a70a54f43d91006a9bc8d (diff) | |
download | src-a3f7c5d1436dff0fa59fb95aeb1e4a40729b709c.tar.gz src-a3f7c5d1436dff0fa59fb95aeb1e4a40729b709c.zip |
Enable the K6-2 MTRR driver again, since there are reports of it working
with the applied change.
Submitted by: Coleman Kane <cokane@one.net>
Notes
Notes:
svn path=/head/; revision=58305
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 54e15a79a5ac..36d6f6e3686d 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -147,7 +147,7 @@ i386/i386/i686_mem.c standard i386/i386/identcpu.c standard i386/i386/in_cksum.c optional inet i386/i386/initcpu.c standard -#i386/i386/k6_mem.c standard +i386/i386/k6_mem.c standard # locore.s needs to be handled in Makefile to put it first. Otherwise it's # now normal. # i386/i386/locore.s standard |