From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 13 13:40:48 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA6137B401 for ; Fri, 13 Jun 2003 13:40:48 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 73C7D43FBD for ; Fri, 13 Jun 2003 13:40:47 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 28594 invoked by uid 5013); 7 Jun 2003 20:39:26 -0000 Date: Sat, 7 Jun 2003 21:39:26 +0100 From: Bruce M Simpson To: cd_freebsd Message-ID: <20030607203926.GH23471@spc.org> Mail-Followup-To: Bruce M Simpson , cd_freebsd , freebsd-hackers@freebsd.org References: <200306071339.AA203489334@gatorzone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306071339.AA203489334@gatorzone.com> User-Agent: Mutt/1.4.1i cc: freebsd-hackers@freebsd.org Subject: Re: Mapping Physical Memory without a Device? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 20:40:49 -0000 On Sat, Jun 07, 2003 at 01:39:44PM -0400, cd_freebsd wrote: > After sending my first note, I found pmap_mapdev. Anything wrong with using that? It's quite evil and not machine independent..avoid. BMS