From owner-cvs-sys Thu May 2 16:22:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA04307 for cvs-sys-outgoing; Thu, 2 May 1996 16:22:17 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA04299 Thu, 2 May 1996 16:22:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id QAA00916; Thu, 2 May 1996 16:22:08 -0700 (PDT) Message-Id: <199605022322.QAA00916@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/scsi sd.c In-reply-to: Your message of "Thu, 02 May 1996 15:20:55 PDT." <199605022220.PAA01208@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 02 May 1996 16:22:08 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >phk 96/05/02 15:20:54 > > Modified: sys/scsi sd.c > Log: > Don't fiddle page tables by hand, use pmap_enter. > (copied from wd.c) > > Revision Changes Path > 1.89 +4 -4 src/sys/scsi/sd.c Actually, you probably should have changed it the other way - made wd.c more like sd.c. Using pmap_enter() at this point isn't very wise. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project