summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-05-15 07:25:25 +0000
committerdyson <dyson@FreeBSD.org>1998-05-15 07:25:25 +0000
commit413846d192a0e563de5a4b72734ddd25b28af22e (patch)
tree8ca0c207e9fe07a3c706c8104ad68b361b55c05c
parenta5e834b88616d82c529bb9b1e2d02d78a1c70b24 (diff)
downloadFreeBSD-src-413846d192a0e563de5a4b72734ddd25b28af22e.zip
FreeBSD-src-413846d192a0e563de5a4b72734ddd25b28af22e.tar.gz
Disable the auto-Write Combining setup for the pmap code. This
worked on a couple of machines of mine, but appears to cause problems on others.
-rw-r--r--sys/amd64/amd64/pmap.c3
-rw-r--r--sys/i386/i386/pmap.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index ee74a72..c502ae3 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
+ * $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
*/
/*
@@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
unsigned long long base;
unsigned long long mask;
+ return;
if (cpu != CPU_686)
return;
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index ee74a72..c502ae3 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
+ * $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
*/
/*
@@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
unsigned long long base;
unsigned long long mask;
+ return;
if (cpu != CPU_686)
return;
OpenPOWER on IntegriCloud