From owner-cvs-sys Sat Feb 1 04:11:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16115 for cvs-sys-outgoing; Sat, 1 Feb 1997 04:11:38 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16105; Sat, 1 Feb 1997 04:11:28 -0800 (PST) Date: Sat, 1 Feb 1997 04:11:28 -0800 (PST) From: David Greenman Message-Id: <199702011211.EAA16105@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/01 04:11:26 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 locore.s pmap.c Log: Merge changes from main branch: kill use of PG_N. It's confirmed that this was the cause of the panics when using the Cyclades PCI card with FreeBSD. (Yeah!) Revision Changes Path 1.75.2.2 +2 -2 src/sys/i386/i386/locore.s 1.128.2.4 +2 -2 src/sys/i386/i386/pmap.c