From owner-cvs-sys Sat Oct 4 20:22:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA21822 for cvs-sys-outgoing; Sat, 4 Oct 1997 20:22:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA21711; Sat, 4 Oct 1997 20:19:41 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA11534; Sat, 4 Oct 1997 20:19:31 -0700 (PDT) Date: Sat, 4 Oct 1997 20:19:31 -0700 (PDT) Message-Id: <199710050319.UAA11534@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/04 20:19:30 PDT Modified files: sys/i386/i386 mp_machdep.c Log: Make sure that the memory type registers are the same for each CPU in a P6 SMP system. Some MB bios'es don't set the registers up correctly for the AP's. Additionally, set the memory between 0xa0000 and 0xbffff as write combining. Revision Changes Path 1.55 +53 -1 src/sys/i386/i386/mp_machdep.c