Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86_64/conf Add mtrr.c



details:   https://anonhg.NetBSD.org/src/rev/fb1af70f8ff0
branches:  trunk
changeset: 533650:fb1af70f8ff0
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Jul 06 10:23:06 2002 +0000

description:
Add mtrr.c

diffstat:

 sys/arch/x86_64/conf/files.x86_64 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f4a840307575 -r fb1af70f8ff0 sys/arch/x86_64/conf/files.x86_64
--- a/sys/arch/x86_64/conf/files.x86_64 Sat Jul 06 10:19:08 2002 +0000
+++ b/sys/arch/x86_64/conf/files.x86_64 Sat Jul 06 10:23:06 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x86_64,v 1.9 2002/06/06 15:58:23 fvdl Exp $
+#      $NetBSD: files.x86_64,v 1.10 2002/07/06 10:23:06 fvdl Exp $
 #
 # new style config file for x86_64 architecture
 #
@@ -47,6 +47,7 @@
 file   arch/x86_64/x86_64/machdep.c
 file   arch/x86_64/x86_64/math_emulate.c       math_emulate
 file   arch/x86_64/x86_64/mem.c
+file   arch/x86_64/x86_64/mtrr.c
 file   netns/ns_cksum.c                        ns
 file   arch/x86_64/x86_64/pmap.c
 file   arch/x86_64/x86_64/process_machdep.c



Home | Main Index | Thread Index | Old Index