From owner-cvs-sys Sat Aug 16 00:19:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11868 for cvs-sys-outgoing; Sat, 16 Aug 1997 00:19:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11839; Sat, 16 Aug 1997 00:19:14 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA19848; Sat, 16 Aug 1997 00:18:53 -0700 (PDT) Date: Sat, 16 Aug 1997 00:18:53 -0700 (PDT) Message-Id: <199708160718.AAA19848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/08/16 00:18:52 PDT Modified files: sys/pci pcisupport.c Log: SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. This mod makes sure that the Natoma chipset is set into the correct mode. In the case of my P6DNF, when booting a UP kernel, I see a substantial improvement in the latency of certain operations. It appears that the cache hit latency is curiously improved the most, per lat_mem_rd. Revision Changes Path 1.53 +24 -1 src/sys/pci/pcisupport.c