diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1999-11-20 11:19:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1999-11-20 11:19:00 +0000 |
commit | 941375531642d071733eb1e0448b075182c301fa (patch) | |
tree | 923be92c5d8b0a8d2afc83767f6cf8c0a83a5f31 /sys/arch/i386/conf/files.i386 | |
parent | 100c78df16f1a855aebc02c646996cdaaa22f580 (diff) |
add MTRR support from FreeBSD
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index e561c290bf7..85379746a39 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.60 1999/11/08 15:36:08 mickey Exp $ +# $OpenBSD: files.i386,v 1.61 1999/11/20 11:18:59 matthieu Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -24,6 +24,8 @@ file arch/i386/i386/ipx_cksum.c ipx file arch/i386/i386/machdep.c file arch/i386/i386/math_emulate.c math_emulate file arch/i386/i386/mem.c +file arch/i386/i386/i686_mem.c mtrr +file arch/i386/i386/k6_mem.c mtrr file arch/i386/i386/microtime.s file arch/i386/i386/ns_cksum.c ns file arch/i386/i386/pmap.c @@ -178,6 +180,9 @@ file arch/i386/isa/ahc_isa.c ahc_isa pseudo-device pctr file arch/i386/i386/pctr.c pctr needs-flag +pseudo-device mtrr +file arch/i386/i386/mtrr.c mtrr needs-flag + # # EISA-only drivers # |