Date: Mon, 30 Aug 1999 18:19:33 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 i686_mem.c k6_mem.c mem.c mp_machdep.c src/sys/i386/include asnames.h smp.h specialreg.h src/sys/i386/isa apic_vector.s intr_machdep.h src/sys/sys memrange.h Message-ID: <199908310119.SAA16494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/08/30 18:19:33 PDT
Modified files: (Branch: RELENG_3)
sys/i386/conf files.i386
sys/i386/i386 mem.c mp_machdep.c
sys/i386/include asnames.h smp.h specialreg.h
sys/i386/isa apic_vector.s intr_machdep.h
Added files: (Branch: RELENG_3)
sys/i386/i386 i686_mem.c k6_mem.c
sys/sys memrange.h
Log:
MFC: Intel 686 and AMD K6/2 memory range attribute support. This merge
brings all of the memory range attribute support from -current back to
-stable, as requested by a number of folks.
Reviewed by: jlemon
Revision Changes Path
1.220.2.12 +3 -1 src/sys/i386/conf/files.i386
1.53.2.3 +123 -8 src/sys/i386/i386/mem.c
1.88.2.3 +74 -1 src/sys/i386/i386/mp_machdep.c
1.26.2.5 +2 -1 src/sys/i386/include/asnames.h
1.44.2.2 +6 -1 src/sys/i386/include/smp.h
1.16.2.2 +58 -1 src/sys/i386/include/specialreg.h
1.34.2.2 +24 -1 src/sys/i386/isa/apic_vector.s
1.13.2.2 +4 -1 src/sys/i386/isa/intr_machdep.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908310119.SAA16494>
