From owner-cvs-sys Sun Oct 5 19:12:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25320 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:12:23 -0700 (PDT) (envelope-from owner-cvs-sys) 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 TAA25279; Sun, 5 Oct 1997 19:11:51 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05124; Sun, 5 Oct 1997 19:11:33 -0700 (PDT) Date: Sun, 5 Oct 1997 19:11:33 -0700 (PDT) Message-Id: <199710060211.TAA05124@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/05 19:11:33 PDT Modified files: sys/i386/i386 mp_machdep.c Log: It is possible that MB's with really broken bios's not set up more of the mtrr registers. This just fills in more of the registers. Revision Changes Path 1.56 +8 -0 src/sys/i386/i386/mp_machdep.c