From owner-cvs-sys Thu Nov 7 06:44:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA29748 for cvs-sys-outgoing; Thu, 7 Nov 1996 06:44:11 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA29728; Thu, 7 Nov 1996 06:44:04 -0800 (PST) Date: Thu, 7 Nov 1996 06:44:04 -0800 (PST) From: Joerg Wunsch Message-Id: <199611071444.GAA29728@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/07 06:44:03 Modified: sys/i386/i386 machdep.c pmap.c Log: Fix the message buffer mapping. This actually allows to increase the message buffer size in . Reviewed by: davidg,joerg Submitted by: bde Revision Changes Path 1.210 +8 -12 src/sys/i386/i386/machdep.c 1.130 +25 -22 src/sys/i386/i386/pmap.c