Date: Tue, 6 Apr 1999 20:59:35 -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 mem.c pmap.c src/sys/i386/include specialreg.h src/sys/pci pcisupport.c src/sys/sys memrange.h Message-ID: <199904070359.UAA59692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/04/06 20:59:35 PDT
Modified files:
sys/i386/conf files.i386
Log:
Add i686_mem.c - memory range attribute support for P6 processors.
Revision Changes Path
1.233 +2 -1 src/sys/i386/conf/files.i386
Modified files:
sys/i386/i386 mem.c pmap.c
Added files:
sys/i386/i386 i686_mem.c
Log:
mem.c
Split out ioctl handler a little more cleanly, add memory
range attribute handling for both kernel and user-space
consumers.
pmap.c
Remove obsolete P6 MTRR-related code.
i686_mem.c
Map generic memory-range attribute interface to the P6 MTRR
model.
Revision Changes Path
1.55 +119 -8 src/sys/i386/i386/mem.c
1.229 +1 -96 src/sys/i386/i386/pmap.c
Modified files:
sys/i386/include specialreg.h
Log:
Add defines for the P6 model-specific registers.
Revision Changes Path
1.17 +58 -1 src/sys/i386/include/specialreg.h
Modified files:
sys/pci pcisupport.c
Log:
Remove inactive pmap_setdevram()/pmap_setvidram consumer code.
Revision Changes Path
1.95 +1 -27 src/sys/pci/pcisupport.c
Added files:
sys/sys memrange.h
Log:
Generic memory range attribute interface.
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?199904070359.UAA59692>
